Token: {
    assetNameHex: string;
    amount: bigint_like;
}

Describes a single token within a multiasset structure.

See

AssetGroup

Type declaration

  • assetNameHex: string
  • amount: bigint_like

    Note: can be signed or unsigned, depending on the context. device does not know the number of decimal places the token uses.

Generated using TypeDoc