interface ICounts {
    key: string;
    secondary_key: string;
    value: MarketContract.Interfaces.IUint64;
}

Hierarchy (view full)

Properties

key: string
secondary_key: string