package althea.erc20.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:11

Msg defines the erc20 Msg service.

service Query

query.proto:13

Query defines the gRPC querier service.

message GenesisState

genesis.proto:10

GenesisState defines the module's genesis state.

enum Owner

erc20.proto:9

Owner enumerates the ownership of a ERC20 contract.

Used in: TokenPair

message Params

genesis.proto:18

Params defines the erc20 module params

Used in: GenesisState, QueryParamsResponse

message RegisterCoinProposal

erc20.proto:35

RegisterCoinProposal is a gov Content type to register a token pair for a native Cosmos coin.

message RegisterERC20Proposal

erc20.proto:47

RegisterERC20Proposal is a gov Content type to register a token pair for an ERC20 token

message ToggleTokenConversionProposal

erc20.proto:59

ToggleTokenConversionProposal is a gov Content type to toggle the conversion of a token pair.

message TokenPair

erc20.proto:21

TokenPair defines an instance that records a pairing consisting of a native Cosmos Coin and an ERC20 token address.

Used in: GenesisState, QueryTokenPairResponse, QueryTokenPairsResponse