Type Alias CollectionFee

CollectionFee: {
    feePercentage: number;
    label: string;
    recipientAddress: UserAddress;
}

Type declaration

  • feePercentage: number

    Percentage of the fee. This will be applied to the amount of the trade. Max precision is 6 decimals.

  • label: string

    Label of the fee

  • recipientAddress: UserAddress

    Address of the recipient