type Coin = {
    denom: string;
    amount: string;
};
export type { Coin };
