Struct solana_client::rpc_client::GetConfirmedSignaturesForAddress2Config [−][src]
pub struct GetConfirmedSignaturesForAddress2Config {
pub before: Option<Signature>,
pub until: Option<Signature>,
pub limit: Option<usize>,
pub commitment: Option<CommitmentConfig>,
}Fields
before: Option<Signature>until: Option<Signature>limit: Option<usize>commitment: Option<CommitmentConfig>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
pub default fn example() -> TMutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V