package
2.0.0-beta.4+incompatible
Repository: https://github.com/scrtlabs/secretnetwork.git
Documentation: pkg.go.dev
# Functions
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
These are the only two valid values for IbcOrder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These are the only two valid values for IbcOrder.
No description provided by the author
# Variables
No description provided by the author
# Structs
Contains static analysis info of the contract (the Wasm code to be precise).
No description provided by the author
BurnMsg will burn the given coins from the contract's account.
No description provided by the author
ContractResult is the raw response from the instantiate/execute/migrate calls.
CosmosMsg is an rust enum and only (exactly) one of the fields should be set Should we do a cleaner approach in Go? (type/data?).
Used to serialize both the data and the internal reply information in order to keep the api without changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IBC3ChannelOpenResponse is version negotiation data for the handshake.
No description provided by the author
IBCBasicResponse defines the return value on a successful processing.
This is the return value for the majority of the ibc handlers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IBCChannelOpenResult is the raw response from the ibc_channel_open call.
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
IBCReceiveResponse defines the return value on packet response processing.
This is the return value for the majority of the ibc handlers.
IBCTimeout is the timeout for an IBC packet.
IBCTimeoutBlock Height is a monotonically increasing data type that can be compared against another Height for the purposes of updating and freezing clients.
No description provided by the author
Response defines the return value on a successful instantiate/execute/migrate.
SendMsg contains instructions for a Cosmos-SDK/SendMsg It has a fixed interface here and should be converted into the proper SDK format before dispatching.
No description provided by the author
SetWithdrawAddressMsg is translated to a [MsgSetWithdrawAddress](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L29-L37).
No description provided by the author
StargateMsg is encoded the same way as a protobof [Any](https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto).
No description provided by the author
SubcallResult is the raw response we return from the sdk -> reply after executing a SubMsg.
SubMsg wraps a CosmosMsg with some metadata for handling replies (ID) and optionally limiting the gas usage (GasLimit).
No description provided by the author
SubMsgResult is the raw response we return from wasmd after executing a SubMsg.
No description provided by the author
No description provided by the author
No description provided by the author
WithdrawDelegatorRewardMsg is translated to a [MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
# Type aliases
Events must encode empty array as [].
TODO: test what the sdk Order.String() represents and how to parse back Proto files: https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/core/channel/v1/channel.proto#L69-L80 Auto-gen code: https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/x/ibc/core/04-channel/types/channel.pb.go#L70-L101.
LogAttributes must encode empty array as [].
No description provided by the author