Interface FeeValue

interface FeeValue {
    recipientAddress: string;
    amount: string;
}

Hierarchy (view full)

Properties

recipientAddress: string
amount: string