Fee: {
    amount: Bignumber;
    feeData?: string;
    recipient: UserAddress;
}

Type declaration

  • amount: Bignumber

    The amount of the fee.

  • OptionalfeeData?: string

    Additional data associated with the fee.

  • recipient: UserAddress