Struct diem_api_types::UserTransactionRequest [−][src]
pub struct UserTransactionRequest {
pub sender: Address,
pub sequence_number: U64,
pub max_gas_amount: U64,
pub gas_unit_price: U64,
pub gas_currency_code: String,
pub expiration_timestamp_secs: U64,
pub payload: TransactionPayload,
pub signature: Option<TransactionSignature>,
}Fields
sender: Addresssequence_number: U64max_gas_amount: U64gas_unit_price: U64gas_currency_code: Stringexpiration_timestamp_secs: U64payload: TransactionPayloadsignature: Option<TransactionSignature>Trait Implementations
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
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UserTransactionRequest
impl Send for UserTransactionRequest
impl Sync for UserTransactionRequest
impl Unpin for UserTransactionRequest
impl UnwindSafe for UserTransactionRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.