GenesisTransaction
Structure of a genesis transaction.
Constructor
GenesisTransaction(amount: Int, recipient: Address|Alias, id: ByteVector, fee: Int, timestamp: Int, version: Int)
Fields
# | Name | Data type | Description |
---|---|---|---|
1 | amount | Int | Amount of the token |
2 | recipient | Address|Alias | Address or alias of the token recipient |
3 | id | ByteVector | Transaction ID |
4 | fee | Int | Transaction fee |
5 | timestamp | Int | Transaction timestamp |
6 | version | Int | Transaction version |