aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Holds information about third-party fees in transactions, including the recipient and the fee percentage to be collected.

    interface ExternalFee {
        feePercentage: number;
        recipient: string;
    }
    Index
    feePercentage: number

    Percentage of the fee to be collected.

    0.54 = 54%

    recipient: string

    Address of the recipient for collected fees.