Versions in this module Expand all Collapse all v0 v0.3.0 Nov 28, 2024 Changes in this version + const AbsoluteTxPositionLen + const AttributeKeyAckError + const AttributeKeyAckSuccess + const AttributeKeyAuthorizedAddresses + const AttributeKeyChecksum + const AttributeKeyCodeID + const AttributeKeyCodePermission + const AttributeKeyContractAddr + const AttributeKeyNewAdmin + const AttributeKeyNewLabel + const AttributeKeyRequiredCapability + const AttributeKeyResultDataHex + const AttributeReservedPrefix + const CodehashWildcard + const ContractAddrLen + const CustomContractEventPrefix + const DefaultCompileCost + const DefaultContractMessageDataCost + const DefaultEventAttributeDataCost + const DefaultEventAttributeDataFreeTier + const DefaultGasMultiplier + const DefaultInstanceCost + const DefaultInstanceCostDiscount + const DefaultMaxCallDepth + const DefaultMaxQueryStackSize + const DefaultPerAttributeCost + const DefaultPerCustomEventCost + const EnableGasVerification + const EventTypeExecute + const EventTypeGovContractResult + const EventTypeInstantiate + const EventTypeMigrate + const EventTypePacketRecv + const EventTypePinCode + const EventTypeReply + const EventTypeStoreCode + const EventTypeSudo + const EventTypeUnpinCode + const EventTypeUpdateCodeAccessConfig + const EventTypeUpdateContractAdmin + const EventTypeUpdateContractLabel + const MaxSaltSize + const ModuleName + const QuerierRoute + const RouterKey + const SDKAddrLen + const StoreKey + const TStoreKey + const WasmModuleEventType + var AccessType_name = map[int32]string + var AccessType_value = map[string]int32 + var AllAccessTypes = []AccessType + var AllCodeHistoryTypes = []ContractCodeHistoryOperationType + var AllowEverybody = AccessConfig + var AllowNobody = AccessConfig + var AsyncAckKeyPrefix = []byte + var CodeKeyPrefix = []byte + var ContractByCodeIDAndCreatedSecondaryIndexPrefix = []byte + var ContractCodeHistoryElementPrefix = []byte + var ContractCodeHistoryOperationType_name = map[int32]string + var ContractCodeHistoryOperationType_value = map[string]int32 + var ContractKeyPrefix = []byte + var ContractStorePrefix = []byte + var ContractsByCreatorPrefix = []byte + var DefaultCodespace = ModuleName + var DefaultUploadAccess = AllowEverybody + var DisableAllProposals []ProposalType + var EnableAllProposals = []ProposalType + var ErrAccountExists = errorsmod.Register(DefaultCodespace, 3, "contract account already exists") + var ErrCreateFailed = errorsmod.Register(DefaultCodespace, 2, "create wasm contract failed") + var ErrDuplicate = errorsmod.Register(DefaultCodespace, 15, "duplicate") + var ErrEmpty = errorsmod.Register(DefaultCodespace, 12, "empty") + var ErrExceedMaxCallDepth = errorsmod.Register(DefaultCodespace, 30, "max call depth exceeded") + var ErrExceedMaxQueryStackSize = errorsmod.Register(DefaultCodespace, 27, "max query stack size exceeded") + var ErrExecuteFailed = errorsmod.Register(DefaultCodespace, 5, "execute wasm contract failed") + var ErrGasLimit = errorsmod.Register(DefaultCodespace, 6, "insufficient gas") + var ErrInstantiateFailed = errorsmod.Register(DefaultCodespace, 4, "instantiate wasm contract failed") + var ErrIntOverflowAuthz = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowIbc = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowProposalLegacy = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalid = errorsmod.Register(DefaultCodespace, 14, "invalid") + var ErrInvalidEvent = errorsmod.Register(DefaultCodespace, 21, "invalid event") + var ErrInvalidGenesis = errorsmod.Register(DefaultCodespace, 7, "invalid genesis") + var ErrInvalidLengthAuthz = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthIbc = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthProposalLegacy = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidMsg = errorsmod.Register(DefaultCodespace, 10, "invalid CosmosMsg from the contract") + var ErrLimit = errorsmod.Register(DefaultCodespace, 13, "exceeds limit") + var ErrMaxIBCChannels = errorsmod.Register(DefaultCodespace, 16, "max transfer channels") + var ErrMigrationFailed = errorsmod.Register(DefaultCodespace, 11, "migrate wasm contract failed") + var ErrNoSuchCodeFn = WasmVMFlavouredErrorFactory(errorsmod.Register(DefaultCodespace, 28, "no such code"), ...) + var ErrNoSuchContractFn = WasmVMFlavouredErrorFactory(errorsmod.Register(DefaultCodespace, 22, "no such contract"), ...) + var ErrNotFound = errorsmod.Register(DefaultCodespace, 8, "not found") + var ErrPinContractFailed = errorsmod.Register(DefaultCodespace, 18, "pinning contract failed") + var ErrQueryFailed = errorsmod.Register(DefaultCodespace, 9, "query wasm contract failed") + var ErrUnexpectedEndOfGroupAuthz = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupIbc = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupProposalLegacy = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var ErrUnknownMsg = errorsmod.Register(DefaultCodespace, 20, "unknown message from the contract") + var ErrUnpinContractFailed = errorsmod.Register(DefaultCodespace, 19, "unpinning contract failed") + var ErrUnsupportedForContract = errorsmod.Register(DefaultCodespace, 17, "unsupported for this contract") + var ErrVMError = errorsmod.Register(DefaultCodespace, 29, "wasmvm error") + var KeySequenceCodeID = append(SequenceKeyPrefix, []byte("lastCodeId")) + var KeySequenceInstanceID = append(SequenceKeyPrefix, []byte("lastContractId")) + var MaxAddressCount = 50 + var MaxLabelSize = 128 + var MaxProposalWasmSize = 3 * 1024 * 1024 + var MaxWasmSize = 800 * 1024 + var ParamsKey = []byte + var PinnedCodeIndexPrefix = []byte + var SequenceKeyPrefix = []byte + var TXCounterPrefix = []byte + func AcceptGrantedMessage[T AuthzableWasmMsg](ctx sdk.Context, grants []ContractGrant, msg sdk.Msg, ...) (authztypes.AcceptResponse, error) + func CallDepth(ctx context.Context) (uint32, bool) + func ConfigTemplate(c NodeConfig) string + func DefaultConfigTemplate() string + func DefaultPerByteUncompressCost() wasmvmtypes.UFraction + func EmitAcknowledgementEvent(ctx sdk.Context, contractAddr sdk.AccAddress, ack exported.Acknowledgement, ...) + func GetAsyncAckStorePrefix(portID string) []byte + func GetAsyncPacketKey(destChannel string, sequence uint64) []byte + func GetCodeKey(codeID uint64) []byte + func GetContractAddressKey(addr sdk.AccAddress) []byte + func GetContractByCodeIDSecondaryIndexPrefix(codeID uint64) []byte + func GetContractByCreatedSecondaryIndexKey(contractAddr sdk.AccAddress, c ContractCodeHistoryEntry) []byte + func GetContractByCreatorSecondaryIndexKey(bz, position []byte, contractAddr sdk.AccAddress) []byte + func GetContractCodeHistoryElementKey(contractAddr sdk.AccAddress, pos uint64) []byte + func GetContractCodeHistoryElementPrefix(contractAddr sdk.AccAddress) []byte + func GetContractStorePrefix(addr sdk.AccAddress) []byte + func GetContractsByCreatorPrefix(addr sdk.AccAddress) []byte + func GetPinnedCodeIndexPrefix(codeID uint64) []byte + func NewEnv(ctx sdk.Context, contractAddr sdk.AccAddress) wasmvmtypes.Env + func NewInfo(creator sdk.AccAddress, deposit sdk.Coins) wasmvmtypes.MessageInfo + func NewWasmCoins(cosmosCoins sdk.Coins) (wasmCoins []wasmvmtypes.Coin) + func OnlyGenesisFields(info *ContractInfo) + func ParsePinnedCodeIndex(s []byte) uint64 + func QueryStackSize(ctx context.Context) (uint32, bool) + func RandCreatedFields(info *ContractInfo) + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func TXCounter(ctx context.Context) (uint32, bool) + func ValidateGenesis(data GenesisState) error + func ValidateLabel(label string) error + func ValidateSalt(salt []byte) error + func ValidateVerificationInfo(source, builder string, codeHash []byte) error + func VerifyAddressLen() func(addr []byte) error + func WasmVMFlavouredErrorFactory[T any](sdkErr *errorsmod.Error, wasmVMErrBuilder func(T) error) func(T) WasmVMFlavouredError + func WithCallDepth(ctx sdk.Context, counter uint32) sdk.Context + func WithGasRegister(ctx sdk.Context, gr GasRegister) sdk.Context + func WithQueryStackSize(ctx sdk.Context, counter uint32) sdk.Context + func WithSHA256CodeHash(wasmCode []byte) func(info *CodeInfo) + func WithSubMsgAuthzPolicy(ctx sdk.Context, policy AuthorizationPolicy) sdk.Context + func WithTXCounter(ctx sdk.Context, counter uint32) sdk.Context + func WithTxContracts(ctx sdk.Context, tc TxContracts) sdk.Context + type AbsoluteTxPosition struct + BlockHeight uint64 + TxIndex uint64 + func NewAbsoluteTxPosition(ctx sdk.Context) *AbsoluteTxPosition + func (*AbsoluteTxPosition) Descriptor() ([]byte, []int) + func (*AbsoluteTxPosition) ProtoMessage() + func (a *AbsoluteTxPosition) Bytes() []byte + func (a *AbsoluteTxPosition) LessThan(b *AbsoluteTxPosition) bool + func (m *AbsoluteTxPosition) Marshal() (dAtA []byte, err error) + func (m *AbsoluteTxPosition) MarshalTo(dAtA []byte) (int, error) + func (m *AbsoluteTxPosition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AbsoluteTxPosition) Reset() + func (m *AbsoluteTxPosition) Size() (n int) + func (m *AbsoluteTxPosition) String() string + func (m *AbsoluteTxPosition) Unmarshal(dAtA []byte) error + func (m *AbsoluteTxPosition) XXX_DiscardUnknown() + func (m *AbsoluteTxPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AbsoluteTxPosition) XXX_Merge(src proto.Message) + func (m *AbsoluteTxPosition) XXX_Size() int + func (m *AbsoluteTxPosition) XXX_Unmarshal(b []byte) error + func (this *AbsoluteTxPosition) Equal(that interface{}) bool + type AcceptedMessageKeysFilter struct + Keys []string + func NewAcceptedMessageKeysFilter(acceptedKeys ...string) *AcceptedMessageKeysFilter + func (*AcceptedMessageKeysFilter) Descriptor() ([]byte, []int) + func (*AcceptedMessageKeysFilter) ProtoMessage() + func (f *AcceptedMessageKeysFilter) Accept(ctx sdk.Context, msg RawContractMessage) (bool, error) + func (f AcceptedMessageKeysFilter) ValidateBasic() error + func (m *AcceptedMessageKeysFilter) Marshal() (dAtA []byte, err error) + func (m *AcceptedMessageKeysFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AcceptedMessageKeysFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AcceptedMessageKeysFilter) Reset() + func (m *AcceptedMessageKeysFilter) Size() (n int) + func (m *AcceptedMessageKeysFilter) String() string + func (m *AcceptedMessageKeysFilter) Unmarshal(dAtA []byte) error + func (m *AcceptedMessageKeysFilter) XXX_DiscardUnknown() + func (m *AcceptedMessageKeysFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AcceptedMessageKeysFilter) XXX_Merge(src proto.Message) + func (m *AcceptedMessageKeysFilter) XXX_Size() int + func (m *AcceptedMessageKeysFilter) XXX_Unmarshal(b []byte) error + type AcceptedMessagesFilter struct + Messages []RawContractMessage + func NewAcceptedMessagesFilter(msgs ...RawContractMessage) *AcceptedMessagesFilter + func (*AcceptedMessagesFilter) Descriptor() ([]byte, []int) + func (*AcceptedMessagesFilter) ProtoMessage() + func (f *AcceptedMessagesFilter) Accept(_ sdk.Context, msg RawContractMessage) (bool, error) + func (f AcceptedMessagesFilter) ValidateBasic() error + func (m *AcceptedMessagesFilter) Marshal() (dAtA []byte, err error) + func (m *AcceptedMessagesFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AcceptedMessagesFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AcceptedMessagesFilter) Reset() + func (m *AcceptedMessagesFilter) Size() (n int) + func (m *AcceptedMessagesFilter) String() string + func (m *AcceptedMessagesFilter) Unmarshal(dAtA []byte) error + func (m *AcceptedMessagesFilter) XXX_DiscardUnknown() + func (m *AcceptedMessagesFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AcceptedMessagesFilter) XXX_Merge(src proto.Message) + func (m *AcceptedMessagesFilter) XXX_Size() int + func (m *AcceptedMessagesFilter) XXX_Unmarshal(b []byte) error + type AccessConfig struct + Addresses []string + Permission AccessType + func (*AccessConfig) Descriptor() ([]byte, []int) + func (*AccessConfig) ProtoMessage() + func (a AccessConfig) AllAuthorizedAddresses() []string + func (a AccessConfig) Allowed(actor sdk.AccAddress) bool + func (a AccessConfig) Equals(o AccessConfig) bool + func (a AccessConfig) IsSubset(superSet AccessConfig) bool + func (a AccessConfig) ValidateBasic() error + func (m *AccessConfig) Marshal() (dAtA []byte, err error) + func (m *AccessConfig) MarshalTo(dAtA []byte) (int, error) + func (m *AccessConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessConfig) Reset() + func (m *AccessConfig) Size() (n int) + func (m *AccessConfig) String() string + func (m *AccessConfig) Unmarshal(dAtA []byte) error + func (m *AccessConfig) XXX_DiscardUnknown() + func (m *AccessConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessConfig) XXX_Merge(src proto.Message) + func (m *AccessConfig) XXX_Size() int + func (m *AccessConfig) XXX_Unmarshal(b []byte) error + func (this *AccessConfig) Equal(that interface{}) bool + type AccessConfigUpdate struct + CodeID uint64 + InstantiatePermission AccessConfig + func (*AccessConfigUpdate) Descriptor() ([]byte, []int) + func (*AccessConfigUpdate) ProtoMessage() + func (c AccessConfigUpdate) String() string + func (m *AccessConfigUpdate) Marshal() (dAtA []byte, err error) + func (m *AccessConfigUpdate) MarshalTo(dAtA []byte) (int, error) + func (m *AccessConfigUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessConfigUpdate) Reset() + func (m *AccessConfigUpdate) Size() (n int) + func (m *AccessConfigUpdate) Unmarshal(dAtA []byte) error + func (m *AccessConfigUpdate) XXX_DiscardUnknown() + func (m *AccessConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessConfigUpdate) XXX_Merge(src proto.Message) + func (m *AccessConfigUpdate) XXX_Size() int + func (m *AccessConfigUpdate) XXX_Unmarshal(b []byte) error + func (this *AccessConfigUpdate) Equal(that interface{}) bool + type AccessType int32 + const AccessTypeAnyOfAddresses + const AccessTypeEverybody + const AccessTypeNobody + const AccessTypeUnspecified + func (AccessType) EnumDescriptor() ([]byte, []int) + func (a *AccessType) MarshalJSONPB(_ *jsonpb.Marshaler) ([]byte, error) + func (a *AccessType) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error + func (a *AccessType) UnmarshalText(text []byte) error + func (a AccessType) IsSubset(superSet AccessType) bool + func (a AccessType) MarshalText() ([]byte, error) + func (a AccessType) String() string + func (a AccessType) With(addrs ...sdk.AccAddress) AccessConfig + type AccessTypeParam struct + Value AccessType + func (*AccessTypeParam) Descriptor() ([]byte, []int) + func (*AccessTypeParam) ProtoMessage() + func (m *AccessTypeParam) Marshal() (dAtA []byte, err error) + func (m *AccessTypeParam) MarshalTo(dAtA []byte) (int, error) + func (m *AccessTypeParam) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessTypeParam) Reset() + func (m *AccessTypeParam) Size() (n int) + func (m *AccessTypeParam) String() string + func (m *AccessTypeParam) Unmarshal(dAtA []byte) error + func (m *AccessTypeParam) XXX_DiscardUnknown() + func (m *AccessTypeParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessTypeParam) XXX_Merge(src proto.Message) + func (m *AccessTypeParam) XXX_Size() int + func (m *AccessTypeParam) XXX_Unmarshal(b []byte) error + func (this *AccessTypeParam) Equal(that interface{}) bool + type AccountKeeper interface + GetAccount func(ctx context.Context, addr sdk.AccAddress) sdk.AccountI + NewAccountWithAddress func(ctx context.Context, addr sdk.AccAddress) sdk.AccountI + SetAccount func(ctx context.Context, acc sdk.AccountI) + type AllowAllMessagesFilter struct + func NewAllowAllMessagesFilter() *AllowAllMessagesFilter + func (*AllowAllMessagesFilter) Descriptor() ([]byte, []int) + func (*AllowAllMessagesFilter) ProtoMessage() + func (f *AllowAllMessagesFilter) Accept(_ sdk.Context, msg RawContractMessage) (bool, error) + func (f AllowAllMessagesFilter) ValidateBasic() error + func (m *AllowAllMessagesFilter) Marshal() (dAtA []byte, err error) + func (m *AllowAllMessagesFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AllowAllMessagesFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AllowAllMessagesFilter) Reset() + func (m *AllowAllMessagesFilter) Size() (n int) + func (m *AllowAllMessagesFilter) String() string + func (m *AllowAllMessagesFilter) Unmarshal(dAtA []byte) error + func (m *AllowAllMessagesFilter) XXX_DiscardUnknown() + func (m *AllowAllMessagesFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllowAllMessagesFilter) XXX_Merge(src proto.Message) + func (m *AllowAllMessagesFilter) XXX_Size() int + func (m *AllowAllMessagesFilter) XXX_Unmarshal(b []byte) error + type AuthorizationPolicy interface + CanCreateCode func(chainConfigs ChainAccessConfigs, actor types.AccAddress, ...) bool + CanInstantiateContract func(c AccessConfig, actor types.AccAddress) bool + CanModifyCodeAccessConfig func(creator, actor types.AccAddress, isSubset bool) bool + CanModifyContract func(admin, actor types.AccAddress) bool + SubMessageAuthorizationPolicy func(entrypoint AuthorizationPolicyAction) AuthorizationPolicy + func SubMsgAuthzPolicy(ctx context.Context) (AuthorizationPolicy, bool) + type AuthorizationPolicyAction uint64 + const AuthZActionInstantiate + const AuthZActionMigrateContract + type AuthzableWasmMsg interface + GetContract func() string + GetFunds func() sdk.Coins + GetMsg func() RawContractMessage + ValidateBasic func() error + type BankKeeper interface + BlockedAddr func(addr sdk.AccAddress) bool + IsSendEnabledCoins func(ctx context.Context, coins ...sdk.Coin) error + SendCoins func(ctx context.Context, fromAddr, toAddr sdk.AccAddress, amt sdk.Coins) error + type BankViewKeeper interface + DenomsMetadata func(ctx context.Context, req *banktypes.QueryDenomsMetadataRequest) (*banktypes.QueryDenomsMetadataResponse, error) + GetAllBalances func(ctx context.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin + GetDenomMetaData func(ctx context.Context, denom string) (banktypes.Metadata, bool) + GetSupply func(ctx context.Context, denom string) sdk.Coin + type Burner interface + BurnCoins func(ctx context.Context, moduleName string, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + type CapabilityKeeper interface + AuthenticateCapability func(ctx sdk.Context, capability *capabilitytypes.Capability, name string) bool + ClaimCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + GetCapability func(ctx sdk.Context, name string) (*capabilitytypes.Capability, bool) + type ChainAccessConfigs struct + Instantiate AccessConfig + Upload AccessConfig + func NewChainAccessConfigs(upload, instantiate AccessConfig) ChainAccessConfigs + type ChannelKeeper interface + ChanCloseInit func(ctx sdk.Context, portID, channelID string, chanCap *capabilitytypes.Capability) error + GetAllChannels func(ctx sdk.Context) (channels []channeltypes.IdentifiedChannel) + GetAllChannelsWithPortPrefix func(ctx sdk.Context, portPrefix string) []channeltypes.IdentifiedChannel + GetChannel func(ctx sdk.Context, srcPort, srcChan string) (channel channeltypes.Channel, found bool) + GetNextSequenceSend func(ctx sdk.Context, portID, channelID string) (uint64, bool) + SetChannel func(ctx sdk.Context, portID, channelID string, channel channeltypes.Channel) + type ClearAdminProposal struct + Contract string + Description string + Title string + func (*ClearAdminProposal) Descriptor() ([]byte, []int) + func (*ClearAdminProposal) ProtoMessage() + func (m *ClearAdminProposal) Marshal() (dAtA []byte, err error) + func (m *ClearAdminProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ClearAdminProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ClearAdminProposal) Reset() + func (m *ClearAdminProposal) Size() (n int) + func (m *ClearAdminProposal) Unmarshal(dAtA []byte) error + func (m *ClearAdminProposal) XXX_DiscardUnknown() + func (m *ClearAdminProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClearAdminProposal) XXX_Merge(src proto.Message) + func (m *ClearAdminProposal) XXX_Size() int + func (m *ClearAdminProposal) XXX_Unmarshal(b []byte) error + func (p *ClearAdminProposal) GetTitle() string + func (p ClearAdminProposal) GetDescription() string + func (p ClearAdminProposal) ProposalRoute() string + func (p ClearAdminProposal) ProposalType() string + func (p ClearAdminProposal) String() string + func (p ClearAdminProposal) ValidateBasic() error + func (this *ClearAdminProposal) Equal(that interface{}) bool + type ClientKeeper interface + GetClientConsensusState func(ctx sdk.Context, clientID string) (connection ibcexported.ConsensusState, found bool) + type Code struct + CodeBytes []byte + CodeID uint64 + CodeInfo CodeInfo + Pinned bool + func CodeFixture(mutators ...func(*Code)) Code + func (*Code) Descriptor() ([]byte, []int) + func (*Code) ProtoMessage() + func (c Code) ValidateBasic() error + func (m *Code) GetCodeBytes() []byte + func (m *Code) GetCodeID() uint64 + func (m *Code) GetCodeInfo() CodeInfo + func (m *Code) GetPinned() bool + func (m *Code) Marshal() (dAtA []byte, err error) + func (m *Code) MarshalTo(dAtA []byte) (int, error) + func (m *Code) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Code) Reset() + func (m *Code) Size() (n int) + func (m *Code) String() string + func (m *Code) Unmarshal(dAtA []byte) error + func (m *Code) XXX_DiscardUnknown() + func (m *Code) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Code) XXX_Merge(src proto.Message) + func (m *Code) XXX_Size() int + func (m *Code) XXX_Unmarshal(b []byte) error + type CodeGrant struct + CodeHash []byte + InstantiatePermission *AccessConfig + func NewCodeGrant(codeHash []byte, instantiatePermission *AccessConfig) (*CodeGrant, error) + func (*CodeGrant) Descriptor() ([]byte, []int) + func (*CodeGrant) ProtoMessage() + func (g CodeGrant) Accept(checksum []byte, permission *AccessConfig) bool + func (g CodeGrant) ValidateBasic() error + func (m *CodeGrant) Marshal() (dAtA []byte, err error) + func (m *CodeGrant) MarshalTo(dAtA []byte) (int, error) + func (m *CodeGrant) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeGrant) Reset() + func (m *CodeGrant) Size() (n int) + func (m *CodeGrant) String() string + func (m *CodeGrant) Unmarshal(dAtA []byte) error + func (m *CodeGrant) XXX_DiscardUnknown() + func (m *CodeGrant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeGrant) XXX_Merge(src proto.Message) + func (m *CodeGrant) XXX_Size() int + func (m *CodeGrant) XXX_Unmarshal(b []byte) error + type CodeInfo struct + CodeHash []byte + Creator string + InstantiateConfig AccessConfig + func CodeInfoFixture(mutators ...func(*CodeInfo)) CodeInfo + func NewCodeInfo(codeHash []byte, creator sdk.AccAddress, instantiatePermission AccessConfig) CodeInfo + func (*CodeInfo) Descriptor() ([]byte, []int) + func (*CodeInfo) ProtoMessage() + func (c CodeInfo) ValidateBasic() error + func (m *CodeInfo) Marshal() (dAtA []byte, err error) + func (m *CodeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *CodeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeInfo) Reset() + func (m *CodeInfo) Size() (n int) + func (m *CodeInfo) String() string + func (m *CodeInfo) Unmarshal(dAtA []byte) error + func (m *CodeInfo) XXX_DiscardUnknown() + func (m *CodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeInfo) XXX_Merge(src proto.Message) + func (m *CodeInfo) XXX_Size() int + func (m *CodeInfo) XXX_Unmarshal(b []byte) error + func (this *CodeInfo) Equal(that interface{}) bool + type CodeInfoResponse struct + CodeID uint64 + Creator string + DataHash github_com_cometbft_cometbft_libs_bytes.HexBytes + InstantiatePermission AccessConfig + func (*CodeInfoResponse) Descriptor() ([]byte, []int) + func (*CodeInfoResponse) ProtoMessage() + func (m *CodeInfoResponse) Marshal() (dAtA []byte, err error) + func (m *CodeInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CodeInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeInfoResponse) Reset() + func (m *CodeInfoResponse) Size() (n int) + func (m *CodeInfoResponse) String() string + func (m *CodeInfoResponse) Unmarshal(dAtA []byte) error + func (m *CodeInfoResponse) XXX_DiscardUnknown() + func (m *CodeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeInfoResponse) XXX_Merge(src proto.Message) + func (m *CodeInfoResponse) XXX_Size() int + func (m *CodeInfoResponse) XXX_Unmarshal(b []byte) error + func (this *CodeInfoResponse) Equal(that interface{}) bool + type CombinedLimit struct + Amounts github_com_cosmos_cosmos_sdk_types.Coins + CallsRemaining uint64 + func NewCombinedLimit(maxCalls uint64, maxAmounts ...sdk.Coin) *CombinedLimit + func (*CombinedLimit) Descriptor() ([]byte, []int) + func (*CombinedLimit) ProtoMessage() + func (l CombinedLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (l CombinedLimit) ValidateBasic() error + func (m *CombinedLimit) Marshal() (dAtA []byte, err error) + func (m *CombinedLimit) MarshalTo(dAtA []byte) (int, error) + func (m *CombinedLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CombinedLimit) Reset() + func (m *CombinedLimit) Size() (n int) + func (m *CombinedLimit) String() string + func (m *CombinedLimit) Unmarshal(dAtA []byte) error + func (m *CombinedLimit) XXX_DiscardUnknown() + func (m *CombinedLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CombinedLimit) XXX_Merge(src proto.Message) + func (m *CombinedLimit) XXX_Size() int + func (m *CombinedLimit) XXX_Unmarshal(b []byte) error + type ConnectionKeeper interface + GetConnection func(ctx sdk.Context, connectionID string) (connection connectiontypes.ConnectionEnd, found bool) + type Contract struct + ContractAddress string + ContractCodeHistory []ContractCodeHistoryEntry + ContractInfo ContractInfo + ContractState []Model + func ContractFixture(mutators ...func(*Contract)) Contract + func (*Contract) Descriptor() ([]byte, []int) + func (*Contract) ProtoMessage() + func (c *Contract) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (c Contract) ValidateBasic() error + func (m *Contract) GetContractAddress() string + func (m *Contract) GetContractCodeHistory() []ContractCodeHistoryEntry + func (m *Contract) GetContractInfo() ContractInfo + func (m *Contract) GetContractState() []Model + func (m *Contract) Marshal() (dAtA []byte, err error) + func (m *Contract) MarshalTo(dAtA []byte) (int, error) + func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Contract) Reset() + func (m *Contract) Size() (n int) + func (m *Contract) String() string + func (m *Contract) Unmarshal(dAtA []byte) error + func (m *Contract) XXX_DiscardUnknown() + func (m *Contract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Contract) XXX_Merge(src proto.Message) + func (m *Contract) XXX_Size() int + func (m *Contract) XXX_Unmarshal(b []byte) error + type ContractAuthzFactory interface + NewAuthz func([]ContractGrant) authztypes.Authorization + type ContractAuthzFilterX interface + Accept func(ctx sdk.Context, msg RawContractMessage) (bool, error) + ValidateBasic func() error + type ContractAuthzLimitAcceptResult struct + Accepted bool + DeleteLimit bool + UpdateLimit ContractAuthzLimitX + type ContractAuthzLimitX interface + Accept func(ctx sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + ValidateBasic func() error + type ContractCodeHistoryEntry struct + CodeID uint64 + Msg RawContractMessage + Operation ContractCodeHistoryOperationType + Updated *AbsoluteTxPosition + func ContractCodeHistoryEntryFixture(mutators ...func(*ContractCodeHistoryEntry)) ContractCodeHistoryEntry + func (*ContractCodeHistoryEntry) Descriptor() ([]byte, []int) + func (*ContractCodeHistoryEntry) ProtoMessage() + func (c ContractCodeHistoryEntry) ValidateBasic() error + func (m *ContractCodeHistoryEntry) Marshal() (dAtA []byte, err error) + func (m *ContractCodeHistoryEntry) MarshalTo(dAtA []byte) (int, error) + func (m *ContractCodeHistoryEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractCodeHistoryEntry) Reset() + func (m *ContractCodeHistoryEntry) Size() (n int) + func (m *ContractCodeHistoryEntry) String() string + func (m *ContractCodeHistoryEntry) Unmarshal(dAtA []byte) error + func (m *ContractCodeHistoryEntry) XXX_DiscardUnknown() + func (m *ContractCodeHistoryEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractCodeHistoryEntry) XXX_Merge(src proto.Message) + func (m *ContractCodeHistoryEntry) XXX_Size() int + func (m *ContractCodeHistoryEntry) XXX_Unmarshal(b []byte) error + func (this *ContractCodeHistoryEntry) Equal(that interface{}) bool + type ContractCodeHistoryOperationType int32 + const ContractCodeHistoryOperationTypeGenesis + const ContractCodeHistoryOperationTypeInit + const ContractCodeHistoryOperationTypeMigrate + const ContractCodeHistoryOperationTypeUnspecified + func (ContractCodeHistoryOperationType) EnumDescriptor() ([]byte, []int) + func (x ContractCodeHistoryOperationType) String() string + type ContractExecutionAuthorization struct + Grants []ContractGrant + func NewContractExecutionAuthorization(grants ...ContractGrant) *ContractExecutionAuthorization + func (*ContractExecutionAuthorization) Descriptor() ([]byte, []int) + func (*ContractExecutionAuthorization) ProtoMessage() + func (a *ContractExecutionAuthorization) Accept(goCtx context.Context, msg sdk.Msg) (authztypes.AcceptResponse, error) + func (a ContractExecutionAuthorization) MsgTypeURL() string + func (a ContractExecutionAuthorization) NewAuthz(g []ContractGrant) authztypes.Authorization + func (a ContractExecutionAuthorization) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (a ContractExecutionAuthorization) ValidateBasic() error + func (m *ContractExecutionAuthorization) Marshal() (dAtA []byte, err error) + func (m *ContractExecutionAuthorization) MarshalTo(dAtA []byte) (int, error) + func (m *ContractExecutionAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractExecutionAuthorization) Reset() + func (m *ContractExecutionAuthorization) Size() (n int) + func (m *ContractExecutionAuthorization) String() string + func (m *ContractExecutionAuthorization) Unmarshal(dAtA []byte) error + func (m *ContractExecutionAuthorization) XXX_DiscardUnknown() + func (m *ContractExecutionAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractExecutionAuthorization) XXX_Merge(src proto.Message) + func (m *ContractExecutionAuthorization) XXX_Size() int + func (m *ContractExecutionAuthorization) XXX_Unmarshal(b []byte) error + type ContractGrant struct + Contract string + Filter *types.Any + Limit *types.Any + func NewContractGrant(contract sdk.AccAddress, limit ContractAuthzLimitX, ...) (*ContractGrant, error) + func (*ContractGrant) Descriptor() ([]byte, []int) + func (*ContractGrant) ProtoMessage() + func (g ContractGrant) GetFilter() ContractAuthzFilterX + func (g ContractGrant) GetLimit() ContractAuthzLimitX + func (g ContractGrant) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (g ContractGrant) ValidateBasic() error + func (g ContractGrant) WithNewLimits(limit ContractAuthzLimitX) (*ContractGrant, error) + func (m *ContractGrant) Marshal() (dAtA []byte, err error) + func (m *ContractGrant) MarshalTo(dAtA []byte) (int, error) + func (m *ContractGrant) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractGrant) Reset() + func (m *ContractGrant) Size() (n int) + func (m *ContractGrant) String() string + func (m *ContractGrant) Unmarshal(dAtA []byte) error + func (m *ContractGrant) XXX_DiscardUnknown() + func (m *ContractGrant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractGrant) XXX_Merge(src proto.Message) + func (m *ContractGrant) XXX_Size() int + func (m *ContractGrant) XXX_Unmarshal(b []byte) error + type ContractInfo struct + Admin string + CodeID uint64 + Created *AbsoluteTxPosition + Creator string + Extension *types.Any + IBCPortID string + Label string + func ContractInfoFixture(mutators ...func(*ContractInfo)) ContractInfo + func NewContractInfo(codeID uint64, creator, admin sdk.AccAddress, label string, ...) ContractInfo + func (*ContractInfo) Descriptor() ([]byte, []int) + func (*ContractInfo) ProtoMessage() + func (c *ContractInfo) AddMigration(ctx sdk.Context, codeID uint64, msg []byte) ContractCodeHistoryEntry + func (c *ContractInfo) AdminAddr() sdk.AccAddress + func (c *ContractInfo) ReadExtension(e ContractInfoExtension) error + func (c *ContractInfo) SetExtension(ext ContractInfoExtension) error + func (c *ContractInfo) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (c *ContractInfo) ValidateBasic() error + func (c ContractInfo) InitialHistory(initMsg []byte) ContractCodeHistoryEntry + func (m *ContractInfo) Marshal() (dAtA []byte, err error) + func (m *ContractInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ContractInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractInfo) Reset() + func (m *ContractInfo) Size() (n int) + func (m *ContractInfo) String() string + func (m *ContractInfo) Unmarshal(dAtA []byte) error + func (m *ContractInfo) XXX_DiscardUnknown() + func (m *ContractInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractInfo) XXX_Merge(src proto.Message) + func (m *ContractInfo) XXX_Size() int + func (m *ContractInfo) XXX_Unmarshal(b []byte) error + func (this *ContractInfo) Equal(that interface{}) bool + type ContractInfoExtension interface + String func() string + type ContractMigrationAuthorization struct + Grants []ContractGrant + func NewContractMigrationAuthorization(grants ...ContractGrant) *ContractMigrationAuthorization + func (*ContractMigrationAuthorization) Descriptor() ([]byte, []int) + func (*ContractMigrationAuthorization) ProtoMessage() + func (a *ContractMigrationAuthorization) Accept(goCtx context.Context, msg sdk.Msg) (authztypes.AcceptResponse, error) + func (a ContractMigrationAuthorization) MsgTypeURL() string + func (a ContractMigrationAuthorization) NewAuthz(g []ContractGrant) authztypes.Authorization + func (a ContractMigrationAuthorization) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (a ContractMigrationAuthorization) ValidateBasic() error + func (m *ContractMigrationAuthorization) Marshal() (dAtA []byte, err error) + func (m *ContractMigrationAuthorization) MarshalTo(dAtA []byte) (int, error) + func (m *ContractMigrationAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractMigrationAuthorization) Reset() + func (m *ContractMigrationAuthorization) Size() (n int) + func (m *ContractMigrationAuthorization) String() string + func (m *ContractMigrationAuthorization) Unmarshal(dAtA []byte) error + func (m *ContractMigrationAuthorization) XXX_DiscardUnknown() + func (m *ContractMigrationAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractMigrationAuthorization) XXX_Merge(src proto.Message) + func (m *ContractMigrationAuthorization) XXX_Size() int + func (m *ContractMigrationAuthorization) XXX_Unmarshal(b []byte) error + type ContractOpsKeeper interface + ClearContractAdmin func(ctx sdk.Context, contractAddress, caller sdk.AccAddress) error + Create func(ctx sdk.Context, creator sdk.AccAddress, wasmCode []byte, ...) (codeID uint64, checksum []byte, err error) + Execute func(ctx sdk.Context, contractAddress, caller sdk.AccAddress, msg []byte, ...) ([]byte, error) + Instantiate func(ctx sdk.Context, codeID uint64, creator, admin sdk.AccAddress, initMsg []byte, ...) (sdk.AccAddress, []byte, error) + Instantiate2 func(ctx sdk.Context, codeID uint64, creator, admin sdk.AccAddress, initMsg []byte, ...) (sdk.AccAddress, []byte, error) + Migrate func(ctx sdk.Context, contractAddress, caller sdk.AccAddress, newCodeID uint64, ...) ([]byte, error) + PinCode func(ctx sdk.Context, codeID uint64) error + SetAccessConfig func(ctx sdk.Context, codeID uint64, caller sdk.AccAddress, newConfig AccessConfig) error + SetContractInfoExtension func(ctx sdk.Context, contract sdk.AccAddress, extra ContractInfoExtension) error + Sudo func(ctx sdk.Context, contractAddress sdk.AccAddress, msg []byte) ([]byte, error) + UnpinCode func(ctx sdk.Context, codeID uint64) error + UpdateContractAdmin func(ctx sdk.Context, contractAddress, caller, newAdmin sdk.AccAddress) error + type DeterministicError struct + func MarkErrorDeterministic(e error) DeterministicError + func (e DeterministicError) Cause() error + func (e DeterministicError) Unwrap() error + type DistributionKeeper interface + DelegationRewards func(c context.Context, req *distrtypes.QueryDelegationRewardsRequest) (*distrtypes.QueryDelegationRewardsResponse, error) + DelegationTotalRewards func(c context.Context, req *distrtypes.QueryDelegationTotalRewardsRequest) (*distrtypes.QueryDelegationTotalRewardsResponse, error) + DelegatorValidators func(c context.Context, req *distrtypes.QueryDelegatorValidatorsRequest) (*distrtypes.QueryDelegatorValidatorsResponse, error) + DelegatorWithdrawAddress func(c context.Context, req *distrtypes.QueryDelegatorWithdrawAddressRequest) (*distrtypes.QueryDelegatorWithdrawAddressResponse, error) + type ExecuteContractProposal struct + Contract string + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Msg RawContractMessage + RunAs string + Title string + func (*ExecuteContractProposal) Descriptor() ([]byte, []int) + func (*ExecuteContractProposal) ProtoMessage() + func (m *ExecuteContractProposal) Marshal() (dAtA []byte, err error) + func (m *ExecuteContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ExecuteContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExecuteContractProposal) Reset() + func (m *ExecuteContractProposal) Size() (n int) + func (m *ExecuteContractProposal) Unmarshal(dAtA []byte) error + func (m *ExecuteContractProposal) XXX_DiscardUnknown() + func (m *ExecuteContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecuteContractProposal) XXX_Merge(src proto.Message) + func (m *ExecuteContractProposal) XXX_Size() int + func (m *ExecuteContractProposal) XXX_Unmarshal(b []byte) error + func (p *ExecuteContractProposal) GetTitle() string + func (p ExecuteContractProposal) GetDescription() string + func (p ExecuteContractProposal) MarshalYAML() (interface{}, error) + func (p ExecuteContractProposal) ProposalRoute() string + func (p ExecuteContractProposal) ProposalType() string + func (p ExecuteContractProposal) String() string + func (p ExecuteContractProposal) ValidateBasic() error + func (this *ExecuteContractProposal) Equal(that interface{}) bool + type GasRegister interface + EventCosts func(attrs []wasmvmtypes.EventAttribute, ...) storetypes.Gas + FromWasmVMGas func(source uint64) storetypes.Gas + ReplyCosts func(discount bool, reply wasmvmtypes.Reply) storetypes.Gas + SetupContractCost func(discount bool, msgLen int) storetypes.Gas + ToWasmVMGas func(source storetypes.Gas) uint64 + UncompressCosts func(byteLength int) storetypes.Gas + func GasRegisterFromContext(ctx context.Context) (GasRegister, bool) + type GenesisState struct + Codes []Code + Contracts []Contract + Params Params + Sequences []Sequence + func GenesisFixture(mutators ...func(*GenesisState)) GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetCodes() []Code + func (m *GenesisState) GetContracts() []Contract + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetSequences() []Sequence + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + func (s GenesisState) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (s GenesisState) ValidateBasic() error + type IBCContractKeeper interface + AuthenticateCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) bool + ClaimCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + DeleteAsyncAckPacket func(ctx context.Context, portID, channelID string, sequence uint64) + IBCDestinationCallback func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + IBCSourceCallback func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + LoadAsyncAckPacket func(ctx context.Context, portID, channelID string, sequence uint64) (channeltypes.Packet, error) + OnAckPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnCloseChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnConnectChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnOpenChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) (string, error) + OnRecvPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) (ibcexported.Acknowledgement, error) + OnTimeoutPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + StoreAsyncAckPacket func(ctx context.Context, packet channeltypes.Packet) error + type ICS20TransferPortSource interface + GetPort func(ctx sdk.Context) string + type ICS4Wrapper interface + SendPacket func(ctx sdk.Context, channelCap *capabilitytypes.Capability, sourcePort string, ...) (uint64, error) + WriteAcknowledgement func(ctx sdk.Context, chanCap *capabilitytypes.Capability, ...) error + type InstantiateContract2Proposal struct + Admin string + CodeID uint64 + Description string + FixMsg bool + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + RunAs string + Salt []byte + Title string + func (*InstantiateContract2Proposal) Descriptor() ([]byte, []int) + func (*InstantiateContract2Proposal) ProtoMessage() + func (m *InstantiateContract2Proposal) Marshal() (dAtA []byte, err error) + func (m *InstantiateContract2Proposal) MarshalTo(dAtA []byte) (int, error) + func (m *InstantiateContract2Proposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InstantiateContract2Proposal) Reset() + func (m *InstantiateContract2Proposal) Size() (n int) + func (m *InstantiateContract2Proposal) Unmarshal(dAtA []byte) error + func (m *InstantiateContract2Proposal) XXX_DiscardUnknown() + func (m *InstantiateContract2Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InstantiateContract2Proposal) XXX_Merge(src proto.Message) + func (m *InstantiateContract2Proposal) XXX_Size() int + func (m *InstantiateContract2Proposal) XXX_Unmarshal(b []byte) error + func (p *InstantiateContract2Proposal) GetTitle() string + func (p InstantiateContract2Proposal) GetDescription() string + func (p InstantiateContract2Proposal) MarshalYAML() (interface{}, error) + func (p InstantiateContract2Proposal) ProposalRoute() string + func (p InstantiateContract2Proposal) ProposalType() string + func (p InstantiateContract2Proposal) String() string + func (p InstantiateContract2Proposal) ValidateBasic() error + func (this *InstantiateContract2Proposal) Equal(that interface{}) bool + type InstantiateContractProposal struct + Admin string + CodeID uint64 + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + RunAs string + Title string + func (*InstantiateContractProposal) Descriptor() ([]byte, []int) + func (*InstantiateContractProposal) ProtoMessage() + func (m *InstantiateContractProposal) Marshal() (dAtA []byte, err error) + func (m *InstantiateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *InstantiateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InstantiateContractProposal) Reset() + func (m *InstantiateContractProposal) Size() (n int) + func (m *InstantiateContractProposal) Unmarshal(dAtA []byte) error + func (m *InstantiateContractProposal) XXX_DiscardUnknown() + func (m *InstantiateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InstantiateContractProposal) XXX_Merge(src proto.Message) + func (m *InstantiateContractProposal) XXX_Size() int + func (m *InstantiateContractProposal) XXX_Unmarshal(b []byte) error + func (p *InstantiateContractProposal) GetTitle() string + func (p InstantiateContractProposal) GetDescription() string + func (p InstantiateContractProposal) MarshalYAML() (interface{}, error) + func (p InstantiateContractProposal) ProposalRoute() string + func (p InstantiateContractProposal) ProposalType() string + func (p InstantiateContractProposal) String() string + func (p InstantiateContractProposal) ValidateBasic() error + func (this *InstantiateContractProposal) Equal(that interface{}) bool + type MaxCallsLimit struct + Remaining uint64 + func NewMaxCallsLimit(number uint64) *MaxCallsLimit + func (*MaxCallsLimit) Descriptor() ([]byte, []int) + func (*MaxCallsLimit) ProtoMessage() + func (m *MaxCallsLimit) Marshal() (dAtA []byte, err error) + func (m *MaxCallsLimit) MarshalTo(dAtA []byte) (int, error) + func (m *MaxCallsLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MaxCallsLimit) Reset() + func (m *MaxCallsLimit) Size() (n int) + func (m *MaxCallsLimit) String() string + func (m *MaxCallsLimit) Unmarshal(dAtA []byte) error + func (m *MaxCallsLimit) XXX_DiscardUnknown() + func (m *MaxCallsLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MaxCallsLimit) XXX_Merge(src proto.Message) + func (m *MaxCallsLimit) XXX_Size() int + func (m *MaxCallsLimit) XXX_Unmarshal(b []byte) error + func (m MaxCallsLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (m MaxCallsLimit) ValidateBasic() error + type MaxFundsLimit struct + Amounts github_com_cosmos_cosmos_sdk_types.Coins + func NewMaxFundsLimit(max ...sdk.Coin) *MaxFundsLimit + func (*MaxFundsLimit) Descriptor() ([]byte, []int) + func (*MaxFundsLimit) ProtoMessage() + func (m *MaxFundsLimit) Marshal() (dAtA []byte, err error) + func (m *MaxFundsLimit) MarshalTo(dAtA []byte) (int, error) + func (m *MaxFundsLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MaxFundsLimit) Reset() + func (m *MaxFundsLimit) Size() (n int) + func (m *MaxFundsLimit) String() string + func (m *MaxFundsLimit) Unmarshal(dAtA []byte) error + func (m *MaxFundsLimit) XXX_DiscardUnknown() + func (m *MaxFundsLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MaxFundsLimit) XXX_Merge(src proto.Message) + func (m *MaxFundsLimit) XXX_Size() int + func (m *MaxFundsLimit) XXX_Unmarshal(b []byte) error + func (m MaxFundsLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (m MaxFundsLimit) ValidateBasic() error + type MigrateContractProposal struct + CodeID uint64 + Contract string + Description string + Msg RawContractMessage + Title string + func (*MigrateContractProposal) Descriptor() ([]byte, []int) + func (*MigrateContractProposal) ProtoMessage() + func (m *MigrateContractProposal) Marshal() (dAtA []byte, err error) + func (m *MigrateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *MigrateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MigrateContractProposal) Reset() + func (m *MigrateContractProposal) Size() (n int) + func (m *MigrateContractProposal) Unmarshal(dAtA []byte) error + func (m *MigrateContractProposal) XXX_DiscardUnknown() + func (m *MigrateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MigrateContractProposal) XXX_Merge(src proto.Message) + func (m *MigrateContractProposal) XXX_Size() int + func (m *MigrateContractProposal) XXX_Unmarshal(b []byte) error + func (p *MigrateContractProposal) GetTitle() string + func (p MigrateContractProposal) GetDescription() string + func (p MigrateContractProposal) MarshalYAML() (interface{}, error) + func (p MigrateContractProposal) ProposalRoute() string + func (p MigrateContractProposal) ProposalType() string + func (p MigrateContractProposal) String() string + func (p MigrateContractProposal) ValidateBasic() error + func (this *MigrateContractProposal) Equal(that interface{}) bool + type Model struct + Key github_com_cometbft_cometbft_libs_bytes.HexBytes + Value []byte + func (*Model) Descriptor() ([]byte, []int) + func (*Model) ProtoMessage() + func (m *Model) Marshal() (dAtA []byte, err error) + func (m *Model) MarshalTo(dAtA []byte) (int, error) + func (m *Model) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Model) Reset() + func (m *Model) Size() (n int) + func (m *Model) String() string + func (m *Model) Unmarshal(dAtA []byte) error + func (m *Model) XXX_DiscardUnknown() + func (m *Model) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Model) XXX_Merge(src proto.Message) + func (m *Model) XXX_Size() int + func (m *Model) XXX_Unmarshal(b []byte) error + func (m Model) ValidateBasic() error + func (this *Model) Equal(that interface{}) bool + type MsgAddCodeUploadParamsAddresses struct + Addresses []string + Authority string + func (*MsgAddCodeUploadParamsAddresses) Descriptor() ([]byte, []int) + func (*MsgAddCodeUploadParamsAddresses) ProtoMessage() + func (m *MsgAddCodeUploadParamsAddresses) Marshal() (dAtA []byte, err error) + func (m *MsgAddCodeUploadParamsAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAddCodeUploadParamsAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAddCodeUploadParamsAddresses) Reset() + func (m *MsgAddCodeUploadParamsAddresses) Size() (n int) + func (m *MsgAddCodeUploadParamsAddresses) String() string + func (m *MsgAddCodeUploadParamsAddresses) Unmarshal(dAtA []byte) error + func (m *MsgAddCodeUploadParamsAddresses) XXX_DiscardUnknown() + func (m *MsgAddCodeUploadParamsAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAddCodeUploadParamsAddresses) XXX_Merge(src proto.Message) + func (m *MsgAddCodeUploadParamsAddresses) XXX_Size() int + func (m *MsgAddCodeUploadParamsAddresses) XXX_Unmarshal(b []byte) error + func (msg MsgAddCodeUploadParamsAddresses) Route() string + func (msg MsgAddCodeUploadParamsAddresses) Type() string + func (msg MsgAddCodeUploadParamsAddresses) ValidateBasic() error + type MsgAddCodeUploadParamsAddressesResponse struct + func (*MsgAddCodeUploadParamsAddressesResponse) Descriptor() ([]byte, []int) + func (*MsgAddCodeUploadParamsAddressesResponse) ProtoMessage() + func (m *MsgAddCodeUploadParamsAddressesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgAddCodeUploadParamsAddressesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAddCodeUploadParamsAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAddCodeUploadParamsAddressesResponse) Reset() + func (m *MsgAddCodeUploadParamsAddressesResponse) Size() (n int) + func (m *MsgAddCodeUploadParamsAddressesResponse) String() string + func (m *MsgAddCodeUploadParamsAddressesResponse) Unmarshal(dAtA []byte) error + func (m *MsgAddCodeUploadParamsAddressesResponse) XXX_DiscardUnknown() + func (m *MsgAddCodeUploadParamsAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAddCodeUploadParamsAddressesResponse) XXX_Merge(src proto.Message) + func (m *MsgAddCodeUploadParamsAddressesResponse) XXX_Size() int + func (m *MsgAddCodeUploadParamsAddressesResponse) XXX_Unmarshal(b []byte) error + type MsgClearAdmin struct + Contract string + Sender string + func (*MsgClearAdmin) Descriptor() ([]byte, []int) + func (*MsgClearAdmin) ProtoMessage() + func (m *MsgClearAdmin) Marshal() (dAtA []byte, err error) + func (m *MsgClearAdmin) MarshalTo(dAtA []byte) (int, error) + func (m *MsgClearAdmin) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgClearAdmin) Reset() + func (m *MsgClearAdmin) Size() (n int) + func (m *MsgClearAdmin) String() string + func (m *MsgClearAdmin) Unmarshal(dAtA []byte) error + func (m *MsgClearAdmin) XXX_DiscardUnknown() + func (m *MsgClearAdmin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgClearAdmin) XXX_Merge(src proto.Message) + func (m *MsgClearAdmin) XXX_Size() int + func (m *MsgClearAdmin) XXX_Unmarshal(b []byte) error + func (msg MsgClearAdmin) Route() string + func (msg MsgClearAdmin) Type() string + func (msg MsgClearAdmin) ValidateBasic() error + type MsgClearAdminResponse struct + func (*MsgClearAdminResponse) Descriptor() ([]byte, []int) + func (*MsgClearAdminResponse) ProtoMessage() + func (m *MsgClearAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgClearAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgClearAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgClearAdminResponse) Reset() + func (m *MsgClearAdminResponse) Size() (n int) + func (m *MsgClearAdminResponse) String() string + func (m *MsgClearAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgClearAdminResponse) XXX_DiscardUnknown() + func (m *MsgClearAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgClearAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgClearAdminResponse) XXX_Size() int + func (m *MsgClearAdminResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + AddCodeUploadParamsAddresses func(ctx context.Context, in *MsgAddCodeUploadParamsAddresses, ...) (*MsgAddCodeUploadParamsAddressesResponse, error) + ClearAdmin func(ctx context.Context, in *MsgClearAdmin, opts ...grpc.CallOption) (*MsgClearAdminResponse, error) + ExecuteContract func(ctx context.Context, in *MsgExecuteContract, opts ...grpc.CallOption) (*MsgExecuteContractResponse, error) + InstantiateContract func(ctx context.Context, in *MsgInstantiateContract, opts ...grpc.CallOption) (*MsgInstantiateContractResponse, error) + InstantiateContract2 func(ctx context.Context, in *MsgInstantiateContract2, opts ...grpc.CallOption) (*MsgInstantiateContract2Response, error) + MigrateContract func(ctx context.Context, in *MsgMigrateContract, opts ...grpc.CallOption) (*MsgMigrateContractResponse, error) + PinCodes func(ctx context.Context, in *MsgPinCodes, opts ...grpc.CallOption) (*MsgPinCodesResponse, error) + RemoveCodeUploadParamsAddresses func(ctx context.Context, in *MsgRemoveCodeUploadParamsAddresses, ...) (*MsgRemoveCodeUploadParamsAddressesResponse, error) + StoreAndInstantiateContract func(ctx context.Context, in *MsgStoreAndInstantiateContract, ...) (*MsgStoreAndInstantiateContractResponse, error) + StoreAndMigrateContract func(ctx context.Context, in *MsgStoreAndMigrateContract, opts ...grpc.CallOption) (*MsgStoreAndMigrateContractResponse, error) + StoreCode func(ctx context.Context, in *MsgStoreCode, opts ...grpc.CallOption) (*MsgStoreCodeResponse, error) + SudoContract func(ctx context.Context, in *MsgSudoContract, opts ...grpc.CallOption) (*MsgSudoContractResponse, error) + UnpinCodes func(ctx context.Context, in *MsgUnpinCodes, opts ...grpc.CallOption) (*MsgUnpinCodesResponse, error) + UpdateAdmin func(ctx context.Context, in *MsgUpdateAdmin, opts ...grpc.CallOption) (*MsgUpdateAdminResponse, error) + UpdateContractLabel func(ctx context.Context, in *MsgUpdateContractLabel, opts ...grpc.CallOption) (*MsgUpdateContractLabelResponse, error) + UpdateInstantiateConfig func(ctx context.Context, in *MsgUpdateInstantiateConfig, opts ...grpc.CallOption) (*MsgUpdateInstantiateConfigResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgExecuteContract struct + Contract string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Msg RawContractMessage + Sender string + func MsgExecuteContractFixture(mutators ...func(*MsgExecuteContract)) *MsgExecuteContract + func (*MsgExecuteContract) Descriptor() ([]byte, []int) + func (*MsgExecuteContract) ProtoMessage() + func (m *MsgExecuteContract) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContract) Reset() + func (m *MsgExecuteContract) Size() (n int) + func (m *MsgExecuteContract) String() string + func (m *MsgExecuteContract) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContract) XXX_DiscardUnknown() + func (m *MsgExecuteContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContract) XXX_Merge(src proto.Message) + func (m *MsgExecuteContract) XXX_Size() int + func (m *MsgExecuteContract) XXX_Unmarshal(b []byte) error + func (msg MsgExecuteContract) GetContract() string + func (msg MsgExecuteContract) GetFunds() sdk.Coins + func (msg MsgExecuteContract) GetMsg() RawContractMessage + func (msg MsgExecuteContract) Route() string + func (msg MsgExecuteContract) Type() string + func (msg MsgExecuteContract) ValidateBasic() error + type MsgExecuteContractResponse struct + Data []byte + func (*MsgExecuteContractResponse) Descriptor() ([]byte, []int) + func (*MsgExecuteContractResponse) ProtoMessage() + func (m *MsgExecuteContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContractResponse) Reset() + func (m *MsgExecuteContractResponse) Size() (n int) + func (m *MsgExecuteContractResponse) String() string + func (m *MsgExecuteContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContractResponse) XXX_DiscardUnknown() + func (m *MsgExecuteContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContractResponse) XXX_Merge(src proto.Message) + func (m *MsgExecuteContractResponse) XXX_Size() int + func (m *MsgExecuteContractResponse) XXX_Unmarshal(b []byte) error + type MsgIBCCloseChannel struct + Channel string + func (*MsgIBCCloseChannel) Descriptor() ([]byte, []int) + func (*MsgIBCCloseChannel) ProtoMessage() + func (m *MsgIBCCloseChannel) Marshal() (dAtA []byte, err error) + func (m *MsgIBCCloseChannel) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCCloseChannel) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCCloseChannel) Reset() + func (m *MsgIBCCloseChannel) Size() (n int) + func (m *MsgIBCCloseChannel) String() string + func (m *MsgIBCCloseChannel) Unmarshal(dAtA []byte) error + func (m *MsgIBCCloseChannel) XXX_DiscardUnknown() + func (m *MsgIBCCloseChannel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCCloseChannel) XXX_Merge(src proto.Message) + func (m *MsgIBCCloseChannel) XXX_Size() int + func (m *MsgIBCCloseChannel) XXX_Unmarshal(b []byte) error + func (msg MsgIBCCloseChannel) Route() string + func (msg MsgIBCCloseChannel) Type() string + func (msg MsgIBCCloseChannel) ValidateBasic() error + type MsgIBCSend struct + Channel string + Data []byte + TimeoutHeight uint64 + TimeoutTimestamp uint64 + func (*MsgIBCSend) Descriptor() ([]byte, []int) + func (*MsgIBCSend) ProtoMessage() + func (m *MsgIBCSend) Marshal() (dAtA []byte, err error) + func (m *MsgIBCSend) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCSend) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCSend) Reset() + func (m *MsgIBCSend) Size() (n int) + func (m *MsgIBCSend) String() string + func (m *MsgIBCSend) Unmarshal(dAtA []byte) error + func (m *MsgIBCSend) XXX_DiscardUnknown() + func (m *MsgIBCSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCSend) XXX_Merge(src proto.Message) + func (m *MsgIBCSend) XXX_Size() int + func (m *MsgIBCSend) XXX_Unmarshal(b []byte) error + func (msg MsgIBCSend) Route() string + func (msg MsgIBCSend) Type() string + func (msg MsgIBCSend) ValidateBasic() error + type MsgIBCSendResponse struct + Sequence uint64 + func (*MsgIBCSendResponse) Descriptor() ([]byte, []int) + func (*MsgIBCSendResponse) ProtoMessage() + func (m *MsgIBCSendResponse) Marshal() (dAtA []byte, err error) + func (m *MsgIBCSendResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCSendResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCSendResponse) Reset() + func (m *MsgIBCSendResponse) Size() (n int) + func (m *MsgIBCSendResponse) String() string + func (m *MsgIBCSendResponse) Unmarshal(dAtA []byte) error + func (m *MsgIBCSendResponse) XXX_DiscardUnknown() + func (m *MsgIBCSendResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCSendResponse) XXX_Merge(src proto.Message) + func (m *MsgIBCSendResponse) XXX_Size() int + func (m *MsgIBCSendResponse) XXX_Unmarshal(b []byte) error + type MsgIBCWriteAcknowledgementResponse struct + func (*MsgIBCWriteAcknowledgementResponse) Descriptor() ([]byte, []int) + func (*MsgIBCWriteAcknowledgementResponse) ProtoMessage() + func (m *MsgIBCWriteAcknowledgementResponse) Marshal() (dAtA []byte, err error) + func (m *MsgIBCWriteAcknowledgementResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCWriteAcknowledgementResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCWriteAcknowledgementResponse) Reset() + func (m *MsgIBCWriteAcknowledgementResponse) Size() (n int) + func (m *MsgIBCWriteAcknowledgementResponse) String() string + func (m *MsgIBCWriteAcknowledgementResponse) Unmarshal(dAtA []byte) error + func (m *MsgIBCWriteAcknowledgementResponse) XXX_DiscardUnknown() + func (m *MsgIBCWriteAcknowledgementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCWriteAcknowledgementResponse) XXX_Merge(src proto.Message) + func (m *MsgIBCWriteAcknowledgementResponse) XXX_Size() int + func (m *MsgIBCWriteAcknowledgementResponse) XXX_Unmarshal(b []byte) error + type MsgInstantiateContract struct + Admin string + CodeID uint64 + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + Sender string + func MsgInstantiateContractFixture(mutators ...func(*MsgInstantiateContract)) *MsgInstantiateContract + func (*MsgInstantiateContract) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract) ProtoMessage() + func (m *MsgInstantiateContract) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract) Reset() + func (m *MsgInstantiateContract) Size() (n int) + func (m *MsgInstantiateContract) String() string + func (m *MsgInstantiateContract) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract) XXX_DiscardUnknown() + func (m *MsgInstantiateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract) XXX_Size() int + func (m *MsgInstantiateContract) XXX_Unmarshal(b []byte) error + func (msg MsgInstantiateContract) Route() string + func (msg MsgInstantiateContract) Type() string + func (msg MsgInstantiateContract) ValidateBasic() error + type MsgInstantiateContract2 struct + Admin string + CodeID uint64 + FixMsg bool + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + Salt []byte + Sender string + func (*MsgInstantiateContract2) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract2) ProtoMessage() + func (m *MsgInstantiateContract2) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract2) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2) Reset() + func (m *MsgInstantiateContract2) Size() (n int) + func (m *MsgInstantiateContract2) String() string + func (m *MsgInstantiateContract2) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract2) XXX_DiscardUnknown() + func (m *MsgInstantiateContract2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract2) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract2) XXX_Size() int + func (m *MsgInstantiateContract2) XXX_Unmarshal(b []byte) error + func (msg MsgInstantiateContract2) Route() string + func (msg MsgInstantiateContract2) Type() string + func (msg MsgInstantiateContract2) ValidateBasic() error + type MsgInstantiateContract2Response struct + Address string + Data []byte + func (*MsgInstantiateContract2Response) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract2Response) ProtoMessage() + func (m *MsgInstantiateContract2Response) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract2Response) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2Response) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2Response) Reset() + func (m *MsgInstantiateContract2Response) Size() (n int) + func (m *MsgInstantiateContract2Response) String() string + func (m *MsgInstantiateContract2Response) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract2Response) XXX_DiscardUnknown() + func (m *MsgInstantiateContract2Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract2Response) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract2Response) XXX_Size() int + func (m *MsgInstantiateContract2Response) XXX_Unmarshal(b []byte) error + type MsgInstantiateContractResponse struct + Address string + Data []byte + func (*MsgInstantiateContractResponse) Descriptor() ([]byte, []int) + func (*MsgInstantiateContractResponse) ProtoMessage() + func (m *MsgInstantiateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContractResponse) Reset() + func (m *MsgInstantiateContractResponse) Size() (n int) + func (m *MsgInstantiateContractResponse) String() string + func (m *MsgInstantiateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContractResponse) XXX_DiscardUnknown() + func (m *MsgInstantiateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContractResponse) XXX_Size() int + func (m *MsgInstantiateContractResponse) XXX_Unmarshal(b []byte) error + type MsgMigrateContract struct + CodeID uint64 + Contract string + Msg RawContractMessage + Sender string + func (*MsgMigrateContract) Descriptor() ([]byte, []int) + func (*MsgMigrateContract) ProtoMessage() + func (m *MsgMigrateContract) Marshal() (dAtA []byte, err error) + func (m *MsgMigrateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMigrateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMigrateContract) Reset() + func (m *MsgMigrateContract) Size() (n int) + func (m *MsgMigrateContract) String() string + func (m *MsgMigrateContract) Unmarshal(dAtA []byte) error + func (m *MsgMigrateContract) XXX_DiscardUnknown() + func (m *MsgMigrateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMigrateContract) XXX_Merge(src proto.Message) + func (m *MsgMigrateContract) XXX_Size() int + func (m *MsgMigrateContract) XXX_Unmarshal(b []byte) error + func (msg MsgMigrateContract) GetContract() string + func (msg MsgMigrateContract) GetFunds() sdk.Coins + func (msg MsgMigrateContract) GetMsg() RawContractMessage + func (msg MsgMigrateContract) Route() string + func (msg MsgMigrateContract) Type() string + func (msg MsgMigrateContract) ValidateBasic() error + type MsgMigrateContractResponse struct + Data []byte + func (*MsgMigrateContractResponse) Descriptor() ([]byte, []int) + func (*MsgMigrateContractResponse) ProtoMessage() + func (m *MsgMigrateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgMigrateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMigrateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMigrateContractResponse) Reset() + func (m *MsgMigrateContractResponse) Size() (n int) + func (m *MsgMigrateContractResponse) String() string + func (m *MsgMigrateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgMigrateContractResponse) XXX_DiscardUnknown() + func (m *MsgMigrateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMigrateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgMigrateContractResponse) XXX_Size() int + func (m *MsgMigrateContractResponse) XXX_Unmarshal(b []byte) error + type MsgPinCodes struct + Authority string + CodeIDs []uint64 + func (*MsgPinCodes) Descriptor() ([]byte, []int) + func (*MsgPinCodes) ProtoMessage() + func (m *MsgPinCodes) Marshal() (dAtA []byte, err error) + func (m *MsgPinCodes) MarshalTo(dAtA []byte) (int, error) + func (m *MsgPinCodes) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgPinCodes) Reset() + func (m *MsgPinCodes) Size() (n int) + func (m *MsgPinCodes) String() string + func (m *MsgPinCodes) Unmarshal(dAtA []byte) error + func (m *MsgPinCodes) XXX_DiscardUnknown() + func (m *MsgPinCodes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgPinCodes) XXX_Merge(src proto.Message) + func (m *MsgPinCodes) XXX_Size() int + func (m *MsgPinCodes) XXX_Unmarshal(b []byte) error + func (msg MsgPinCodes) Route() string + func (msg MsgPinCodes) Type() string + func (msg MsgPinCodes) ValidateBasic() error + type MsgPinCodesResponse struct + func (*MsgPinCodesResponse) Descriptor() ([]byte, []int) + func (*MsgPinCodesResponse) ProtoMessage() + func (m *MsgPinCodesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgPinCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgPinCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgPinCodesResponse) Reset() + func (m *MsgPinCodesResponse) Size() (n int) + func (m *MsgPinCodesResponse) String() string + func (m *MsgPinCodesResponse) Unmarshal(dAtA []byte) error + func (m *MsgPinCodesResponse) XXX_DiscardUnknown() + func (m *MsgPinCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgPinCodesResponse) XXX_Merge(src proto.Message) + func (m *MsgPinCodesResponse) XXX_Size() int + func (m *MsgPinCodesResponse) XXX_Unmarshal(b []byte) error + type MsgRemoveCodeUploadParamsAddresses struct + Addresses []string + Authority string + func (*MsgRemoveCodeUploadParamsAddresses) Descriptor() ([]byte, []int) + func (*MsgRemoveCodeUploadParamsAddresses) ProtoMessage() + func (m *MsgRemoveCodeUploadParamsAddresses) Marshal() (dAtA []byte, err error) + func (m *MsgRemoveCodeUploadParamsAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRemoveCodeUploadParamsAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRemoveCodeUploadParamsAddresses) Reset() + func (m *MsgRemoveCodeUploadParamsAddresses) Size() (n int) + func (m *MsgRemoveCodeUploadParamsAddresses) String() string + func (m *MsgRemoveCodeUploadParamsAddresses) Unmarshal(dAtA []byte) error + func (m *MsgRemoveCodeUploadParamsAddresses) XXX_DiscardUnknown() + func (m *MsgRemoveCodeUploadParamsAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRemoveCodeUploadParamsAddresses) XXX_Merge(src proto.Message) + func (m *MsgRemoveCodeUploadParamsAddresses) XXX_Size() int + func (m *MsgRemoveCodeUploadParamsAddresses) XXX_Unmarshal(b []byte) error + func (msg MsgRemoveCodeUploadParamsAddresses) Route() string + func (msg MsgRemoveCodeUploadParamsAddresses) Type() string + func (msg MsgRemoveCodeUploadParamsAddresses) ValidateBasic() error + type MsgRemoveCodeUploadParamsAddressesResponse struct + func (*MsgRemoveCodeUploadParamsAddressesResponse) Descriptor() ([]byte, []int) + func (*MsgRemoveCodeUploadParamsAddressesResponse) ProtoMessage() + func (m *MsgRemoveCodeUploadParamsAddressesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) Reset() + func (m *MsgRemoveCodeUploadParamsAddressesResponse) Size() (n int) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) String() string + func (m *MsgRemoveCodeUploadParamsAddressesResponse) Unmarshal(dAtA []byte) error + func (m *MsgRemoveCodeUploadParamsAddressesResponse) XXX_DiscardUnknown() + func (m *MsgRemoveCodeUploadParamsAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) XXX_Merge(src proto.Message) + func (m *MsgRemoveCodeUploadParamsAddressesResponse) XXX_Size() int + func (m *MsgRemoveCodeUploadParamsAddressesResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + AddCodeUploadParamsAddresses func(context.Context, *MsgAddCodeUploadParamsAddresses) (*MsgAddCodeUploadParamsAddressesResponse, error) + ClearAdmin func(context.Context, *MsgClearAdmin) (*MsgClearAdminResponse, error) + ExecuteContract func(context.Context, *MsgExecuteContract) (*MsgExecuteContractResponse, error) + InstantiateContract func(context.Context, *MsgInstantiateContract) (*MsgInstantiateContractResponse, error) + InstantiateContract2 func(context.Context, *MsgInstantiateContract2) (*MsgInstantiateContract2Response, error) + MigrateContract func(context.Context, *MsgMigrateContract) (*MsgMigrateContractResponse, error) + PinCodes func(context.Context, *MsgPinCodes) (*MsgPinCodesResponse, error) + RemoveCodeUploadParamsAddresses func(context.Context, *MsgRemoveCodeUploadParamsAddresses) (*MsgRemoveCodeUploadParamsAddressesResponse, error) + StoreAndInstantiateContract func(context.Context, *MsgStoreAndInstantiateContract) (*MsgStoreAndInstantiateContractResponse, error) + StoreAndMigrateContract func(context.Context, *MsgStoreAndMigrateContract) (*MsgStoreAndMigrateContractResponse, error) + StoreCode func(context.Context, *MsgStoreCode) (*MsgStoreCodeResponse, error) + SudoContract func(context.Context, *MsgSudoContract) (*MsgSudoContractResponse, error) + UnpinCodes func(context.Context, *MsgUnpinCodes) (*MsgUnpinCodesResponse, error) + UpdateAdmin func(context.Context, *MsgUpdateAdmin) (*MsgUpdateAdminResponse, error) + UpdateContractLabel func(context.Context, *MsgUpdateContractLabel) (*MsgUpdateContractLabelResponse, error) + UpdateInstantiateConfig func(context.Context, *MsgUpdateInstantiateConfig) (*MsgUpdateInstantiateConfigResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgStoreAndInstantiateContract struct + Admin string + Authority string + Builder string + CodeHash []byte + Funds github_com_cosmos_cosmos_sdk_types.Coins + InstantiatePermission *AccessConfig + Label string + Msg RawContractMessage + Source string + UnpinCode bool + WASMByteCode []byte + func (*MsgStoreAndInstantiateContract) Descriptor() ([]byte, []int) + func (*MsgStoreAndInstantiateContract) ProtoMessage() + func (m *MsgStoreAndInstantiateContract) Marshal() (dAtA []byte, err error) + func (m *MsgStoreAndInstantiateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreAndInstantiateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreAndInstantiateContract) Reset() + func (m *MsgStoreAndInstantiateContract) Size() (n int) + func (m *MsgStoreAndInstantiateContract) String() string + func (m *MsgStoreAndInstantiateContract) Unmarshal(dAtA []byte) error + func (m *MsgStoreAndInstantiateContract) XXX_DiscardUnknown() + func (m *MsgStoreAndInstantiateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreAndInstantiateContract) XXX_Merge(src proto.Message) + func (m *MsgStoreAndInstantiateContract) XXX_Size() int + func (m *MsgStoreAndInstantiateContract) XXX_Unmarshal(b []byte) error + func (msg MsgStoreAndInstantiateContract) Route() string + func (msg MsgStoreAndInstantiateContract) Type() string + func (msg MsgStoreAndInstantiateContract) ValidateBasic() error + type MsgStoreAndInstantiateContractResponse struct + Address string + Data []byte + func (*MsgStoreAndInstantiateContractResponse) Descriptor() ([]byte, []int) + func (*MsgStoreAndInstantiateContractResponse) ProtoMessage() + func (m *MsgStoreAndInstantiateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgStoreAndInstantiateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreAndInstantiateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreAndInstantiateContractResponse) Reset() + func (m *MsgStoreAndInstantiateContractResponse) Size() (n int) + func (m *MsgStoreAndInstantiateContractResponse) String() string + func (m *MsgStoreAndInstantiateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgStoreAndInstantiateContractResponse) XXX_DiscardUnknown() + func (m *MsgStoreAndInstantiateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreAndInstantiateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgStoreAndInstantiateContractResponse) XXX_Size() int + func (m *MsgStoreAndInstantiateContractResponse) XXX_Unmarshal(b []byte) error + type MsgStoreAndMigrateContract struct + Authority string + Contract string + InstantiatePermission *AccessConfig + Msg RawContractMessage + WASMByteCode []byte + func (*MsgStoreAndMigrateContract) Descriptor() ([]byte, []int) + func (*MsgStoreAndMigrateContract) ProtoMessage() + func (m *MsgStoreAndMigrateContract) Marshal() (dAtA []byte, err error) + func (m *MsgStoreAndMigrateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreAndMigrateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreAndMigrateContract) Reset() + func (m *MsgStoreAndMigrateContract) Size() (n int) + func (m *MsgStoreAndMigrateContract) String() string + func (m *MsgStoreAndMigrateContract) Unmarshal(dAtA []byte) error + func (m *MsgStoreAndMigrateContract) XXX_DiscardUnknown() + func (m *MsgStoreAndMigrateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreAndMigrateContract) XXX_Merge(src proto.Message) + func (m *MsgStoreAndMigrateContract) XXX_Size() int + func (m *MsgStoreAndMigrateContract) XXX_Unmarshal(b []byte) error + func (msg MsgStoreAndMigrateContract) Route() string + func (msg MsgStoreAndMigrateContract) Type() string + func (msg MsgStoreAndMigrateContract) ValidateBasic() error + type MsgStoreAndMigrateContractResponse struct + Checksum []byte + CodeID uint64 + Data []byte + func (*MsgStoreAndMigrateContractResponse) Descriptor() ([]byte, []int) + func (*MsgStoreAndMigrateContractResponse) ProtoMessage() + func (m *MsgStoreAndMigrateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgStoreAndMigrateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreAndMigrateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreAndMigrateContractResponse) Reset() + func (m *MsgStoreAndMigrateContractResponse) Size() (n int) + func (m *MsgStoreAndMigrateContractResponse) String() string + func (m *MsgStoreAndMigrateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgStoreAndMigrateContractResponse) XXX_DiscardUnknown() + func (m *MsgStoreAndMigrateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreAndMigrateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgStoreAndMigrateContractResponse) XXX_Size() int + func (m *MsgStoreAndMigrateContractResponse) XXX_Unmarshal(b []byte) error + type MsgStoreCode struct + InstantiatePermission *AccessConfig + Sender string + WASMByteCode []byte + func MsgStoreCodeFixture(mutators ...func(*MsgStoreCode)) *MsgStoreCode + func (*MsgStoreCode) Descriptor() ([]byte, []int) + func (*MsgStoreCode) ProtoMessage() + func (m *MsgStoreCode) Marshal() (dAtA []byte, err error) + func (m *MsgStoreCode) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreCode) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreCode) Reset() + func (m *MsgStoreCode) Size() (n int) + func (m *MsgStoreCode) String() string + func (m *MsgStoreCode) Unmarshal(dAtA []byte) error + func (m *MsgStoreCode) XXX_DiscardUnknown() + func (m *MsgStoreCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreCode) XXX_Merge(src proto.Message) + func (m *MsgStoreCode) XXX_Size() int + func (m *MsgStoreCode) XXX_Unmarshal(b []byte) error + func (msg MsgStoreCode) Route() string + func (msg MsgStoreCode) Type() string + func (msg MsgStoreCode) ValidateBasic() error + type MsgStoreCodeResponse struct + Checksum []byte + CodeID uint64 + func (*MsgStoreCodeResponse) Descriptor() ([]byte, []int) + func (*MsgStoreCodeResponse) ProtoMessage() + func (m *MsgStoreCodeResponse) Marshal() (dAtA []byte, err error) + func (m *MsgStoreCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreCodeResponse) Reset() + func (m *MsgStoreCodeResponse) Size() (n int) + func (m *MsgStoreCodeResponse) String() string + func (m *MsgStoreCodeResponse) Unmarshal(dAtA []byte) error + func (m *MsgStoreCodeResponse) XXX_DiscardUnknown() + func (m *MsgStoreCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreCodeResponse) XXX_Merge(src proto.Message) + func (m *MsgStoreCodeResponse) XXX_Size() int + func (m *MsgStoreCodeResponse) XXX_Unmarshal(b []byte) error + type MsgSudoContract struct + Authority string + Contract string + Msg RawContractMessage + func (*MsgSudoContract) Descriptor() ([]byte, []int) + func (*MsgSudoContract) ProtoMessage() + func (m *MsgSudoContract) Marshal() (dAtA []byte, err error) + func (m *MsgSudoContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSudoContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSudoContract) Reset() + func (m *MsgSudoContract) Size() (n int) + func (m *MsgSudoContract) String() string + func (m *MsgSudoContract) Unmarshal(dAtA []byte) error + func (m *MsgSudoContract) XXX_DiscardUnknown() + func (m *MsgSudoContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSudoContract) XXX_Merge(src proto.Message) + func (m *MsgSudoContract) XXX_Size() int + func (m *MsgSudoContract) XXX_Unmarshal(b []byte) error + func (msg MsgSudoContract) Route() string + func (msg MsgSudoContract) Type() string + func (msg MsgSudoContract) ValidateBasic() error + type MsgSudoContractResponse struct + Data []byte + func (*MsgSudoContractResponse) Descriptor() ([]byte, []int) + func (*MsgSudoContractResponse) ProtoMessage() + func (m *MsgSudoContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSudoContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSudoContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSudoContractResponse) Reset() + func (m *MsgSudoContractResponse) Size() (n int) + func (m *MsgSudoContractResponse) String() string + func (m *MsgSudoContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgSudoContractResponse) XXX_DiscardUnknown() + func (m *MsgSudoContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSudoContractResponse) XXX_Merge(src proto.Message) + func (m *MsgSudoContractResponse) XXX_Size() int + func (m *MsgSudoContractResponse) XXX_Unmarshal(b []byte) error + type MsgUnpinCodes struct + Authority string + CodeIDs []uint64 + func (*MsgUnpinCodes) Descriptor() ([]byte, []int) + func (*MsgUnpinCodes) ProtoMessage() + func (m *MsgUnpinCodes) Marshal() (dAtA []byte, err error) + func (m *MsgUnpinCodes) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUnpinCodes) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUnpinCodes) Reset() + func (m *MsgUnpinCodes) Size() (n int) + func (m *MsgUnpinCodes) String() string + func (m *MsgUnpinCodes) Unmarshal(dAtA []byte) error + func (m *MsgUnpinCodes) XXX_DiscardUnknown() + func (m *MsgUnpinCodes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUnpinCodes) XXX_Merge(src proto.Message) + func (m *MsgUnpinCodes) XXX_Size() int + func (m *MsgUnpinCodes) XXX_Unmarshal(b []byte) error + func (msg MsgUnpinCodes) Route() string + func (msg MsgUnpinCodes) Type() string + func (msg MsgUnpinCodes) ValidateBasic() error + type MsgUnpinCodesResponse struct + func (*MsgUnpinCodesResponse) Descriptor() ([]byte, []int) + func (*MsgUnpinCodesResponse) ProtoMessage() + func (m *MsgUnpinCodesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUnpinCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUnpinCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUnpinCodesResponse) Reset() + func (m *MsgUnpinCodesResponse) Size() (n int) + func (m *MsgUnpinCodesResponse) String() string + func (m *MsgUnpinCodesResponse) Unmarshal(dAtA []byte) error + func (m *MsgUnpinCodesResponse) XXX_DiscardUnknown() + func (m *MsgUnpinCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUnpinCodesResponse) XXX_Merge(src proto.Message) + func (m *MsgUnpinCodesResponse) XXX_Size() int + func (m *MsgUnpinCodesResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateAdmin struct + Contract string + NewAdmin string + Sender string + func (*MsgUpdateAdmin) Descriptor() ([]byte, []int) + func (*MsgUpdateAdmin) ProtoMessage() + func (m *MsgUpdateAdmin) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateAdmin) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateAdmin) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateAdmin) Reset() + func (m *MsgUpdateAdmin) Size() (n int) + func (m *MsgUpdateAdmin) String() string + func (m *MsgUpdateAdmin) Unmarshal(dAtA []byte) error + func (m *MsgUpdateAdmin) XXX_DiscardUnknown() + func (m *MsgUpdateAdmin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateAdmin) XXX_Merge(src proto.Message) + func (m *MsgUpdateAdmin) XXX_Size() int + func (m *MsgUpdateAdmin) XXX_Unmarshal(b []byte) error + func (msg MsgUpdateAdmin) Route() string + func (msg MsgUpdateAdmin) Type() string + func (msg MsgUpdateAdmin) ValidateBasic() error + type MsgUpdateAdminResponse struct + func (*MsgUpdateAdminResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateAdminResponse) ProtoMessage() + func (m *MsgUpdateAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateAdminResponse) Reset() + func (m *MsgUpdateAdminResponse) Size() (n int) + func (m *MsgUpdateAdminResponse) String() string + func (m *MsgUpdateAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateAdminResponse) XXX_DiscardUnknown() + func (m *MsgUpdateAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateAdminResponse) XXX_Size() int + func (m *MsgUpdateAdminResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateContractLabel struct + Contract string + NewLabel string + Sender string + func (*MsgUpdateContractLabel) Descriptor() ([]byte, []int) + func (*MsgUpdateContractLabel) ProtoMessage() + func (m *MsgUpdateContractLabel) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateContractLabel) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateContractLabel) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateContractLabel) Reset() + func (m *MsgUpdateContractLabel) Size() (n int) + func (m *MsgUpdateContractLabel) String() string + func (m *MsgUpdateContractLabel) Unmarshal(dAtA []byte) error + func (m *MsgUpdateContractLabel) XXX_DiscardUnknown() + func (m *MsgUpdateContractLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateContractLabel) XXX_Merge(src proto.Message) + func (m *MsgUpdateContractLabel) XXX_Size() int + func (m *MsgUpdateContractLabel) XXX_Unmarshal(b []byte) error + func (msg MsgUpdateContractLabel) Route() string + func (msg MsgUpdateContractLabel) Type() string + func (msg MsgUpdateContractLabel) ValidateBasic() error + type MsgUpdateContractLabelResponse struct + func (*MsgUpdateContractLabelResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateContractLabelResponse) ProtoMessage() + func (m *MsgUpdateContractLabelResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateContractLabelResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateContractLabelResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateContractLabelResponse) Reset() + func (m *MsgUpdateContractLabelResponse) Size() (n int) + func (m *MsgUpdateContractLabelResponse) String() string + func (m *MsgUpdateContractLabelResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateContractLabelResponse) XXX_DiscardUnknown() + func (m *MsgUpdateContractLabelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateContractLabelResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateContractLabelResponse) XXX_Size() int + func (m *MsgUpdateContractLabelResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateInstantiateConfig struct + CodeID uint64 + NewInstantiatePermission *AccessConfig + Sender string + func (*MsgUpdateInstantiateConfig) Descriptor() ([]byte, []int) + func (*MsgUpdateInstantiateConfig) ProtoMessage() + func (m *MsgUpdateInstantiateConfig) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateInstantiateConfig) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateInstantiateConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateInstantiateConfig) Reset() + func (m *MsgUpdateInstantiateConfig) Size() (n int) + func (m *MsgUpdateInstantiateConfig) String() string + func (m *MsgUpdateInstantiateConfig) Unmarshal(dAtA []byte) error + func (m *MsgUpdateInstantiateConfig) XXX_DiscardUnknown() + func (m *MsgUpdateInstantiateConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateInstantiateConfig) XXX_Merge(src proto.Message) + func (m *MsgUpdateInstantiateConfig) XXX_Size() int + func (m *MsgUpdateInstantiateConfig) XXX_Unmarshal(b []byte) error + func (msg MsgUpdateInstantiateConfig) Route() string + func (msg MsgUpdateInstantiateConfig) Type() string + func (msg MsgUpdateInstantiateConfig) ValidateBasic() error + type MsgUpdateInstantiateConfigResponse struct + func (*MsgUpdateInstantiateConfigResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateInstantiateConfigResponse) ProtoMessage() + func (m *MsgUpdateInstantiateConfigResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateInstantiateConfigResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateInstantiateConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateInstantiateConfigResponse) Reset() + func (m *MsgUpdateInstantiateConfigResponse) Size() (n int) + func (m *MsgUpdateInstantiateConfigResponse) String() string + func (m *MsgUpdateInstantiateConfigResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateInstantiateConfigResponse) XXX_DiscardUnknown() + func (m *MsgUpdateInstantiateConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateInstantiateConfigResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateInstantiateConfigResponse) XXX_Size() int + func (m *MsgUpdateInstantiateConfigResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateParams struct + Authority string + Params Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParams) Reset() + func (m *MsgUpdateParams) Size() (n int) + func (m *MsgUpdateParams) String() string + func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParams) XXX_DiscardUnknown() + func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParams) XXX_Merge(src proto.Message) + func (m *MsgUpdateParams) XXX_Size() int + func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error + func (msg MsgUpdateParams) Route() string + func (msg MsgUpdateParams) Type() string + func (msg MsgUpdateParams) ValidateBasic() error + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) Reset() + func (m *MsgUpdateParamsResponse) Size() (n int) + func (m *MsgUpdateParamsResponse) String() string + func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown() + func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateParamsResponse) XXX_Size() int + func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error + type NodeConfig struct + ContractDebugMode bool + MemoryCacheSize uint32 + SimulationGasLimit *uint64 + SmartQueryGasLimit uint64 + func DefaultNodeConfig() NodeConfig + type Params struct + CodeUploadAccess AccessConfig + InstantiateDefaultPermission AccessType + func DefaultParams() Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p Params) String() string + func (p Params) ValidateBasic() error + func (this *Params) Equal(that interface{}) bool + type PinCodesProposal struct + CodeIDs []uint64 + Description string + Title string + func (*PinCodesProposal) Descriptor() ([]byte, []int) + func (*PinCodesProposal) ProtoMessage() + func (m *PinCodesProposal) Marshal() (dAtA []byte, err error) + func (m *PinCodesProposal) MarshalTo(dAtA []byte) (int, error) + func (m *PinCodesProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PinCodesProposal) Reset() + func (m *PinCodesProposal) Size() (n int) + func (m *PinCodesProposal) Unmarshal(dAtA []byte) error + func (m *PinCodesProposal) XXX_DiscardUnknown() + func (m *PinCodesProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PinCodesProposal) XXX_Merge(src proto.Message) + func (m *PinCodesProposal) XXX_Size() int + func (m *PinCodesProposal) XXX_Unmarshal(b []byte) error + func (p *PinCodesProposal) GetTitle() string + func (p PinCodesProposal) GetDescription() string + func (p PinCodesProposal) ProposalRoute() string + func (p PinCodesProposal) ProposalType() string + func (p PinCodesProposal) String() string + func (p PinCodesProposal) ValidateBasic() error + func (this *PinCodesProposal) Equal(that interface{}) bool + type PortKeeper interface + BindPort func(ctx sdk.Context, portID string) *capabilitytypes.Capability + type ProposalType string + const ProposalTypeClearAdmin + const ProposalTypeExecuteContract + const ProposalTypeInstantiateContract + const ProposalTypeInstantiateContract2 + const ProposalTypeMigrateContract + const ProposalTypePinCodes + const ProposalTypeStoreAndInstantiateContractProposal + const ProposalTypeStoreCode + const ProposalTypeSudoContract + const ProposalTypeUnpinCodes + const ProposalTypeUpdateAdmin + const ProposalTypeUpdateInstantiateConfig + type QueryAllContractStateRequest struct + Address string + Pagination *query.PageRequest + func (*QueryAllContractStateRequest) Descriptor() ([]byte, []int) + func (*QueryAllContractStateRequest) ProtoMessage() + func (m *QueryAllContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllContractStateRequest) Reset() + func (m *QueryAllContractStateRequest) Size() (n int) + func (m *QueryAllContractStateRequest) String() string + func (m *QueryAllContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllContractStateRequest) XXX_DiscardUnknown() + func (m *QueryAllContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllContractStateRequest) XXX_Merge(src proto.Message) + func (m *QueryAllContractStateRequest) XXX_Size() int + func (m *QueryAllContractStateRequest) XXX_Unmarshal(b []byte) error + type QueryAllContractStateResponse struct + Models []Model + Pagination *query.PageResponse + func (*QueryAllContractStateResponse) Descriptor() ([]byte, []int) + func (*QueryAllContractStateResponse) ProtoMessage() + func (m *QueryAllContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllContractStateResponse) Reset() + func (m *QueryAllContractStateResponse) Size() (n int) + func (m *QueryAllContractStateResponse) String() string + func (m *QueryAllContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllContractStateResponse) XXX_DiscardUnknown() + func (m *QueryAllContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllContractStateResponse) XXX_Merge(src proto.Message) + func (m *QueryAllContractStateResponse) XXX_Size() int + func (m *QueryAllContractStateResponse) XXX_Unmarshal(b []byte) error + type QueryBuildAddressRequest struct + CodeHash string + CreatorAddress string + InitArgs []byte + Salt string + func (*QueryBuildAddressRequest) Descriptor() ([]byte, []int) + func (*QueryBuildAddressRequest) ProtoMessage() + func (m *QueryBuildAddressRequest) Marshal() (dAtA []byte, err error) + func (m *QueryBuildAddressRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBuildAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBuildAddressRequest) Reset() + func (m *QueryBuildAddressRequest) Size() (n int) + func (m *QueryBuildAddressRequest) String() string + func (m *QueryBuildAddressRequest) Unmarshal(dAtA []byte) error + func (m *QueryBuildAddressRequest) XXX_DiscardUnknown() + func (m *QueryBuildAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBuildAddressRequest) XXX_Merge(src proto.Message) + func (m *QueryBuildAddressRequest) XXX_Size() int + func (m *QueryBuildAddressRequest) XXX_Unmarshal(b []byte) error + type QueryBuildAddressResponse struct + Address string + func (*QueryBuildAddressResponse) Descriptor() ([]byte, []int) + func (*QueryBuildAddressResponse) ProtoMessage() + func (m *QueryBuildAddressResponse) Marshal() (dAtA []byte, err error) + func (m *QueryBuildAddressResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBuildAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBuildAddressResponse) Reset() + func (m *QueryBuildAddressResponse) Size() (n int) + func (m *QueryBuildAddressResponse) String() string + func (m *QueryBuildAddressResponse) Unmarshal(dAtA []byte) error + func (m *QueryBuildAddressResponse) XXX_DiscardUnknown() + func (m *QueryBuildAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBuildAddressResponse) XXX_Merge(src proto.Message) + func (m *QueryBuildAddressResponse) XXX_Size() int + func (m *QueryBuildAddressResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + AllContractState func(ctx context.Context, in *QueryAllContractStateRequest, opts ...grpc.CallOption) (*QueryAllContractStateResponse, error) + BuildAddress func(ctx context.Context, in *QueryBuildAddressRequest, opts ...grpc.CallOption) (*QueryBuildAddressResponse, error) + Code func(ctx context.Context, in *QueryCodeRequest, opts ...grpc.CallOption) (*QueryCodeResponse, error) + CodeInfo func(ctx context.Context, in *QueryCodeInfoRequest, opts ...grpc.CallOption) (*QueryCodeInfoResponse, error) + Codes func(ctx context.Context, in *QueryCodesRequest, opts ...grpc.CallOption) (*QueryCodesResponse, error) + ContractHistory func(ctx context.Context, in *QueryContractHistoryRequest, opts ...grpc.CallOption) (*QueryContractHistoryResponse, error) + ContractInfo func(ctx context.Context, in *QueryContractInfoRequest, opts ...grpc.CallOption) (*QueryContractInfoResponse, error) + ContractsByCode func(ctx context.Context, in *QueryContractsByCodeRequest, opts ...grpc.CallOption) (*QueryContractsByCodeResponse, error) + ContractsByCreator func(ctx context.Context, in *QueryContractsByCreatorRequest, ...) (*QueryContractsByCreatorResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + PinnedCodes func(ctx context.Context, in *QueryPinnedCodesRequest, opts ...grpc.CallOption) (*QueryPinnedCodesResponse, error) + RawContractState func(ctx context.Context, in *QueryRawContractStateRequest, opts ...grpc.CallOption) (*QueryRawContractStateResponse, error) + SmartContractState func(ctx context.Context, in *QuerySmartContractStateRequest, ...) (*QuerySmartContractStateResponse, error) + WasmLimitsConfig func(ctx context.Context, in *QueryWasmLimitsConfigRequest, opts ...grpc.CallOption) (*QueryWasmLimitsConfigResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryCodeInfoRequest struct + CodeId uint64 + func (*QueryCodeInfoRequest) Descriptor() ([]byte, []int) + func (*QueryCodeInfoRequest) ProtoMessage() + func (m *QueryCodeInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodeInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeInfoRequest) Reset() + func (m *QueryCodeInfoRequest) Size() (n int) + func (m *QueryCodeInfoRequest) String() string + func (m *QueryCodeInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodeInfoRequest) XXX_DiscardUnknown() + func (m *QueryCodeInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryCodeInfoRequest) XXX_Size() int + func (m *QueryCodeInfoRequest) XXX_Unmarshal(b []byte) error + type QueryCodeInfoResponse struct + Checksum github_com_cometbft_cometbft_libs_bytes.HexBytes + CodeID uint64 + Creator string + InstantiatePermission AccessConfig + func (*QueryCodeInfoResponse) Descriptor() ([]byte, []int) + func (*QueryCodeInfoResponse) ProtoMessage() + func (m *QueryCodeInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodeInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeInfoResponse) Reset() + func (m *QueryCodeInfoResponse) Size() (n int) + func (m *QueryCodeInfoResponse) String() string + func (m *QueryCodeInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodeInfoResponse) XXX_DiscardUnknown() + func (m *QueryCodeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryCodeInfoResponse) XXX_Size() int + func (m *QueryCodeInfoResponse) XXX_Unmarshal(b []byte) error + func (this *QueryCodeInfoResponse) Equal(that interface{}) bool + type QueryCodeRequest struct + CodeId uint64 + func (*QueryCodeRequest) Descriptor() ([]byte, []int) + func (*QueryCodeRequest) ProtoMessage() + func (m *QueryCodeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeRequest) Reset() + func (m *QueryCodeRequest) Size() (n int) + func (m *QueryCodeRequest) String() string + func (m *QueryCodeRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodeRequest) XXX_DiscardUnknown() + func (m *QueryCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeRequest) XXX_Merge(src proto.Message) + func (m *QueryCodeRequest) XXX_Size() int + func (m *QueryCodeRequest) XXX_Unmarshal(b []byte) error + type QueryCodeResponse struct + Data []byte + func (*QueryCodeResponse) Descriptor() ([]byte, []int) + func (*QueryCodeResponse) ProtoMessage() + func (m *QueryCodeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeResponse) Reset() + func (m *QueryCodeResponse) Size() (n int) + func (m *QueryCodeResponse) String() string + func (m *QueryCodeResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodeResponse) XXX_DiscardUnknown() + func (m *QueryCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeResponse) XXX_Merge(src proto.Message) + func (m *QueryCodeResponse) XXX_Size() int + func (m *QueryCodeResponse) XXX_Unmarshal(b []byte) error + func (this *QueryCodeResponse) Equal(that interface{}) bool + type QueryCodesRequest struct + Pagination *query.PageRequest + func (*QueryCodesRequest) Descriptor() ([]byte, []int) + func (*QueryCodesRequest) ProtoMessage() + func (m *QueryCodesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodesRequest) Reset() + func (m *QueryCodesRequest) Size() (n int) + func (m *QueryCodesRequest) String() string + func (m *QueryCodesRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodesRequest) XXX_DiscardUnknown() + func (m *QueryCodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodesRequest) XXX_Merge(src proto.Message) + func (m *QueryCodesRequest) XXX_Size() int + func (m *QueryCodesRequest) XXX_Unmarshal(b []byte) error + type QueryCodesResponse struct + CodeInfos []CodeInfoResponse + Pagination *query.PageResponse + func (*QueryCodesResponse) Descriptor() ([]byte, []int) + func (*QueryCodesResponse) ProtoMessage() + func (m *QueryCodesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodesResponse) Reset() + func (m *QueryCodesResponse) Size() (n int) + func (m *QueryCodesResponse) String() string + func (m *QueryCodesResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodesResponse) XXX_DiscardUnknown() + func (m *QueryCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodesResponse) XXX_Merge(src proto.Message) + func (m *QueryCodesResponse) XXX_Size() int + func (m *QueryCodesResponse) XXX_Unmarshal(b []byte) error + type QueryContractHistoryRequest struct + Address string + Pagination *query.PageRequest + func (*QueryContractHistoryRequest) Descriptor() ([]byte, []int) + func (*QueryContractHistoryRequest) ProtoMessage() + func (m *QueryContractHistoryRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractHistoryRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractHistoryRequest) Reset() + func (m *QueryContractHistoryRequest) Size() (n int) + func (m *QueryContractHistoryRequest) String() string + func (m *QueryContractHistoryRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractHistoryRequest) XXX_DiscardUnknown() + func (m *QueryContractHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractHistoryRequest) XXX_Merge(src proto.Message) + func (m *QueryContractHistoryRequest) XXX_Size() int + func (m *QueryContractHistoryRequest) XXX_Unmarshal(b []byte) error + type QueryContractHistoryResponse struct + Entries []ContractCodeHistoryEntry + Pagination *query.PageResponse + func (*QueryContractHistoryResponse) Descriptor() ([]byte, []int) + func (*QueryContractHistoryResponse) ProtoMessage() + func (m *QueryContractHistoryResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractHistoryResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractHistoryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractHistoryResponse) Reset() + func (m *QueryContractHistoryResponse) Size() (n int) + func (m *QueryContractHistoryResponse) String() string + func (m *QueryContractHistoryResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractHistoryResponse) XXX_DiscardUnknown() + func (m *QueryContractHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractHistoryResponse) XXX_Merge(src proto.Message) + func (m *QueryContractHistoryResponse) XXX_Size() int + func (m *QueryContractHistoryResponse) XXX_Unmarshal(b []byte) error + type QueryContractInfoRequest struct + Address string + func (*QueryContractInfoRequest) Descriptor() ([]byte, []int) + func (*QueryContractInfoRequest) ProtoMessage() + func (m *QueryContractInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractInfoRequest) Reset() + func (m *QueryContractInfoRequest) Size() (n int) + func (m *QueryContractInfoRequest) String() string + func (m *QueryContractInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractInfoRequest) XXX_DiscardUnknown() + func (m *QueryContractInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryContractInfoRequest) XXX_Size() int + func (m *QueryContractInfoRequest) XXX_Unmarshal(b []byte) error + type QueryContractInfoResponse struct + Address string + func (*QueryContractInfoResponse) Descriptor() ([]byte, []int) + func (*QueryContractInfoResponse) ProtoMessage() + func (m *QueryContractInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractInfoResponse) Reset() + func (m *QueryContractInfoResponse) Size() (n int) + func (m *QueryContractInfoResponse) String() string + func (m *QueryContractInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractInfoResponse) XXX_DiscardUnknown() + func (m *QueryContractInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryContractInfoResponse) XXX_Size() int + func (m *QueryContractInfoResponse) XXX_Unmarshal(b []byte) error + func (this *QueryContractInfoResponse) Equal(that interface{}) bool + type QueryContractsByCodeRequest struct + CodeId uint64 + Pagination *query.PageRequest + func (*QueryContractsByCodeRequest) Descriptor() ([]byte, []int) + func (*QueryContractsByCodeRequest) ProtoMessage() + func (m *QueryContractsByCodeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCodeRequest) Reset() + func (m *QueryContractsByCodeRequest) Size() (n int) + func (m *QueryContractsByCodeRequest) String() string + func (m *QueryContractsByCodeRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCodeRequest) XXX_DiscardUnknown() + func (m *QueryContractsByCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCodeRequest) XXX_Merge(src proto.Message) + func (m *QueryContractsByCodeRequest) XXX_Size() int + func (m *QueryContractsByCodeRequest) XXX_Unmarshal(b []byte) error + type QueryContractsByCodeResponse struct + Contracts []string + Pagination *query.PageResponse + func (*QueryContractsByCodeResponse) Descriptor() ([]byte, []int) + func (*QueryContractsByCodeResponse) ProtoMessage() + func (m *QueryContractsByCodeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCodeResponse) Reset() + func (m *QueryContractsByCodeResponse) Size() (n int) + func (m *QueryContractsByCodeResponse) String() string + func (m *QueryContractsByCodeResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCodeResponse) XXX_DiscardUnknown() + func (m *QueryContractsByCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCodeResponse) XXX_Merge(src proto.Message) + func (m *QueryContractsByCodeResponse) XXX_Size() int + func (m *QueryContractsByCodeResponse) XXX_Unmarshal(b []byte) error + type QueryContractsByCreatorRequest struct + CreatorAddress string + Pagination *query.PageRequest + func (*QueryContractsByCreatorRequest) Descriptor() ([]byte, []int) + func (*QueryContractsByCreatorRequest) ProtoMessage() + func (m *QueryContractsByCreatorRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCreatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorRequest) Reset() + func (m *QueryContractsByCreatorRequest) Size() (n int) + func (m *QueryContractsByCreatorRequest) String() string + func (m *QueryContractsByCreatorRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCreatorRequest) XXX_DiscardUnknown() + func (m *QueryContractsByCreatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCreatorRequest) XXX_Merge(src proto.Message) + func (m *QueryContractsByCreatorRequest) XXX_Size() int + func (m *QueryContractsByCreatorRequest) XXX_Unmarshal(b []byte) error + type QueryContractsByCreatorResponse struct + ContractAddresses []string + Pagination *query.PageResponse + func (*QueryContractsByCreatorResponse) Descriptor() ([]byte, []int) + func (*QueryContractsByCreatorResponse) ProtoMessage() + func (m *QueryContractsByCreatorResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCreatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorResponse) Reset() + func (m *QueryContractsByCreatorResponse) Size() (n int) + func (m *QueryContractsByCreatorResponse) String() string + func (m *QueryContractsByCreatorResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCreatorResponse) XXX_DiscardUnknown() + func (m *QueryContractsByCreatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCreatorResponse) XXX_Merge(src proto.Message) + func (m *QueryContractsByCreatorResponse) XXX_Size() int + func (m *QueryContractsByCreatorResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryPinnedCodesRequest struct + Pagination *query.PageRequest + func (*QueryPinnedCodesRequest) Descriptor() ([]byte, []int) + func (*QueryPinnedCodesRequest) ProtoMessage() + func (m *QueryPinnedCodesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPinnedCodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPinnedCodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPinnedCodesRequest) Reset() + func (m *QueryPinnedCodesRequest) Size() (n int) + func (m *QueryPinnedCodesRequest) String() string + func (m *QueryPinnedCodesRequest) Unmarshal(dAtA []byte) error + func (m *QueryPinnedCodesRequest) XXX_DiscardUnknown() + func (m *QueryPinnedCodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPinnedCodesRequest) XXX_Merge(src proto.Message) + func (m *QueryPinnedCodesRequest) XXX_Size() int + func (m *QueryPinnedCodesRequest) XXX_Unmarshal(b []byte) error + type QueryPinnedCodesResponse struct + CodeIDs []uint64 + Pagination *query.PageResponse + func (*QueryPinnedCodesResponse) Descriptor() ([]byte, []int) + func (*QueryPinnedCodesResponse) ProtoMessage() + func (m *QueryPinnedCodesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPinnedCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPinnedCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPinnedCodesResponse) Reset() + func (m *QueryPinnedCodesResponse) Size() (n int) + func (m *QueryPinnedCodesResponse) String() string + func (m *QueryPinnedCodesResponse) Unmarshal(dAtA []byte) error + func (m *QueryPinnedCodesResponse) XXX_DiscardUnknown() + func (m *QueryPinnedCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPinnedCodesResponse) XXX_Merge(src proto.Message) + func (m *QueryPinnedCodesResponse) XXX_Size() int + func (m *QueryPinnedCodesResponse) XXX_Unmarshal(b []byte) error + type QueryRawContractStateRequest struct + Address string + QueryData []byte + func (*QueryRawContractStateRequest) Descriptor() ([]byte, []int) + func (*QueryRawContractStateRequest) ProtoMessage() + func (m *QueryRawContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryRawContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRawContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRawContractStateRequest) Reset() + func (m *QueryRawContractStateRequest) Size() (n int) + func (m *QueryRawContractStateRequest) String() string + func (m *QueryRawContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryRawContractStateRequest) XXX_DiscardUnknown() + func (m *QueryRawContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRawContractStateRequest) XXX_Merge(src proto.Message) + func (m *QueryRawContractStateRequest) XXX_Size() int + func (m *QueryRawContractStateRequest) XXX_Unmarshal(b []byte) error + type QueryRawContractStateResponse struct + Data []byte + func (*QueryRawContractStateResponse) Descriptor() ([]byte, []int) + func (*QueryRawContractStateResponse) ProtoMessage() + func (m *QueryRawContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryRawContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRawContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRawContractStateResponse) Reset() + func (m *QueryRawContractStateResponse) Size() (n int) + func (m *QueryRawContractStateResponse) String() string + func (m *QueryRawContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryRawContractStateResponse) XXX_DiscardUnknown() + func (m *QueryRawContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRawContractStateResponse) XXX_Merge(src proto.Message) + func (m *QueryRawContractStateResponse) XXX_Size() int + func (m *QueryRawContractStateResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + AllContractState func(context.Context, *QueryAllContractStateRequest) (*QueryAllContractStateResponse, error) + BuildAddress func(context.Context, *QueryBuildAddressRequest) (*QueryBuildAddressResponse, error) + Code func(context.Context, *QueryCodeRequest) (*QueryCodeResponse, error) + CodeInfo func(context.Context, *QueryCodeInfoRequest) (*QueryCodeInfoResponse, error) + Codes func(context.Context, *QueryCodesRequest) (*QueryCodesResponse, error) + ContractHistory func(context.Context, *QueryContractHistoryRequest) (*QueryContractHistoryResponse, error) + ContractInfo func(context.Context, *QueryContractInfoRequest) (*QueryContractInfoResponse, error) + ContractsByCode func(context.Context, *QueryContractsByCodeRequest) (*QueryContractsByCodeResponse, error) + ContractsByCreator func(context.Context, *QueryContractsByCreatorRequest) (*QueryContractsByCreatorResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + PinnedCodes func(context.Context, *QueryPinnedCodesRequest) (*QueryPinnedCodesResponse, error) + RawContractState func(context.Context, *QueryRawContractStateRequest) (*QueryRawContractStateResponse, error) + SmartContractState func(context.Context, *QuerySmartContractStateRequest) (*QuerySmartContractStateResponse, error) + WasmLimitsConfig func(context.Context, *QueryWasmLimitsConfigRequest) (*QueryWasmLimitsConfigResponse, error) + type QuerySmartContractStateRequest struct + Address string + QueryData RawContractMessage + func (*QuerySmartContractStateRequest) Descriptor() ([]byte, []int) + func (*QuerySmartContractStateRequest) ProtoMessage() + func (m *QuerySmartContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySmartContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySmartContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySmartContractStateRequest) Reset() + func (m *QuerySmartContractStateRequest) Size() (n int) + func (m *QuerySmartContractStateRequest) String() string + func (m *QuerySmartContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QuerySmartContractStateRequest) XXX_DiscardUnknown() + func (m *QuerySmartContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySmartContractStateRequest) XXX_Merge(src proto.Message) + func (m *QuerySmartContractStateRequest) XXX_Size() int + func (m *QuerySmartContractStateRequest) XXX_Unmarshal(b []byte) error + type QuerySmartContractStateResponse struct + Data RawContractMessage + func (*QuerySmartContractStateResponse) Descriptor() ([]byte, []int) + func (*QuerySmartContractStateResponse) ProtoMessage() + func (m *QuerySmartContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySmartContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySmartContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySmartContractStateResponse) Reset() + func (m *QuerySmartContractStateResponse) Size() (n int) + func (m *QuerySmartContractStateResponse) String() string + func (m *QuerySmartContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QuerySmartContractStateResponse) XXX_DiscardUnknown() + func (m *QuerySmartContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySmartContractStateResponse) XXX_Merge(src proto.Message) + func (m *QuerySmartContractStateResponse) XXX_Size() int + func (m *QuerySmartContractStateResponse) XXX_Unmarshal(b []byte) error + type QueryWasmLimitsConfigRequest struct + func (*QueryWasmLimitsConfigRequest) Descriptor() ([]byte, []int) + func (*QueryWasmLimitsConfigRequest) ProtoMessage() + func (m *QueryWasmLimitsConfigRequest) Marshal() (dAtA []byte, err error) + func (m *QueryWasmLimitsConfigRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWasmLimitsConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWasmLimitsConfigRequest) Reset() + func (m *QueryWasmLimitsConfigRequest) Size() (n int) + func (m *QueryWasmLimitsConfigRequest) String() string + func (m *QueryWasmLimitsConfigRequest) Unmarshal(dAtA []byte) error + func (m *QueryWasmLimitsConfigRequest) XXX_DiscardUnknown() + func (m *QueryWasmLimitsConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWasmLimitsConfigRequest) XXX_Merge(src proto.Message) + func (m *QueryWasmLimitsConfigRequest) XXX_Size() int + func (m *QueryWasmLimitsConfigRequest) XXX_Unmarshal(b []byte) error + type QueryWasmLimitsConfigResponse struct + Config string + func (*QueryWasmLimitsConfigResponse) Descriptor() ([]byte, []int) + func (*QueryWasmLimitsConfigResponse) ProtoMessage() + func (m *QueryWasmLimitsConfigResponse) Marshal() (dAtA []byte, err error) + func (m *QueryWasmLimitsConfigResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWasmLimitsConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWasmLimitsConfigResponse) Reset() + func (m *QueryWasmLimitsConfigResponse) Size() (n int) + func (m *QueryWasmLimitsConfigResponse) String() string + func (m *QueryWasmLimitsConfigResponse) Unmarshal(dAtA []byte) error + func (m *QueryWasmLimitsConfigResponse) XXX_DiscardUnknown() + func (m *QueryWasmLimitsConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWasmLimitsConfigResponse) XXX_Merge(src proto.Message) + func (m *QueryWasmLimitsConfigResponse) XXX_Size() int + func (m *QueryWasmLimitsConfigResponse) XXX_Unmarshal(b []byte) error + type RawContractMessage []byte + func (r *RawContractMessage) UnmarshalJSON(b []byte) error + func (r *RawContractMessage) ValidateBasic() error + func (r RawContractMessage) Bytes() []byte + func (r RawContractMessage) Equal(o RawContractMessage) bool + func (r RawContractMessage) MarshalJSON() ([]byte, error) + type Sequence struct + IDKey []byte + Value uint64 + func (*Sequence) Descriptor() ([]byte, []int) + func (*Sequence) ProtoMessage() + func (m *Sequence) GetIDKey() []byte + func (m *Sequence) GetValue() uint64 + func (m *Sequence) Marshal() (dAtA []byte, err error) + func (m *Sequence) MarshalTo(dAtA []byte) (int, error) + func (m *Sequence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Sequence) Reset() + func (m *Sequence) Size() (n int) + func (m *Sequence) String() string + func (m *Sequence) Unmarshal(dAtA []byte) error + func (m *Sequence) XXX_DiscardUnknown() + func (m *Sequence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Sequence) XXX_Merge(src proto.Message) + func (m *Sequence) XXX_Size() int + func (m *Sequence) XXX_Unmarshal(b []byte) error + func (s Sequence) ValidateBasic() error + type StakingKeeper interface + BondDenom func(ctx context.Context) (string, error) + GetAllDelegatorDelegations func(ctx context.Context, delegator sdk.AccAddress) ([]stakingtypes.Delegation, error) + GetBondedValidatorsByPower func(ctx context.Context) ([]stakingtypes.Validator, error) + GetDelegation func(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) (stakingtypes.Delegation, error) + GetValidator func(ctx context.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, err error) + HasReceivingRedelegation func(ctx context.Context, delAddr sdk.AccAddress, valDstAddr sdk.ValAddress) (bool, error) + type StoreAdapter struct + func NewStoreAdapter(s storetypes.KVStore) *StoreAdapter + func (s StoreAdapter) Delete(key []byte) + func (s StoreAdapter) Get(key []byte) []byte + func (s StoreAdapter) Iterator(start, end []byte) wasmvmtypes.Iterator + func (s StoreAdapter) ReverseIterator(start, end []byte) wasmvmtypes.Iterator + func (s StoreAdapter) Set(key, value []byte) + type StoreAndInstantiateContractProposal struct + Admin string + Builder string + CodeHash []byte + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + InstantiatePermission *AccessConfig + Label string + Msg RawContractMessage + RunAs string + Source string + Title string + UnpinCode bool + WASMByteCode []byte + func (*StoreAndInstantiateContractProposal) Descriptor() ([]byte, []int) + func (*StoreAndInstantiateContractProposal) ProtoMessage() + func (m *StoreAndInstantiateContractProposal) Marshal() (dAtA []byte, err error) + func (m *StoreAndInstantiateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *StoreAndInstantiateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StoreAndInstantiateContractProposal) Reset() + func (m *StoreAndInstantiateContractProposal) Size() (n int) + func (m *StoreAndInstantiateContractProposal) Unmarshal(dAtA []byte) error + func (m *StoreAndInstantiateContractProposal) XXX_DiscardUnknown() + func (m *StoreAndInstantiateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoreAndInstantiateContractProposal) XXX_Merge(src proto.Message) + func (m *StoreAndInstantiateContractProposal) XXX_Size() int + func (m *StoreAndInstantiateContractProposal) XXX_Unmarshal(b []byte) error + func (p *StoreAndInstantiateContractProposal) GetTitle() string + func (p StoreAndInstantiateContractProposal) GetDescription() string + func (p StoreAndInstantiateContractProposal) MarshalYAML() (interface{}, error) + func (p StoreAndInstantiateContractProposal) ProposalRoute() string + func (p StoreAndInstantiateContractProposal) ProposalType() string + func (p StoreAndInstantiateContractProposal) String() string + func (p StoreAndInstantiateContractProposal) ValidateBasic() error + func (this *StoreAndInstantiateContractProposal) Equal(that interface{}) bool + type StoreCodeAuthorization struct + Grants []CodeGrant + func NewStoreCodeAuthorization(grants ...CodeGrant) *StoreCodeAuthorization + func (*StoreCodeAuthorization) Descriptor() ([]byte, []int) + func (*StoreCodeAuthorization) ProtoMessage() + func (a *StoreCodeAuthorization) Accept(ctx context.Context, msg sdk.Msg) (authztypes.AcceptResponse, error) + func (a StoreCodeAuthorization) MsgTypeURL() string + func (a StoreCodeAuthorization) ValidateBasic() error + func (m *StoreCodeAuthorization) Marshal() (dAtA []byte, err error) + func (m *StoreCodeAuthorization) MarshalTo(dAtA []byte) (int, error) + func (m *StoreCodeAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StoreCodeAuthorization) Reset() + func (m *StoreCodeAuthorization) Size() (n int) + func (m *StoreCodeAuthorization) String() string + func (m *StoreCodeAuthorization) Unmarshal(dAtA []byte) error + func (m *StoreCodeAuthorization) XXX_DiscardUnknown() + func (m *StoreCodeAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoreCodeAuthorization) XXX_Merge(src proto.Message) + func (m *StoreCodeAuthorization) XXX_Size() int + func (m *StoreCodeAuthorization) XXX_Unmarshal(b []byte) error + type StoreCodeProposal struct + Builder string + CodeHash []byte + Description string + InstantiatePermission *AccessConfig + RunAs string + Source string + Title string + UnpinCode bool + WASMByteCode []byte + func (*StoreCodeProposal) Descriptor() ([]byte, []int) + func (*StoreCodeProposal) ProtoMessage() + func (m *StoreCodeProposal) Marshal() (dAtA []byte, err error) + func (m *StoreCodeProposal) MarshalTo(dAtA []byte) (int, error) + func (m *StoreCodeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StoreCodeProposal) Reset() + func (m *StoreCodeProposal) Size() (n int) + func (m *StoreCodeProposal) Unmarshal(dAtA []byte) error + func (m *StoreCodeProposal) XXX_DiscardUnknown() + func (m *StoreCodeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoreCodeProposal) XXX_Merge(src proto.Message) + func (m *StoreCodeProposal) XXX_Size() int + func (m *StoreCodeProposal) XXX_Unmarshal(b []byte) error + func (p *StoreCodeProposal) GetTitle() string + func (p StoreCodeProposal) GetDescription() string + func (p StoreCodeProposal) MarshalYAML() (interface{}, error) + func (p StoreCodeProposal) ProposalRoute() string + func (p StoreCodeProposal) ProposalType() string + func (p StoreCodeProposal) String() string + func (p StoreCodeProposal) ValidateBasic() error + func (this *StoreCodeProposal) Equal(that interface{}) bool + type SudoContractProposal struct + Contract string + Description string + Msg RawContractMessage + Title string + func (*SudoContractProposal) Descriptor() ([]byte, []int) + func (*SudoContractProposal) ProtoMessage() + func (m *SudoContractProposal) Marshal() (dAtA []byte, err error) + func (m *SudoContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *SudoContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SudoContractProposal) Reset() + func (m *SudoContractProposal) Size() (n int) + func (m *SudoContractProposal) Unmarshal(dAtA []byte) error + func (m *SudoContractProposal) XXX_DiscardUnknown() + func (m *SudoContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SudoContractProposal) XXX_Merge(src proto.Message) + func (m *SudoContractProposal) XXX_Size() int + func (m *SudoContractProposal) XXX_Unmarshal(b []byte) error + func (p *SudoContractProposal) GetTitle() string + func (p SudoContractProposal) GetDescription() string + func (p SudoContractProposal) MarshalYAML() (interface{}, error) + func (p SudoContractProposal) ProposalRoute() string + func (p SudoContractProposal) ProposalType() string + func (p SudoContractProposal) String() string + func (p SudoContractProposal) ValidateBasic() error + func (this *SudoContractProposal) Equal(that interface{}) bool + type TxContracts struct + func NewTxContracts() TxContracts + func TxContractsFromContext(ctx context.Context) (TxContracts, bool) + func (tc TxContracts) AddContract(checksum []byte) + func (tc TxContracts) Exists(checksum []byte) bool + func (tc TxContracts) GetContracts() txContracts + type UndefinedFilter struct + func (f *UndefinedFilter) Accept(_ sdk.Context, _ RawContractMessage) (bool, error) + func (f UndefinedFilter) ValidateBasic() error + type UndefinedLimit struct + func (u UndefinedLimit) Accept(_ sdk.Context, _ AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (u UndefinedLimit) ValidateBasic() error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) AddCodeUploadParamsAddresses(ctx context.Context, req *MsgAddCodeUploadParamsAddresses) (*MsgAddCodeUploadParamsAddressesResponse, error) + func (*UnimplementedMsgServer) ClearAdmin(ctx context.Context, req *MsgClearAdmin) (*MsgClearAdminResponse, error) + func (*UnimplementedMsgServer) ExecuteContract(ctx context.Context, req *MsgExecuteContract) (*MsgExecuteContractResponse, error) + func (*UnimplementedMsgServer) InstantiateContract(ctx context.Context, req *MsgInstantiateContract) (*MsgInstantiateContractResponse, error) + func (*UnimplementedMsgServer) InstantiateContract2(ctx context.Context, req *MsgInstantiateContract2) (*MsgInstantiateContract2Response, error) + func (*UnimplementedMsgServer) MigrateContract(ctx context.Context, req *MsgMigrateContract) (*MsgMigrateContractResponse, error) + func (*UnimplementedMsgServer) PinCodes(ctx context.Context, req *MsgPinCodes) (*MsgPinCodesResponse, error) + func (*UnimplementedMsgServer) RemoveCodeUploadParamsAddresses(ctx context.Context, req *MsgRemoveCodeUploadParamsAddresses) (*MsgRemoveCodeUploadParamsAddressesResponse, error) + func (*UnimplementedMsgServer) StoreAndInstantiateContract(ctx context.Context, req *MsgStoreAndInstantiateContract) (*MsgStoreAndInstantiateContractResponse, error) + func (*UnimplementedMsgServer) StoreAndMigrateContract(ctx context.Context, req *MsgStoreAndMigrateContract) (*MsgStoreAndMigrateContractResponse, error) + func (*UnimplementedMsgServer) StoreCode(ctx context.Context, req *MsgStoreCode) (*MsgStoreCodeResponse, error) + func (*UnimplementedMsgServer) SudoContract(ctx context.Context, req *MsgSudoContract) (*MsgSudoContractResponse, error) + func (*UnimplementedMsgServer) UnpinCodes(ctx context.Context, req *MsgUnpinCodes) (*MsgUnpinCodesResponse, error) + func (*UnimplementedMsgServer) UpdateAdmin(ctx context.Context, req *MsgUpdateAdmin) (*MsgUpdateAdminResponse, error) + func (*UnimplementedMsgServer) UpdateContractLabel(ctx context.Context, req *MsgUpdateContractLabel) (*MsgUpdateContractLabelResponse, error) + func (*UnimplementedMsgServer) UpdateInstantiateConfig(ctx context.Context, req *MsgUpdateInstantiateConfig) (*MsgUpdateInstantiateConfigResponse, error) + func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) AllContractState(ctx context.Context, req *QueryAllContractStateRequest) (*QueryAllContractStateResponse, error) + func (*UnimplementedQueryServer) BuildAddress(ctx context.Context, req *QueryBuildAddressRequest) (*QueryBuildAddressResponse, error) + func (*UnimplementedQueryServer) Code(ctx context.Context, req *QueryCodeRequest) (*QueryCodeResponse, error) + func (*UnimplementedQueryServer) CodeInfo(ctx context.Context, req *QueryCodeInfoRequest) (*QueryCodeInfoResponse, error) + func (*UnimplementedQueryServer) Codes(ctx context.Context, req *QueryCodesRequest) (*QueryCodesResponse, error) + func (*UnimplementedQueryServer) ContractHistory(ctx context.Context, req *QueryContractHistoryRequest) (*QueryContractHistoryResponse, error) + func (*UnimplementedQueryServer) ContractInfo(ctx context.Context, req *QueryContractInfoRequest) (*QueryContractInfoResponse, error) + func (*UnimplementedQueryServer) ContractsByCode(ctx context.Context, req *QueryContractsByCodeRequest) (*QueryContractsByCodeResponse, error) + func (*UnimplementedQueryServer) ContractsByCreator(ctx context.Context, req *QueryContractsByCreatorRequest) (*QueryContractsByCreatorResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) PinnedCodes(ctx context.Context, req *QueryPinnedCodesRequest) (*QueryPinnedCodesResponse, error) + func (*UnimplementedQueryServer) RawContractState(ctx context.Context, req *QueryRawContractStateRequest) (*QueryRawContractStateResponse, error) + func (*UnimplementedQueryServer) SmartContractState(ctx context.Context, req *QuerySmartContractStateRequest) (*QuerySmartContractStateResponse, error) + func (*UnimplementedQueryServer) WasmLimitsConfig(ctx context.Context, req *QueryWasmLimitsConfigRequest) (*QueryWasmLimitsConfigResponse, error) + type UnpinCodesProposal struct + CodeIDs []uint64 + Description string + Title string + func (*UnpinCodesProposal) Descriptor() ([]byte, []int) + func (*UnpinCodesProposal) ProtoMessage() + func (m *UnpinCodesProposal) Marshal() (dAtA []byte, err error) + func (m *UnpinCodesProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UnpinCodesProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnpinCodesProposal) Reset() + func (m *UnpinCodesProposal) Size() (n int) + func (m *UnpinCodesProposal) Unmarshal(dAtA []byte) error + func (m *UnpinCodesProposal) XXX_DiscardUnknown() + func (m *UnpinCodesProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnpinCodesProposal) XXX_Merge(src proto.Message) + func (m *UnpinCodesProposal) XXX_Size() int + func (m *UnpinCodesProposal) XXX_Unmarshal(b []byte) error + func (p *UnpinCodesProposal) GetTitle() string + func (p UnpinCodesProposal) GetDescription() string + func (p UnpinCodesProposal) ProposalRoute() string + func (p UnpinCodesProposal) ProposalType() string + func (p UnpinCodesProposal) String() string + func (p UnpinCodesProposal) ValidateBasic() error + func (this *UnpinCodesProposal) Equal(that interface{}) bool + type UpdateAdminProposal struct + Contract string + Description string + NewAdmin string + Title string + func (*UpdateAdminProposal) Descriptor() ([]byte, []int) + func (*UpdateAdminProposal) ProtoMessage() + func (m *UpdateAdminProposal) Marshal() (dAtA []byte, err error) + func (m *UpdateAdminProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateAdminProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateAdminProposal) Reset() + func (m *UpdateAdminProposal) Size() (n int) + func (m *UpdateAdminProposal) Unmarshal(dAtA []byte) error + func (m *UpdateAdminProposal) XXX_DiscardUnknown() + func (m *UpdateAdminProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateAdminProposal) XXX_Merge(src proto.Message) + func (m *UpdateAdminProposal) XXX_Size() int + func (m *UpdateAdminProposal) XXX_Unmarshal(b []byte) error + func (p *UpdateAdminProposal) GetTitle() string + func (p UpdateAdminProposal) GetDescription() string + func (p UpdateAdminProposal) ProposalRoute() string + func (p UpdateAdminProposal) ProposalType() string + func (p UpdateAdminProposal) String() string + func (p UpdateAdminProposal) ValidateBasic() error + func (this *UpdateAdminProposal) Equal(that interface{}) bool + type UpdateInstantiateConfigProposal struct + AccessConfigUpdates []AccessConfigUpdate + Description string + Title string + func (*UpdateInstantiateConfigProposal) Descriptor() ([]byte, []int) + func (*UpdateInstantiateConfigProposal) ProtoMessage() + func (m *UpdateInstantiateConfigProposal) Marshal() (dAtA []byte, err error) + func (m *UpdateInstantiateConfigProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateInstantiateConfigProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateInstantiateConfigProposal) Reset() + func (m *UpdateInstantiateConfigProposal) Size() (n int) + func (m *UpdateInstantiateConfigProposal) Unmarshal(dAtA []byte) error + func (m *UpdateInstantiateConfigProposal) XXX_DiscardUnknown() + func (m *UpdateInstantiateConfigProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateInstantiateConfigProposal) XXX_Merge(src proto.Message) + func (m *UpdateInstantiateConfigProposal) XXX_Size() int + func (m *UpdateInstantiateConfigProposal) XXX_Unmarshal(b []byte) error + func (p *UpdateInstantiateConfigProposal) GetTitle() string + func (p UpdateInstantiateConfigProposal) GetDescription() string + func (p UpdateInstantiateConfigProposal) ProposalRoute() string + func (p UpdateInstantiateConfigProposal) ProposalType() string + func (p UpdateInstantiateConfigProposal) String() string + func (p UpdateInstantiateConfigProposal) ValidateBasic() error + func (this *UpdateInstantiateConfigProposal) Equal(that interface{}) bool + type VMConfig struct + WasmLimits wasmvmtypes.WasmLimits + type ViewKeeper interface + GetByteCode func(ctx context.Context, codeID uint64) ([]byte, error) + GetCodeInfo func(ctx context.Context, codeID uint64) *CodeInfo + GetContractHistory func(ctx context.Context, contractAddr sdk.AccAddress) []ContractCodeHistoryEntry + GetContractInfo func(ctx context.Context, contractAddress sdk.AccAddress) *ContractInfo + GetParams func(ctx context.Context) Params + GetWasmLimits func() wasmvmtypes.WasmLimits + HasContractInfo func(ctx context.Context, contractAddress sdk.AccAddress) bool + IsPinnedCode func(ctx context.Context, codeID uint64) bool + IterateCodeInfos func(ctx context.Context, cb func(uint64, CodeInfo) bool) + IterateContractInfo func(ctx context.Context, cb func(sdk.AccAddress, ContractInfo) bool) + IterateContractState func(ctx context.Context, contractAddress sdk.AccAddress, ...) + IterateContractsByCode func(ctx context.Context, codeID uint64, cb func(address sdk.AccAddress) bool) + IterateContractsByCreator func(ctx context.Context, creator sdk.AccAddress, ...) + QueryRaw func(ctx context.Context, contractAddress sdk.AccAddress, key []byte) []byte + QuerySmart func(ctx context.Context, contractAddr sdk.AccAddress, req []byte) ([]byte, error) + type WasmEngine interface + AnalyzeCode func(checksum wasmvm.Checksum) (*wasmvmtypes.AnalysisReport, error) + Cleanup func() + Execute func(code wasmvm.Checksum, env wasmvmtypes.Env, info wasmvmtypes.MessageInfo, ...) (*wasmvmtypes.ContractResult, uint64, error) + GetCode func(code wasmvm.Checksum) (wasmvm.WasmCode, error) + GetMetrics func() (*wasmvmtypes.Metrics, error) + GetPinnedMetrics func() (*wasmvmtypes.PinnedMetrics, error) + IBCChannelClose func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + IBCChannelConnect func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + IBCChannelOpen func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCChannelOpenResult, uint64, error) + IBCDestinationCallback func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + IBCPacketAck func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ack wasmvmtypes.IBCPacketAckMsg, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + IBCPacketReceive func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCReceiveResult, uint64, error) + IBCPacketTimeout func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + IBCSourceCallback func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResult, uint64, error) + Instantiate func(checksum wasmvm.Checksum, env wasmvmtypes.Env, info wasmvmtypes.MessageInfo, ...) (*wasmvmtypes.ContractResult, uint64, error) + Migrate func(checksum wasmvm.Checksum, env wasmvmtypes.Env, migrateMsg []byte, ...) (*wasmvmtypes.ContractResult, uint64, error) + MigrateWithInfo func(checksum wasmvm.Checksum, env wasmvmtypes.Env, migrateMsg []byte, ...) (*wasmvmtypes.ContractResult, uint64, error) + Pin func(checksum wasmvm.Checksum) error + Query func(code wasmvm.Checksum, env wasmvmtypes.Env, queryMsg []byte, ...) (*wasmvmtypes.QueryResult, uint64, error) + Reply func(checksum wasmvm.Checksum, env wasmvmtypes.Env, reply wasmvmtypes.Reply, ...) (*wasmvmtypes.ContractResult, uint64, error) + StoreCode func(code wasmvm.WasmCode, gasLimit uint64) (wasmvm.Checksum, uint64, error) + StoreCodeUnchecked func(code wasmvm.WasmCode) (wasmvm.Checksum, error) + Sudo func(checksum wasmvm.Checksum, env wasmvmtypes.Env, sudoMsg []byte, ...) (*wasmvmtypes.ContractResult, uint64, error) + Unpin func(checksum wasmvm.Checksum) error + type WasmGasRegister struct + func NewDefaultWasmGasRegister() WasmGasRegister + func NewWasmGasRegister(c WasmGasRegisterConfig) WasmGasRegister + func (g WasmGasRegister) EventCosts(attrs []wasmvmtypes.EventAttribute, ...) storetypes.Gas + func (g WasmGasRegister) FromWasmVMGas(source uint64) storetypes.Gas + func (g WasmGasRegister) ReplyCosts(discount bool, reply wasmvmtypes.Reply) storetypes.Gas + func (g WasmGasRegister) SetupContractCost(discount bool, msgLen int) storetypes.Gas + func (g WasmGasRegister) ToWasmVMGas(source storetypes.Gas) uint64 + func (g WasmGasRegister) UncompressCosts(byteLength int) storetypes.Gas + type WasmGasRegisterConfig struct + CompileCost storetypes.Gas + ContractMessageDataCost storetypes.Gas + CustomEventCost uint64 + EventAttributeDataCost storetypes.Gas + EventAttributeDataFreeTier uint64 + EventPerAttributeCost storetypes.Gas + GasMultiplier storetypes.Gas + InstanceCost storetypes.Gas + InstanceCostDiscount storetypes.Gas + UncompressCost wasmvmtypes.UFraction + func DefaultGasRegisterConfig() WasmGasRegisterConfig + type WasmVMErrorable interface + ToWasmVMError func() error + type WasmVMFlavouredError struct + func NewWasmVMFlavouredError(sdkErr *errorsmod.Error, wasmVMErr error) WasmVMFlavouredError + func (e WasmVMFlavouredError) Cause() error + func (e WasmVMFlavouredError) Error() string + func (e WasmVMFlavouredError) ToWasmVMError() error + func (e WasmVMFlavouredError) Unwrap() error + func (e WasmVMFlavouredError) Wrap(desc string) error + func (e WasmVMFlavouredError) Wrapf(desc string, args ...interface{}) error