Struct cryptoapis::models::list_transactions_by_address_ribsec::ListTransactionsByAddressRibsec[][src]

pub struct ListTransactionsByAddressRibsec {
    pub contract: String,
    pub gas_limit: String,
    pub gas_price: Box<ListTransactionsByAddressRibsecGasPrice>,
    pub gas_used: String,
    pub input_data: String,
    pub nonce: i32,
    pub transaction_status: String,
}
Expand description

ListTransactionsByAddressRibsec : Ethereum Classic

Fields

contract: String

Represents the specific transaction contract.

gas_limit: String

Represents the amount of gas used by this specific transaction alone.

gas_price: Box<ListTransactionsByAddressRibsecGasPrice>gas_used: String

Represents the exact unit of gas that was used for the transaction.

input_data: String

Represents additional information that is required for the transaction.

nonce: i32

Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender’s address.

transaction_status: String

String representation of the transaction status

Implementations

Ethereum Classic

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.