Encodes the current date and time as a nonce
UTF-8 encoded JSON that can be posted to https://app.swaggerhub.com/apis/LiskHQ/Lisk/1.0.30#/Transactions/postTransaction
Transaction serialization as in https://github.com/prolina-foundation/snapshot-validator/blob/35621c7/src/transaction.cpp#L36
Transaction ID as implemented in https://github.com/prolina-foundation/snapshot-validator/blob/35621c7/src/transaction.cpp#L87
ASCII-encoded address string, e.g. 6076671634347365051L
Addresses cannot be stored as raw uint64 because there are two types of recipient addresses on the Lisk blockchain that cannot be encoded as uint64 :
Recovers bytes (UTF-8 encoded JSON) from the blockchain into a format we can use
Generated using TypeDoc
Lisk-specific passphrase to Ed25519 keypair derivation
"passphrase" is Lisk's word for an autogenerated 12 word english BIP39 mnemonic encoded as a string. Since the BIP39 property is not used for anything but validation in the user interface we work with plain strings here.