Skip to content

Instantly share code, notes, and snippets.

@nkezhaya
Created April 3, 2021 14:44
Show Gist options
  • Select an option

  • Save nkezhaya/f5918731ad15fa0e44b20fe9d9f59e47 to your computer and use it in GitHub Desktop.

Select an option

Save nkezhaya/f5918731ad15fa0e44b20fe9d9f59e47 to your computer and use it in GitHub Desktop.
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