package
0.3.1
Repository: https://github.com/tendermint/spn.git
Documentation: pkg.go.dev

# Functions

GetAccountWithShares returns an account that contains allocated shares with its associated project.
GetAccountWithVouchers returns an account that has vouchers for a project.
GetCoordSimAccount finds an account associated with a coordinator profile from simulation accounts.
GetCoordSimAccountWithProjectID finds an account associated with a coordinator profile from simulation accounts and a project created by this coordinator.
GetSharesFromProject returns a small portion of shares that can be minted as vouchers or added to an account.
SimulateMsgBurnVouchers simulates a MsgBurnVouchers message.
SimulateMsgCreateProject simulates a MsgCreateProject message.
SimulateMsgEditProject simulates a MsgEditProject message.
SimulateMsgInitializeMainnet simulates a MsgInitializeMainnet message.
SimulateMsgMintVouchers simulates a MsgMintVouchers message.
SimulateMsgRedeemVouchers simulates a MsgRedeemVouchers message.
SimulateMsgUnredeemVouchers simulates a MsgUnredeemVouchers message.
SimulateMsgUpdateSpecialAllocations simulates a MsgUpdateSpecialAllocations message.
SimulateMsgUpdateTotalSupply simulates a MsgUpdateTotalSupply message.

# Variables

ShareDenoms are the denom used for the shares in the simulation.

# Interfaces

TypedMsg extends sdk.Msg with Type method.