referrerpolicy=no-referrer-when-downgrade

LastIssuanceTimestamp

Type Alias LastIssuanceTimestamp 

Source
pub type LastIssuanceTimestamp<T> = StorageValue<_GeneratedPrefixForStorageLastIssuanceTimestamp<T>, u64, ValueQuery>;
Expand description

Timestamp (ms) of the last issuance drip.

On existing chains, this must be seeded via migrations::MigrateV1ToV2 to prevent incorrect minting on the first drip.

Storage type is [StorageValue] with value type u64.

Aliased Type§

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