Struct fuel_gql_client::client::schema::message::MessageProofArgs
source · pub struct MessageProofArgs {
pub transaction_id: TransactionId,
pub message_id: MessageId,
}
Fields§
§transaction_id: TransactionId
Transaction id that contains the output message.
message_id: MessageId
Message id of the output message that requires a proof.
Trait Implementations§
source§impl Debug for MessageProofArgs
impl Debug for MessageProofArgs
source§impl QueryVariables for MessageProofArgs
impl QueryVariables for MessageProofArgs
§type Fields = MessageProofArgsFields
type Fields = MessageProofArgsFields
A struct that determines which variables are available when using this struct.