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