package
0.1.0
Repository: https://github.com/gridironchain/gridnode.git
Documentation: pkg.go.dev

# Functions

CreateEthClaimFromOracleString converts a string from any generic claim from the oracle module into an ethereum bridge specific claim.
CreateOracleClaimFromEthClaim converts a specific ethereum bridge claim to a general oracle claim to be used by the oracle module.
CreateOracleClaimFromOracleString converts a JSON string into an OracleClaimContent struct used by this module.
No description provided by the author
No description provided by the author
Ethereum-bridge specific stuff.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MapOracleClaimsToEthBridgeClaims maps a set of generic oracle claim data into EthBridgeClaim objects.
NewEthBridgeClaim is a constructor function for NewEthBridgeClaim.
NewEthereumAddress is a constructor function for EthereumAddress.
NewMsgBurn is a constructor function for MsgBurn.
No description provided by the author
NewMsgCreateEthBridgeClaim is a constructor function for MsgCreateBridgeClaim.
NewMsgLock is a constructor function for MsgLock.
NewMsgRescueCeth is a constructor function for NewMsgRescueCeth.
NewMsgUpdateCethReceiverAccount is a constructor function for MsgUpdateCethReceiverAccount.
NewMsgUpdateWhiteListValidator is a constructor function for MsgUpdateWhiteListValidator.
NewOracleClaimContent is a constructor function for OracleClaim.
No description provided by the author
NewQueryEthProphecyRequest creates a new QueryEthProphecyParams.
NewQueryEthProphecyResponse creates a new QueryEthProphecyResponse instance.
No description provided by the author
RegisterLegacyAminoCodec registers concrete types on the Amino codec.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ceth symbol.
Burn claim type.
Lock claim type.
Unspecified claim type.
FlagEthereumChainID flag for passing the Ethereum chain id field.
FlagTokenContractAddr flag for passing the token contract address field.
ModuleName is the name of the ethereum bridge module.
No description provided by the author
PeggyTokenKey is the key for peggy token list.
QuerierRoute is the querier route for the ethereum bridge module.
query endpoints supported by the oracle Querier.
query endpoints supported by the oracle Querier.
query endpoints supported by the oracle Querier.
RouterKey is the msg router key for the ethereum bridge module.
StoreKey is the string store representation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
Ethbridge module event types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EthBridgeClaim is a structure that contains all the data for a particular bridge claim.
GenesisState for ethbridge.
MsgBurn defines a message for burning coins and triggering a related event.
No description provided by the author
No description provided by the author
No description provided by the author
MsgLock defines a message for locking coins and triggering a related event.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MsgUpdateWhiteListValidator add or remove validator from whitelist.
No description provided by the author
OracleClaimContent is the details of how the content of the claim for each validator will be stored in the oracle.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryEthProphecyRequest payload for EthProphecy rpc query.
QueryEthProphecyResponse payload for EthProphecy rpc query.
No description provided by the author
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the expected account keeper.
No description provided by the author
BankKeeper defines the expected supply keeper.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
OracleKeeper defines the expected oracle keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

Claim type enum.
EthereumAddress defines a standard ethereum address.