Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISponsorshipTransaction<LONG>

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

assetId

assetId: string

AssetID of sponsored token

fee

fee: LONG

minSponsoredAssetFee

minSponsoredAssetFee: LONG

Minimal fee amount in sponsored asset. To disable sponsorship set it to 0

proofs

proofs: string[]

ITransaction signatures

minitems

0

maxitems

8

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

version

version: number

Generated using TypeDoc