Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transaction

Index

Constructors

constructor

Properties

gasLimit

gasLimit: Fixed64

Gas limit

gasPrice

gasPrice: Fixed64

Gas price

nonce

nonce: string

Random hex string. 4 bytes.

payer

payer: Address

Address to pay for gas

payload

payload: Payload

Payload of transaction

sigs

sigs: TxSignature[] = []

Array of signatures

txAttributes

txAttributes: TransactionAttribute[] = []
deprecated

type

type: TxType = 209

Transaction type

version

version: number = 0

Version of transaction

Methods

getHash

  • getHash(): string

serialize

  • serialize(): string

serializeSignedData

  • serializeSignedData(): string

serializeUnsignedData

  • serializeUnsignedData(): string

Static deserialize

Generated using TypeDoc