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