Transaction
Last updated
Last updated
The Transaction model is used for returning requested Transactions or making new transactions
Field
Type
Description
Id
long
Pool Sequence Number(Round Number)
Source
byte[]
ed25519 byte[]
Source Wallet
Target
byte[]
ed25519 byte[]
Target Wallet
Amount
Amount CS for this Transaction
Balance
Current Balance
Currency
sbyte
Which Currency is used (0=CS)
Signature
byte[]
ed25519 byte[]
Signature of Transaction
SmartContract
Smart Contract parameters
Fee
Amount fee allocated/needed
TimeCreation
long
Creation time of this Transaction in the Blockchain (epoch)
UserFields
byte[]
UserFields (Extra data stored with Transaction)
Type
What kind of transaction was/is this ?
SmartInfo
Smart Contract transfer information
ExtraFee
List<
>
Extra Fee information
PoolNumber
long
Pool number of Transaction
UsedContracts
List<byte[]>
List of used Contracts in a single transaction