utils

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlansAddProposalJSON

type PlansAddProposalJSON struct {
	Proposal types.PlansAddProposal `json:"proposal"`
	Deposit  string                 `json:"deposit"`
}

func ParsePlansAddProposalJSON

func ParsePlansAddProposalJSON(proposalFile string) (ret PlansAddProposalJSON, err error)

Parse plans add proposal JSON form file

type PlansDelProposalJSON

type PlansDelProposalJSON struct {
	Proposal types.PlansDelProposal `json:"proposal"`
	Deposit  string                 `json:"deposit"`
}

func ParsePlansDelProposalJSON

func ParsePlansDelProposalJSON(cdc *codec.LegacyAmino, proposalFile string) (ret PlansDelProposalJSON, err error)

Parse plans delete proposal JSON form file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL