Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EthAddr

EthAddr: string

EthNetwork

EthNetwork: "emerald-mainnet" | "emerald-testnet"

ListTokenTransfersFilter

ListTokenTransfersFilter: { after?: Date; before?: Date; recipient?: IdentityId; sender?: IdentityId }

Type declaration

  • Optional after?: Date

    Transfers completed after this time.

  • Optional before?: Date

    Transfers completed before this time.

  • Optional recipient?: IdentityId
  • Optional sender?: IdentityId

PODToken

PODToken: Readonly<PODModel & { consumesAssets: boolean; creator: string; grant: TokenGrantSpec; name?: string; transferability: TokenTransferability }>

PODTransferReceipt

PODTransferReceipt: Except<TransferReceipt, "completedAt"> & { completedAt: string }

RemoteToken

RemoteToken: EthLike

TokenBalance

TokenBalance: { balance: number; id: TokenId }

Type declaration

TokenCreateParams

TokenCreateParams: { consumesAssets?: boolean; grant: TokenGrantSpec; name?: string; transferability: TokenTransferability }

Type declaration

TokenGrantSpec

TokenGrantSpec: { capabilities?: Capabilities; condition: Condition | null }

Type declaration

TokenId

TokenId: Opaque<ResourceId, "TokenId">

TokenSearchParams

TokenSearchParams: { containsAsset?: { accessibleInContext?: AccessContext; selectedByCondition?: Condition }; heldBy?: IdentityId }

Type declaration

TokenTransferability

TokenTransferability: Parcel | Remote

TokenizationReceipt

TokenizationReceipt: { asset: AssetId; consumed: boolean; token: TokenId }

Type declaration

TransferReceipt

TransferReceipt: { amount: number; bridgeTxId?: string; completedAt: Date; id: TransferReceiptId; recipient: IdentityId; sender: IdentityId; token: TokenId }

Type declaration

  • amount: number
  • Optional bridgeTxId?: string

    The transaction hash of the Ethereum transaction that triggered this transfer.

  • completedAt: Date
  • id: TransferReceiptId
  • recipient: IdentityId
  • sender: IdentityId
  • token: TokenId

TransferReceiptId

TransferReceiptId: Opaque<ResourceId, "TransferReceiptId">

Generated using TypeDoc