pub trait MainnetWalletStateExtension {
    // Required method
    fn try_into_raw_snapshot_request(
        self,
        parameters: SnapshotParameters
    ) -> Result<RawSnapshotRequest, Error>;
}
Expand description

Extensions for MainnetWalletStateExtension struct

Required Methods§

source

fn try_into_raw_snapshot_request( self, parameters: SnapshotParameters ) -> Result<RawSnapshotRequest, Error>

Converts to RawSnapshotRequest

Errors

At any internal error while creating a snapshot

Implementations on Foreign Types§

source§

impl MainnetWalletStateExtension for Vec<MainnetWalletState>

Implementors§