Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transaction

Transaction is a means of changing the state of the chain, for example, Alice transfers to Bob, which actually decreases an asset in Alice's account and increases an asset in Bob's account.

Each Transaction is atomic, i.e., either all state changes caused by this Transaction are executed or none are executed

Hierarchy

  • Transaction

Index

Properties

chainId

chainId: Hash

cyclesLimit

cyclesLimit: Uint64

cyclesPrice

cyclesPrice: Uint64

method

method: string

nonce

nonce: Hash

payload

payload: string

sender

sender: Address

serviceName

serviceName: string

timeout

timeout: Uint64

Generated using TypeDoc