Module fc_rpc::frontier_backend_client
source · Structs§
- Implements a default runtime storage override. It assumes that the balances and nonces are stored in pallet
system.account
, and havenonce: Index
=u32
for andfree: Balance
=u128
. Uses IdentityAddressMapping for the address. - Implements a runtime storage override. It assumes that the balances and nonces are stored in pallet
system.account
, and havenonce: Index
=u32
for andfree: Balance
=u128
. USes HashedAddressMapping for the address.