mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-05 21:35:49 +00:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -51,6 +51,7 @@ test/config.js
|
||||
|
||||
# Ignore IntelliJ files
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Ignore npm-debug
|
||||
npm-debug.log
|
||||
|
||||
@@ -38,7 +38,7 @@ export interface AccountOffersRequest extends BaseRequest {
|
||||
strict?: boolean
|
||||
}
|
||||
|
||||
interface AccountOffer {
|
||||
export interface AccountOffer {
|
||||
/** Options set for this offer entry as bit-flags. */
|
||||
flags: number
|
||||
/** Sequence number of the transaction that created this entry. */
|
||||
|
||||
@@ -10,7 +10,11 @@ import { AccountInfoRequest, AccountInfoResponse } from './accountInfo'
|
||||
import { AccountLinesRequest, AccountLinesResponse } from './accountLines'
|
||||
import { AccountNFTsRequest, AccountNFTsResponse } from './accountNFTs'
|
||||
import { AccountObjectsRequest, AccountObjectsResponse } from './accountObjects'
|
||||
import { AccountOffersRequest, AccountOffersResponse } from './accountOffers'
|
||||
import {
|
||||
AccountOffer,
|
||||
AccountOffersRequest,
|
||||
AccountOffersResponse,
|
||||
} from './accountOffers'
|
||||
import { AccountTxRequest, AccountTxResponse } from './accountTx'
|
||||
import { ErrorResponse } from './baseMethod'
|
||||
import { BookOffersRequest, BookOffer, BookOffersResponse } from './bookOffers'
|
||||
@@ -186,6 +190,7 @@ export {
|
||||
AccountNFTsResponse,
|
||||
AccountObjectsRequest,
|
||||
AccountObjectsResponse,
|
||||
AccountOffer,
|
||||
AccountOffersRequest,
|
||||
AccountOffersResponse,
|
||||
AccountTxRequest,
|
||||
|
||||
Reference in New Issue
Block a user