Interface BigIntCoinObj

use IBigIntCoin instead

interface BigIntCoinObj {
    amount: bigint;
    denom: string;
}

Hierarchy (view full)

Properties

Properties

amount: bigint
denom: string