interface ITopUpData {
    amount: BN;
    id: string;
}

Hierarchy (View Summary)

Properties

Properties

amount: BN
id: string