Function init_self_signer_wallet_with_seed

Source
pub async fn init_self_signer_wallet_with_seed(
    network: SparkNetwork,
    seed: Vec<u8>,
) -> Result<SparkSdk, SparkSdkError>