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
Address string, e.g. 10145108642177909005R
Recovers bytes (UTF-8 encoded JSON) from the blockchain into a format we can use
Generated using TypeDoc
RISE-specific passphrase to Ed25519 keypair derivation
"passphrase" is RISE'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.