pub struct GetAccountTransactionParams {
pub account: AccountAddress,
pub sequence_number: u64,
pub include_events: bool,
}
Fields§
§account: AccountAddress
§sequence_number: u64
§include_events: bool
Trait Implementations§
source§impl Clone for GetAccountTransactionParams
impl Clone for GetAccountTransactionParams
source§fn clone(&self) -> GetAccountTransactionParams
fn clone(&self) -> GetAccountTransactionParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetAccountTransactionParams
impl Debug for GetAccountTransactionParams
source§impl<'de> Deserialize<'de> for GetAccountTransactionParams
impl<'de> Deserialize<'de> for GetAccountTransactionParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetAccountTransactionParams
impl Send for GetAccountTransactionParams
impl Sync for GetAccountTransactionParams
impl Unpin for GetAccountTransactionParams
impl UnwindSafe for GetAccountTransactionParams
Blanket Implementations§
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.