Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AccountIdentifier

AccountIdentifier: string

BlockHeight

BlockHeight: bigint

Memo

Memo: bigint

SubAccount

SubAccount: number[]

Transfer

Transfer: { Burn: { amount: ICPTs; from: AccountIdentifier } } | { Mint: { amount: ICPTs; to: AccountIdentifier } } | { Send: { amount: ICPTs; from: AccountIdentifier; to: AccountIdentifier } }

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration