Module diem_framework_releases::legacy
source · Modules
- 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.