referrerpolicy=no-referrer-when-downgrade

Type Alias Signing

Source
pub type Signing<T> = StorageMap<_GeneratedPrefixForStorageSigning<T>, Identity, EthereumAddress, StatementKind>;
Expand description

The statement kind that must be signed, if any.

Storage type is [StorageMap] with key type EthereumAddress and value type StatementKind.

Aliased Type§

struct Signing<T>(/* private fields */);