Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransferTransaction<LONG>

Used to transfer assets from one account to another.

Type parameters

  • LONG

    Generic type representing LONG type. Default to string | number. Since javascript number more than 2 ** 53 -1 cannot be precisely represented, generic type is used

Hierarchy

Index

Properties

amount

amount: LONG

Optional assetId

assetId: string | null

attachment

attachment: string

fee

fee: LONG

Optional feeAssetId

feeAssetId: string | null

proofs

proofs: string[]

ITransaction signatures

minitems

0

maxitems

8

recipient

recipient: string

senderPublicKey

senderPublicKey: string

Account public key. This account will pay fee and this account's script will be executed if exists

timestamp

timestamp: number

type

type: TRANSFER

version

version: number

Generated using TypeDoc