Versions in this module Expand all Collapse all v0 v0.1.1 Nov 25, 2021 Changes in this version + type DevelopmentFundDistributionProposalJSON struct + Amount sdk.Coins + Description string + Recipient sdk.AccAddress + Title string + func ParseDevelopmentFundDistributionProposalJSON(cdc *codec.Codec, proposalFile string) (DevelopmentFundDistributionProposalJSON, error) + type SecurityTokenFundDistributionProposalJSON struct + Description string + Recipients []types.Recipients + Title string + func ParseSecurityTokenFundDistributionProposalJSON(cdc *codec.Codec, proposalFile string) (SecurityTokenFundDistributionProposalJSON, error)