Expand description
Helpful code used when authoring code for running on the JAM PVM instances (service code and authorizer code).
Modules§
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros§
- Creates a
Veccontaining the arguments.
Structs§
- Layout of a block of memory.
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Enums§
- The error returned by inner PVM invocations.
- The result of inner PVM invocations.