pub struct Receipt {
Show 28 fields pub param1: Option<U64>, pub param2: Option<U64>, pub amount: Option<U64>, pub asset_id: Option<AssetId>, pub gas: Option<U64>, pub digest: Option<Bytes32>, pub contract: Option<ContractIdFragment>, pub is: Option<U64>, pub pc: Option<U64>, pub ptr: Option<U64>, pub ra: Option<U64>, pub rb: Option<U64>, pub rc: Option<U64>, pub rd: Option<U64>, pub reason: Option<U64>, pub receipt_type: ReceiptType, pub to: Option<ContractIdFragment>, pub to_address: Option<Address>, pub val: Option<U64>, pub len: Option<U64>, pub result: Option<U64>, pub gas_used: Option<U64>, pub data: Option<HexString>, pub message_id: Option<MessageId>, pub sender: Option<Address>, pub recipient: Option<Address>, pub nonce: Option<Bytes32>, pub contract_id: Option<ContractId>,
}

Fields§

§param1: Option<U64>§param2: Option<U64>§amount: Option<U64>§asset_id: Option<AssetId>§gas: Option<U64>§digest: Option<Bytes32>§contract: Option<ContractIdFragment>§is: Option<U64>§pc: Option<U64>§ptr: Option<U64>§ra: Option<U64>§rb: Option<U64>§rc: Option<U64>§rd: Option<U64>§reason: Option<U64>§receipt_type: ReceiptType§to: Option<ContractIdFragment>§to_address: Option<Address>§val: Option<U64>§len: Option<U64>§result: Option<U64>§gas_used: Option<U64>§data: Option<HexString>§message_id: Option<MessageId>§sender: Option<Address>§recipient: Option<Address>§nonce: Option<Bytes32>§contract_id: Option<ContractId>

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
The type in a schema that this QueryFragment represents
The variables that are required to execute this QueryFragment
The name of the type in the GraphQL schema
Adds this fragment to the query being built by builder
The type returned in the event of a conversion error.
Performs the conversion.

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more