Nonce
snowbridge_
pallet_
inbound_
queue_
v2
0.2.0
Nonce
Aliased type
Trait Implementations
SparseBitmap<BitMap>
In crate snowbridge_
pallet_
inbound_
queue_
v2
Modules
pallet
weights
Constants
LOG_TARGET
Type Aliases
AccountIdOf
Nonce
snowbridge_pallet_inbound_queue_v2
Type Alias
Nonce
Copy item path
Settings
Help
Summary
Source
pub type Nonce<T> = SparseBitmapImpl<
NonceBitmap
<T>>;
Aliased Type
§
struct Nonce<T>(
/* private fields */
);
Trait Implementations
§
impl<BitMap> SparseBitmap<BitMap> for SparseBitmapImpl<BitMap>
where BitMap: StorageMap<
u128
,
u128
, Query =
u128
>,
§
fn
get
(index:
u128
) ->
bool
§
fn
set
(index:
u128
)