Type Alias ex3_node_types::vault::SecretVault

source ·
pub type SecretVault = SnapshotVault;

Aliased Type§

struct SecretVault {
    pub canister_id: CanisterId,
    pub seq_id: u64,
    pub wallet_start_id: Ex3Uint,
    pub max_wallet_count: BigUint,
}

Fields§

§canister_id: CanisterId§seq_id: u64§wallet_start_id: Ex3Uint§max_wallet_count: BigUint