SaleFee

interface SaleFee {
    amount?: string;
    type?: Royalty;
    recipient?: string;
}

Properties

amount?: string

Fee payable to recipient upon settlement

SaleFee

type?: Royalty

Fee type

SaleFee

recipient?: string

Wallet address of fee recipient

SaleFee