Interface MintFee

interface MintFee {
    percentage: number;
    recipient: string;
}

Hierarchy

  • MintFee
    • MintFee

Properties

percentage: number

Fee percentage

MintFee

recipient: string

Recipient wallet address

MintFee