Interface PlatformFee

PlatformFee

interface PlatformFee {
    amount?: string;
    feeBps?: number;
}

Properties

Properties

amount?: string

PlatformFee

feeBps?: number

PlatformFee