Skip to content

INIT: Add Decimal Coin Type #4676

@Pantani

Description

@Pantani

Context:

Add the Decimal Coins type into the scaffolded types. This will add the decimal field into the proto filesgithub.com/cosmos/cosmos-sdk/types.DecCoins and use the sdk.DecCoin into the go files.

  repeated cosmos.base.v1beta1.DecCoin reward = 1 [
    (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.DecCoins",
    (gogoproto.nullable)     = false,
    (amino.dont_omitempty)   = true
  ];

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions