pub type BalanceVault = SnapshotVault;

Aliased Type§

struct BalanceVault {
    pub canister_id: Principal,
    pub seq_id: u64,
    pub wallet_start_id: Ex3Uint,
    pub max_wallet_count: BigUint,
}

Fields§

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

Trait Implementations§

source§

impl Clone for SnapshotVault

source§

fn clone(&self) -> SnapshotVault

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SnapshotVault

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SnapshotVault

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for SnapshotVault

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more