package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev
# Functions
DefaultGenesis returns the default bridge genesis state.
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
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
AcknowledgedEventInfoKey defines the key for the AcknowledgedEventInfo.
EventParamsKey defines the key for the EventParams.
ModuleName defines the module name.
ProposeParamsKey defines the key for the ProposeParams.
SafetyParamsKey defines the key for the SafetyParams.
StoreKey defines the primary module store key.
# Variables
No description provided by the author
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
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
x/bridge module sentinel errors.
x/bridge module sentinel errors.
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
x/bridge module sentinel errors.
x/bridge module sentinel errors.
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
# Structs
BridgeEvent is a recognized event from the Ethereum blockchain.
BridgeEventInfo stores information about the most recently processed bridge event.
DelayedCompleteBridgeMessage is a message type for the response of DelayedCompleteBridgeMessages RPC method.
EventParams stores parameters about which events to recognize and which tokens to mint.
GenesisState defines the bridge module's genesis state.
MsgAcknowledgeBridges is the Msg/AcknowledgeBridges request type.
MsgAcknowledgeBridgesResponse is the Msg/AcknowledgeBridgesResponse response type.
MsgCompleteBridge is the Msg/CompleteBridgeResponse request type.
MsgCompleteBridgeResponse is the Msg/CompleteBridgeResponse response type.
MsgUpdateEventParams is the Msg/UpdateEventParams request type.
MsgUpdateEventParamsResponse is the Msg/UpdateEventParams response type.
MsgUpdateProposeParams is the Msg/UpdateProposeParams request type.
MsgUpdateProposeParamsResponse is the Msg/UpdateProposeParams response type.
MsgUpdateSafetyParams is the Msg/UpdateSafetyParams request type.
MsgUpdateSafetyParamsResponse is the Msg/UpdateSafetyParams response type.
ProposeParams stores parameters for proposing to the module.
QueryAcknowledgedEventInfoRequest is a request type for the AcknowledgedEventInfo RPC method.
QueryAcknowledgedEventInfoResponse is a response type for the AcknowledgedEventInfo RPC method.
QueryDelayedCompleteBridgeMessagesRequest is a request type for the DelayedCompleteBridgeMessages RPC method.
QueryDelayedCompleteBridgeMessagesResponse is a response type for the DelayedCompleteBridgeMessages RPC method.
QueryEventParamsRequest is a request type for the EventParams RPC method.
QueryEventParamsResponse is a response type for the EventParams RPC method.
QueryProposeParamsRequest is a request type for the ProposeParams RPC method.
QueryProposeParamsResponse is a response type for the ProposeParams RPC method.
QueryRecognizedEventInfoRequest is a request type for the RecognizedEventInfo RPC method.
QueryRecognizedEventInfoResponse is a response type for the RecognizedEventInfo RPC method.
QuerySafetyParamsRequest is a request type for the SafetyParams RPC method.
QuerySafetyParamsResponse is a response type for the SafetyParams RPC method.
SafetyParams stores safety parameters for the module.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
BankKeeper defines the expected bank keeper.
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.