Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadixTransferrableTokensParticle

A particle which represents an amount of consumable and consuming, tranferable fungible tokens owned by some key owner and stored in an account.

Hierarchy

Implements

Index

Constructors

constructor

Properties

address

address: RadixAddress

amount

amount: RadixUInt256

granularity

granularity: RadixUInt256

nonce

nonce: number

permissions

planck

planck: number

tokenDefinitionReference

tokenDefinitionReference: RRI

version

version: number = 100

Static SERIALIZER

SERIALIZER: string = ""

Accessors

destinations

serializer

  • get serializer(): string
  • set serializer(_: string): void

Methods

encodeCBOR

  • encodeCBOR(encoder: any): boolean

getAddress

getAddresses

getAmount

  • getAmount(): BN

getDestinations

getGranularity

  • getGranularity(): BN

getHash

  • getHash(): Buffer

getHid

getHidString

  • getHidString(): string

getNonce

  • getNonce(): number

getOwner

getPlanck

  • getPlanck(): number

getSize

  • getSize(): number

getTokenDefinitionReference

  • getTokenDefinitionReference(): RRI

getTokenPermissions

getType

toDSON

  • toDSON(): Buffer

toJSON

  • toJSON(): object

Static fromJSON

  • fromJSON(json?: object): any

Generated using TypeDoc