Type Alias polymesh_api_tester::TransactionPaymentEvent

source ·
pub type TransactionPaymentEvent = TransactionPaymentEvent<u128, AccountId>;

Aliased Type§

enum TransactionPaymentEvent {
    TransactionFeePaid {
        who: AccountId,
        actual_fee: u128,
        tip: u128,
    },
}

Variants§

§

TransactionFeePaid

A transaction fee actual_fee, of which tip was added to the minimum inclusion fee, has been paid by who.

Fields

§actual_fee: u128
§tip: u128