Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieugarcia/509e3cb0e55bd704276af354ddc34970 to your computer and use it in GitHub Desktop.
Save mathieugarcia/509e3cb0e55bd704276af354ddc34970 to your computer and use it in GitHub Desktop.
Facebook Move Instructions Cheat Sheet: Transaction (Txn) Built-In Instructions
Instruction Description
GetGasRemaining Push u64 representing remaining gas unit budget.
GetTxnSequenceNumber Push u64 encoding the transaction’s sequence number.
GetTxnPublicKey Push byte array encoding the transaction sender’s public key.
GetTxnSenderAddress Push address encoding the sender of the transaction.
GetTxnMaxGasUnits Push u64 representing the initial gas unit budget.
GetTxnGasUnitPrice Push u64 representing the Libra coin per gas unit price.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment