Left Curve Software Stack
    Preparing search index...

    Type Alias Coins

    Coins: Record<Denom, string>

    Coins is a record where the coin's denomination is used as the key and the amount is used as the value.

    {
    uusdc: "1000000",
    uosmo: "1000000",
    }