Expand description

Conversion library between a structured representation of a Move script call (ScriptCall) and the standard BCS-compatible representation used in Diem transactions (Script).

This code was generated by compiling known Script interfaces (“ABIs”) with the tool transaction-builder-generator.

Enums

  • Structured representation of a call into a known Move script.
  • Structured representation of a call into a known Move script function.

Functions