Interface CurrencyCollection

interface CurrencyCollection {
    coins: bigint;
    other?: Maybe<Dictionary<number, bigint>>;
}

Properties

Properties

coins: bigint
other?: Maybe<Dictionary<number, bigint>>