pub type LocalForkId = Uint<256, 4>;
Expand description
Represents a numeric ForkId
valid only for the existence of the Backend
.
The difference between ForkId
and LocalForkId
is that ForkId
tracks pairs of endpoint + block
which can be reused by multiple tests, whereas the LocalForkId
is unique within a test
Aliased Type§
struct LocalForkId { /* private fields */ }
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes