Type Alias TransactionPaymentEvent

TransactionPaymentEvent: Enum<{
    TransactionFeePaid: {
        actual_fee: bigint;
        tip: bigint;
        who: SS58String;
    };
}>