Struct snapps_txn_reference_impl::condition::AccountCondition[][src]

pub struct AccountCondition {
    pub balance: OrIgnore<ClosedInterval<u64>>,
    pub nonce: OrIgnore<ClosedInterval<u32>>,
    pub receipt_chain_hash: OrIgnore<Hash>,
    pub public_key: OrIgnore<CompressedPublicKey>,
    pub delegate: OrIgnore<CompressedPublicKey>,
    pub state: [OrIgnore<Fp>; 8],
}

Fields

balance: OrIgnore<ClosedInterval<u64>>nonce: OrIgnore<ClosedInterval<u32>>receipt_chain_hash: OrIgnore<Hash>public_key: OrIgnore<CompressedPublicKey>delegate: OrIgnore<CompressedPublicKey>state: [OrIgnore<Fp>; 8]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.