pub type TransferedThisBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageTransferedThisBlock<T>, NativeTokenAmount, OptionQuery>;
Expand description
Transient storage containing the amount of native token transfer registered in the current block.
Any value in this storage is only present during execution of a block and is emptied on block finalization.
Storage type is [StorageValue
] with value type NativeTokenAmount
.
Aliased Typeยง
pub struct TransferedThisBlock<T: Config>(/* private fields */);