Transaction
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
Currency
sbyte
Which Currency is used (0=CS)
Signature
byte[]
ed25519 byte[]
Signature of Transaction
TimeCreation
long
Creation time of this Transaction in the Blockchain (epoch)
UserFields
byte[]
UserFields (Extra data stored with Transaction)
PoolNumber
long
Pool number of Transaction
UsedContracts
List<byte[]>
List of used Contracts in a single transaction
Last updated
Was this helpful?