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
sourceimpl Default for GetConfirmedSignaturesForAddress2Config
impl Default for GetConfirmedSignaturesForAddress2Config
sourcefn default() -> GetConfirmedSignaturesForAddress2Config
fn default() -> GetConfirmedSignaturesForAddress2Config
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetConfirmedSignaturesForAddress2Config
impl Send for GetConfirmedSignaturesForAddress2Config
impl Sync for GetConfirmedSignaturesForAddress2Config
impl Unpin for GetConfirmedSignaturesForAddress2Config
impl UnwindSafe for GetConfirmedSignaturesForAddress2Config
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more