referrerpolicy=no-referrer-when-downgrade

Signing

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§

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