Struct fuels_types::message_proof::MessageProof
source · pub struct MessageProof {
pub proof_set: Vec<Bytes32>,
pub proof_index: u64,
pub signature: Bytes64,
pub header: Header,
pub sender: Bech32Address,
pub recipient: Bech32Address,
pub nonce: Bytes32,
pub amount: u64,
pub data: Vec<u8>,
}
Fields§
§proof_set: Vec<Bytes32>
§proof_index: u64
§signature: Bytes64
§header: Header
§sender: Bech32Address
§recipient: Bech32Address
§nonce: Bytes32
§amount: u64
§data: Vec<u8>
Trait Implementations§
source§impl Debug for MessageProof
impl Debug for MessageProof
source§impl From<MessageProof> for MessageProof
impl From<MessageProof> for MessageProof
source§fn from(client_message_proof: ClientMessageProof) -> Self
fn from(client_message_proof: ClientMessageProof) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MessageProof
impl Send for MessageProof
impl Sync for MessageProof
impl Unpin for MessageProof
impl UnwindSafe for MessageProof
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.