Modules§
- hashes
- messages
- storage
- utils
- vec
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros§
- ensure
- format
- Creates a
Stringusing interpolation of runtime expressions. - vec
- Creates a
Veccontaining the arguments.
Structs§
- Binary
- Credential
Info - String
- A UTF-8–encoded, growable string.
- Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Enums§
Traits§
- ToString
- A trait for converting a value to a
String. - Verifiable