Expand description
Rust representation of a Move transaction script that can be executed on the Diem blockchain.
Diem does not allow arbitrary transaction scripts; only scripts whose hashes are present in
the on-chain script allowlist. The genesis allowlist is derived from this file, and the
Stdlib
script enum will be modified to reflect changes in the on-chain allowlist as time goes
on.
Structs
- Bytes produced by compiling a Move source language script into Move bytecode
Enums
- All of the Move transaction scripts that can be executed on the Diem blockchain