Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

accountApi

accountApi: AccountApi = new AccountApi(this.api)

Private api

assetApi

assetApi: AssetApi = new AssetApi(this.api)

balanceApi

balanceApi: BalanceApi = new BalanceApi(this.api)

blockApi

blockApi: BlockApi = new BlockApi(this.api)

broadcastApi

broadcastApi: BroadcastApi = new BroadcastApi(this.api)

contentApi

contentApi: ContentApi = new ContentApi(this.api)

Protected core

generalApi

generalApi: GeneralApi = new GeneralApi(this.api)

historyApi

historyApi: HistoryApi = new HistoryApi(this.api)

messageApi

messageApi: MessageApi = new MessageApi(this.api)

miningApi

miningApi: MiningApi = new MiningApi(this.api)

nftApi

nftApi: NftApi = new NftApi(this.api)

purchaseApi

purchaseApi: PurchaseApi = new PurchaseApi(this.api)

registeredNfts

registeredNfts: Map<string, Newable<any>> = new Map<string, Newable<any>>()

seederApi

seederApi: SeederApi = new SeederApi(this.api)

subscriptionApi

subscriptionApi: SubscriptionApi = new SubscriptionApi(this.api)

transactionApi

transactionApi: TransactionApi = new TransactionApi(this.api)

transactionExpiration

transactionExpiration: Duration = DCoreConstants.EXPIRATION_DEFAULT

validationApi

validationApi: ValidationApi = new ValidationApi(this.api)

Accessors

timeout

  • set timeout(millis: number): void

Methods

disconnect

  • disconnect(): void

registerNfts

request

requestStream

unregisterNfts

Generated using TypeDoc