Trait fp_rpc::RuntimeStorageOverride
source · pub trait RuntimeStorageOverride<B: BlockT, C>: Send + Sync {
// Required methods
fn is_enabled() -> bool;
fn set_overlayed_changes(
client: &C,
overlayed_changes: &mut OverlayedChanges<HashingFor<B>>,
block: B::Hash,
version: u32,
address: H160,
balance: Option<U256>,
nonce: Option<U256>
);
fn into_account_id_bytes(address: H160) -> Vec<u8> ⓘ;
}
Required Methods§
fn is_enabled() -> bool
fn set_overlayed_changes( client: &C, overlayed_changes: &mut OverlayedChanges<HashingFor<B>>, block: B::Hash, version: u32, address: H160, balance: Option<U256>, nonce: Option<U256> )
fn into_account_id_bytes(address: H160) -> Vec<u8> ⓘ
Object Safety§
This trait is not object safe.