Type Alias PooledUserCommandsQuery

Source
pub type PooledUserCommandsQuery = PooledCommandsQuery<MinaBaseSignedCommandStableV2>;

Aliased Type§

pub struct PooledUserCommandsQuery {
    pub public_key: Option<AccountPublicKey>,
    pub hashes: Option<Vec<TransactionHash>>,
    pub ids: Option<Vec<MinaBaseSignedCommandStableV2>>,
}

Fields§

§public_key: Option<AccountPublicKey>§hashes: Option<Vec<TransactionHash>>§ids: Option<Vec<MinaBaseSignedCommandStableV2>>