types

package
v0.0.1-gridfury Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppName = "FuryApp"
)

Variables

View Source
var (
	NativeToken     tokenv1.Token
	EvmToken        tokenv1.Token
	DefaultNodeHome string
)
View Source
var (
	EIP155ChainID = "4200"
)
View Source
var (
	ICAMsgs = []string{
		"/cosmos.authz.v1beta1.MsgExec",
		"/cosmos.authz.v1beta1.MsgGrant",
		"/cosmos.authz.v1beta1.MsgRevoke",
		"/cosmos.bank.v1beta1.MsgSend",
		"/cosmos.bank.v1beta1.MsgMultiSend",
		"/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
		"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
		"/cosmos.distribution.v1beta1.MsgFundCommunityPool",
		"/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
		"/cosmos.feegrant.v1beta1.MsgGrantAllowance",
		"/cosmos.feegrant.v1beta1.MsgRevokeAllowance",
		"/cosmos.gov.v1beta1.MsgVoteWeighted",
		"/cosmos.gov.v1beta1.MsgSubmitProposal",
		"/cosmos.gov.v1beta1.MsgDeposit",
		"/cosmos.gov.v1beta1.MsgVote",
		"/cosmos.gov.v1.MsgVoteWeighted",
		"/cosmos.gov.v1.MsgSubmitProposal",
		"/cosmos.gov.v1.MsgDeposit",
		"/cosmos.gov.v1.MsgVote",
		"/cosmos.staking.v1beta1.MsgEditValidator",
		"/cosmos.staking.v1beta1.MsgDelegate",
		"/cosmos.staking.v1beta1.MsgUndelegate",
		"/cosmos.staking.v1beta1.MsgBeginRedelegate",
		"/cosmos.staking.v1beta1.MsgCreateValidator",
		"/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
		"/ibc.applications.transfer.v1.MsgTransfer",

		"/irismod.nft.MsgIssueDenom",
		"/irismod.nft.MsgTransferDenom",
		"/irismod.nft.MsgMintNFT",
		"/irismod.nft.MsgEditNFT",
		"/irismod.nft.MsgTransferNFT",
		"/irismod.nft.MsgBurnNFT",

		"/irismod.mt.MsgIssueDenom",
		"/irismod.mt.MsgTransferDenom",
		"/irismod.mt.MsgMintMT",
		"/irismod.mt.MsgEditMT",
		"/irismod.mt.MsgTransferMT",
		"/irismod.mt.MsgBurnMT",
	}
)

Functions

func BuildEthChainID

func BuildEthChainID(chainID string) string

Types

type GenesisState

type GenesisState map[string]json.RawMessage

The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string. The identifier is used to determine which module genesis information belongs to so it may be appropriately routed during init chain. Within this application default genesis information is retrieved from the ModuleBasicManager which populates json from each BasicModule object provided to it during init.

Jump to

Keyboard shortcuts

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