Coin: {
    amount: string;
    denom: string;
}

Coin defines a token with a denomination and an amount.

NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.

Type declaration

  • amount: string
  • denom: string

Generated using TypeDoc