Created
April 3, 2021 14:44
-
-
Save nkezhaya/f5918731ad15fa0e44b20fe9d9f59e47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| encodable = [ | |
| transaction.script, | |
| transaction.arguments, | |
| transaction.reference_block_id, | |
| transaction.gas_limit, | |
| transaction.proposal_key.address, | |
| transaction.proposal_key.key_id, | |
| transaction.proposal_key.sequence_number, | |
| transaction.payer, | |
| transaction.authorizers | |
| ] | |
| msg = ExRLP.encode(encodable) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment