Struct snapps_txn_reference_impl::party::FeePayerBody[][src]

pub struct FeePayerBody<'a> {
    pub public_key: CompressedPublicKey,
    pub update: PartyUpdate<'a>,
    pub fee: u64,
    pub events: &'a Events<'a>,
    pub sequence_events: &'a Events<'a>,
    pub call_data: CallData,
    pub call_depth: u8,
    pub protocol_state_condition: ProtocolStateCondition,
    pub account_nonce: u32,
}

Fields

public_key: CompressedPublicKeyupdate: PartyUpdate<'a>fee: u64events: &'a Events<'a>sequence_events: &'a Events<'a>call_data: CallDatacall_depth: u8protocol_state_condition: ProtocolStateConditionaccount_nonce: u32

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.

Performs the conversion.

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.