Documentation ¶
Index ¶
- func AccumulateChanges(currentChanges, newChanges []abci.ValidatorUpdate) []abci.ValidatorUpdate
- func AppendMany(byteses ...[]byte) (out []byte)
- func SendIBCPacket(ctx sdk.Context, scopedKeeper ccv.ScopedKeeper, ...) error
- func TMCryptoPublicKeyToConsAddr(k tmprotocrypto.PublicKey) (sdk.ConsAddress, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccumulateChanges ¶
func AccumulateChanges(currentChanges, newChanges []abci.ValidatorUpdate) []abci.ValidatorUpdate
func AppendMany ¶ added in v1.0.0
AppendMany appends a variable number of byte slices together
func SendIBCPacket ¶
func SendIBCPacket( ctx sdk.Context, scopedKeeper ccv.ScopedKeeper, channelKeeper ccv.ChannelKeeper, channelID string, portID string, packetData []byte, timeoutPeriod time.Duration, ) error
SendIBCPacket sends an IBC packet with packetData over the source channelID and portID
func TMCryptoPublicKeyToConsAddr ¶ added in v1.0.0
func TMCryptoPublicKeyToConsAddr(k tmprotocrypto.PublicKey) (sdk.ConsAddress, error)
TMCryptoPublicKeyToConsAddr converts a TM public key to an SDK public key and returns the associated consensus address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.