Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

accountApi

accountApi: AccountApi = new AccountApi(this)

assetApi

assetApi: AssetApi = new AssetApi(this)

balanceApi

balanceApi: BalanceApi = new BalanceApi(this)

blockApi

blockApi: BlockApi = new BlockApi(this)

broadcastApi

broadcastApi: BroadcastApi = new BroadcastApi(this)

callbackApi

callbackApi: CallbackApi = new CallbackApi(this)

contentApi

contentApi: ContentApi = new ContentApi(this)

core

generalApi

generalApi: GeneralApi = new GeneralApi(this)

historyApi

historyApi: HistoryApi = new HistoryApi(this)

messageApi

messageApi: MessageApi = new MessageApi(this)

miningApi

miningApi: MiningApi = new MiningApi(this)

nftApi

nftApi: NftApi = new NftApi(this)

purchaseApi

purchaseApi: PurchaseApi = new PurchaseApi(this)

registeredNfts

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

seederApi

seederApi: SeederApi = new SeederApi(this)

subscriptionApi

subscriptionApi: SubscriptionApi = new SubscriptionApi(this)

transactionApi

transactionApi: TransactionApi = new TransactionApi(this, this.core)

transactionExpiration

transactionExpiration: Duration = DCoreConstants.EXPIRATION_DEFAULT

validationApi

validationApi: ValidationApi = new ValidationApi(this)

Accessors

timeout

  • set timeout(millis: number): void

Methods

disconnect

  • disconnect(): void

registerNfts

request

requestStream

unregisterNfts

Generated using TypeDoc