Crate diem_transaction_builder
source ·Modules
- A module for looking up the human-readable explanation of a Diem Move transaction abort code.
- Conversion library between a structured representation of a Move script call (
ScriptCall
) and the standard BCS-compatible representation used in Diem transactions (Script
).