Messages
User messages
SendToEth
type MsgSendToEth struct {
Sender string // sender's Injective address
EthDest string // receiver's Ethereum address
Amount types.Coin // amount of tokens to bridge
BridgeFee types.Coin // additional fee for bridge relayers. Must be of same token type as Amount
}
CancelSendToEth
type MsgCancelSendToEth struct {
TransactionId uint64 // unique tx nonce of the withdrawal
Sender string // original sender of the withdrawal
}
SubmitBadSignatureEvidence
Batch Creator Messages
RequestBatch
Oracle Messages
DepositClaim
WithdrawClaim
ValsetUpdatedClaim
ERC20DeployedClaim
Signer Messages
ConfirmBatch
ValsetConfirm
Relayer Messages
Validator Messages
SetOrchestratorAddresses
Last updated
