Crate saa_common

Source

Modules§

hashes
messages
storage
utils
vec
A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

ensure
format
Creates a String using interpolation of runtime expressions.
vec
Creates a Vec containing the arguments.

Structs§

Binary
CredentialInfo
String
A UTF-8–encoded, growable string.
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums§

AuthError
CredentialName

Traits§

ToString
A trait for converting a value to a String.
Verifiable

Functions§

from_json
to_json_binary

Type Aliases§

CredentialId