package
0.0.0-20220921015506-a76333c89673
Repository: https://github.com/bianjieai/tibc-sdk-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewHeight is a constructor for the IBC height type.
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
UnpackHeader unpacks an Any into a Header.
ZeroHeight is a helper function which returns an uninitialized height.
# Variables
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
IsRevisionFormat checks if a chainID is in the format required for parsing revisions The chainID must be in the form: `{chainID}-{revision} 24-host may enforce stricter checks on chainID.
No description provided by the author
# Structs
ClientConsensusStates defines all the stored consensus states for a given client.
ConsensusStateWithHeight defines a consensus state with an additional height field.
CreateClientProposal defines a overnance proposal to create an IBC client.
GenesisMetadata defines the genesis type for metadata that clients may return with ExportMetadata.
GenesisState defines the ibc client submodule's genesis state.
Height is a monotonically increasing data type that can be compared against another Height for the purposes of updating and freezing clients
Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same.
IdentifiedClientState defines a client state with an additional client identifier field.
IdentifiedGenesisMetadata has the client metadata with the corresponding chain name.
IdentifiedRelayer defines a list of authorized relayers for the specified client.
MsgUpdateClient defines an sdk.Msg to update a IBC client state using the given header.
MsgUpdateClientResponse defines the Msg/UpdateClient response type.
QueryClientStateRequest is the request type for the Query/ClientState RPC method.
QueryClientStateResponse is the response type for the Query/ClientState RPC method.
QueryClientStatesRequest is the request type for the Query/ClientStates RPC method.
QueryClientStatesResponse is the response type for the Query/ClientStates RPC method.
QueryConsensusStateRequest is the request type for the Query/ConsensusState RPC method.
QueryConsensusStateResponse is the response type for the Query/ConsensusState RPC method.
QueryConsensusStatesRequest is the request type for the Query/ConsensusStates RPC method.
QueryConsensusStatesResponse is the response type for the Query/ConsensusStates RPC method.
QueryRelayersRequest is the request type for the Query/Relayers RPC method.
QueryConsensusStatesResponse is the response type for the Query/Relayers RPC method.
RegisterRelayerProposal defines a overnance proposal to register some relayers for updating a client state.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
UpgradeClientProposal defines a overnance proposal to overide an IBC client state.
# Interfaces
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.
# Type aliases
No description provided by the author
No description provided by the author