interface IWithdrawData {
    amount?: BN;
    id: string;
}

Hierarchy (View Summary)

Properties

Properties

amount?: BN
id: string