-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Description
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
Type
Projects
Status
Done