Interface CoinChange

interface CoinChange {
    amount: bigint;
    coinType: string;
}

Properties

Properties

amount: bigint
coinType: string