Building transaction arguments
Now that we’ve set up the account and derived the public key, it’s time to build the transaction arguments. For a transaction to be valid, we must attach both anonce and a recent_block_hash - these values ensure that the transaction is unique and prevent replay attacks.
Let’s fetch nonce first:
recent_block_hash, now it’s your turn: