MCPcopy Index your code

hub / github.com/Finschia/finschia-sdk / types & classes

Types & classes133 in github.com/Finschia/finschia-sdk

↓ 3 callersTypeAliasAccessType
please upgrade the proto package AccessType permission types
x/wasm/internal/types/types.pb.go:30
↓ 1 callersTypeAliasContractCodeHistoryOperationType
ContractCodeHistoryOperationType actions that caused a code change
x/wasm/internal/types/types.pb.go:62
↓ 1 callersTypeAliasProposalType
x/wasm/internal/types/proposal.go:13
StructAbsoluteTxPosition
AbsoluteTxPosition can be used to sort contracts
x/wasm/internal/types/types.pb.go:390
StructAccessConfig
AccessConfig access control type.
x/wasm/internal/types/types.pb.go:136
StructAccessTypeParam
AccessTypeParam
x/wasm/internal/types/types.pb.go:98
StructAppModule
____________________________________________________________________________ AppModule implements an application module for the wasm module.
x/wasm/module.go:95
StructAppModuleBasic
AppModuleBasic defines the basic application module used by the wasm module.
x/wasm/module.go:39
TypeAliasAppOptionsMock
x/wasm/module_test.go:424
InterfaceAuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:8
StructBalanceResponse
x/wasm/internal/keeper/staking_test.go:67
FuncTypeBankEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.BankMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:29
StructChainQuery
x/wasm/internal/keeper/reflect_test.go:45
StructChainResponse
x/wasm/internal/keeper/reflect_test.go:57
StructClaimsResponse
x/wasm/internal/keeper/staking_test.go:71
StructClearAdminJsonReq
x/wasm/client/rest/gov.go:213
StructClearAdminProposal
ClearAdminProposal gov proposal content type to clear the admin of a contract.
x/wasm/internal/types/proposal.pb.go:225
StructCode
Code struct encompasses CodeInfo and CodeBytes
x/wasm/internal/types/genesis.pb.go:96
StructCodeInfo
CodeInfo is data for the uploaded contract WASM code
x/wasm/internal/types/types.pb.go:214
StructCodeInfoResponse
CodeInfoResponse contains code meta data from CodeInfo
x/wasm/internal/types/query.pb.go:582
StructContract
Contract struct encompasses ContractAddress, ContractInfo, and ContractState
x/wasm/internal/types/genesis.pb.go:157
StructContractCodeHistoryEntry
ContractCodeHistoryEntry metadata to a contract.
x/wasm/internal/types/types.pb.go:347
StructContractHistory
ContractHistory contains a sorted list of code updates to a contract
x/wasm/internal/types/types.pb.go:309
StructContractInfo
ContractInfo stores a WASM contract instance
x/wasm/internal/types/types.pb.go:261
StructContractInfoWithAddress
ContractInfoWithAddress adds the address (key) to the ContractInfo representation
x/wasm/internal/types/query.pb.go:231
FuncTypeCustomEncoder
func(sender sdk.AccAddress, msg json.RawMessage) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:30
FuncTypeCustomQuerier
func(ctx sdk.Context, request json.RawMessage) ([]byte, error)
x/wasm/internal/keeper/query_plugins.go:53
StructDefaultAuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:14
StructEmptyAppOptions
EmptyAppOptions is a stub implementing AppOptions
app/test_helpers.go:48
StructEncodingConfig
EncodingConfig specifies the concrete encoding types to use for a given app. This is provided for compatibility between protobuf and amino implementat
app/encoding.go:13
StructGenesisState
please upgrade the proto package GenesisState - genesis state of x/wasm
x/wasm/internal/types/genesis.pb.go:27
TypeAliasGenesisState
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string. The identifier is used to determin
app/genesis.go:14
TypeAliasGenesisState
app/integration/test_helpers.go:57
StructGovAuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:29
StructHackatomExampleContract
x/wasm/internal/keeper/test_common.go:343
StructHackatomExampleInitMsg
x/wasm/internal/keeper/test_common.go:397
StructHackatomExampleInstance
x/wasm/internal/keeper/test_common.go:363
StructInstantiateContractProposal
InstantiateContractProposal gov proposal content type to instantiate a contract.
x/wasm/internal/types/proposal.pb.go:81
StructInstantiateProposalJsonReq
x/wasm/client/rest/gov.go:69
StructInvestmentResponse
x/wasm/internal/keeper/staking_test.go:81
StructKV
x/wasm/internal/types/iavl_range_test.go:69
StructKeeper
Keeper will have a reference to Wasmer with it's own data directory.
x/wasm/internal/keeper/keeper.go:44
StructLimitedReader
x/wasm/internal/keeper/ioutil.go:44
StructMaskHandleMsg
MaskInitMsg is {} MaskHandleMsg is used to encode handle messages
x/wasm/internal/keeper/reflect_test.go:25
StructMaskQueryMsg
MaskQueryMsg is used to encode query messages
x/wasm/internal/keeper/reflect_test.go:39
StructMessageEncoders
x/wasm/internal/keeper/handler_plugin.go:34
StructMessageHandler
x/wasm/internal/keeper/handler_plugin.go:16
StructMigrateContractProposal
MigrateContractProposal gov proposal content type to migrate a contract.
x/wasm/internal/types/proposal.pb.go:133
StructMigrateProposalJsonReq
x/wasm/client/rest/gov.go:122
StructMockWasmer
MockWasmer implements types.WasmerEngine for testing purpose. One or multiple messages can be stubbed. Without a stub function a panic is thrown.
x/wasm/internal/keeper/test_common.go:439
StructModel
Model is a struct that holds a KV pair
x/wasm/internal/types/types.pb.go:431
StructMsgClearAdmin
MsgClearAdmin removes any admin stored for a smart contract
x/wasm/internal/types/msg.pb.go:259
StructMsgExecuteContract
MsgExecuteContract submits the given message data to a smart contract
x/wasm/internal/types/msg.pb.go:126
StructMsgInstantiateContract
MsgInstantiateContract create a new smart contract instance for the given code id.
x/wasm/internal/types/msg.pb.go:77
StructMsgMigrateContract
MsgMigrateContract runs a code upgrade/ downgrade for a smart contract
x/wasm/internal/types/msg.pb.go:171
StructMsgStoreCode
please upgrade the proto package MsgStoreCode submit Wasm code to the system
x/wasm/internal/types/msg.pb.go:30
StructMsgUpdateAdmin
MsgUpdateAdmin sets a new admin for a smart contract
x/wasm/internal/types/msg.pb.go:216
StructMultipiedGasMeter
MultipliedGasMeter wraps the GasMeter from context and multiplies all reads by out defined multiplier
x/wasm/internal/keeper/keeper.go:678
StructOwnerResponse
x/wasm/internal/keeper/reflect_test.go:53
StructParams
Params defines the set of wasm parameters.
x/wasm/internal/types/types.pb.go:175
StructQueryAllContractStateRequest
QueryAllContractStateRequest is the request type for the Query/AllContractState RPC method
x/wasm/internal/types/query.pb.go:308
StructQueryAllContractStateResponse
QueryAllContractStateResponse is the response type for the Query/AllContractState RPC method
x/wasm/internal/types/query.pb.go:347
InterfaceQueryClient
QueryClient is the client API for Query service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/go
x/wasm/internal/types/query.pb.go:1258
StructQueryCodeRequest
QueryCodeRequest is the request type for the Query/Code RPC method
x/wasm/internal/types/query.pb.go:544
StructQueryCodeResponse
QueryCodeResponse is the response type for the Query/Code RPC method
x/wasm/internal/types/query.pb.go:624
StructQueryCodesResponse
QueryCodesResponse is the response type for the Query/Codes RPC method
x/wasm/internal/types/query.pb.go:663
StructQueryContractHistoryRequest
QueryContractHistoryRequest is the request type for the Query/ContractHistory RPC method
x/wasm/internal/types/query.pb.go:116
StructQueryContractHistoryResponse
QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method
x/wasm/internal/types/query.pb.go:155
StructQueryContractInfoRequest
please upgrade the proto package QueryContractInfoRequest is the request type for the Query/ContractInfo RPC method
x/wasm/internal/types/query.pb.go:37
StructQueryContractInfoResponse
QueryContractInfoResponse is the response type for the Query/ContractInfo RPC method
x/wasm/internal/types/query.pb.go:76
StructQueryContractsByCodeRequest
QueryContractsByCodeRequest is the request type for the Query/ContractsByCode RPC method
x/wasm/internal/types/query.pb.go:193
StructQueryContractsByCodeResponse
QueryContractsByCodeResponse is the response type for the Query/ContractsByCode RPC method
x/wasm/internal/types/query.pb.go:270
StructQueryHandler
x/wasm/internal/keeper/query_plugins.go:16
StructQueryPlugins
x/wasm/internal/keeper/query_plugins.go:55
StructQueryRawContractStateRequest
QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method
x/wasm/internal/types/query.pb.go:385
StructQueryRawContractStateResponse
QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method
x/wasm/internal/types/query.pb.go:425
InterfaceQueryServer
QueryServer is the server API for Query service.
x/wasm/internal/types/query.pb.go:1358
StructQuerySmartContractStateRequest
QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method
x/wasm/internal/types/query.pb.go:464
StructQuerySmartContractStateResponse
QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method
x/wasm/internal/types/query.pb.go:505
StructRecurse
x/wasm/internal/keeper/recurse_test.go:15
StructSequence
Sequence key and value of an id generation counter
x/wasm/internal/types/genesis.pb.go:218
FuncTypeStakingEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.StakingMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:31
StructStakingHandleMsg
StakingHandleMsg is used to encode handle messages
x/wasm/internal/keeper/staking_test.go:35
StructStakingInitMsg
x/wasm/internal/keeper/staking_test.go:24
StructStakingQueryMsg
StakingQueryMsg is used to encode query messages
x/wasm/internal/keeper/staking_test.go:56
StructStoreCodeProposal
please upgrade the proto package StoreCodeProposal gov proposal content type to submit WASM code to the system
x/wasm/internal/types/proposal.pb.go:31
StructStoreCodeProposalJsonReq
x/wasm/client/rest/gov.go:16
StructStoreKeysPrefixes
app/sim_test.go:43
StructTestKeepers
x/wasm/internal/keeper/test_common.go:117
StructTestSupport
app/test_helpers.go:14
StructText
x/wasm/internal/keeper/reflect_test.go:49
StructTokenInfoResponse
x/wasm/internal/keeper/staking_test.go:75
StructUnimplementedQueryServer
UnimplementedQueryServer can be embedded to have forward compatible implementations.
x/wasm/internal/types/query.pb.go:1378
StructUpdateAdminJsonReq
x/wasm/client/rest/gov.go:170
StructUpdateAdminProposal
UpdateAdminProposal gov proposal content type to set an admin for a contract.
x/wasm/internal/types/proposal.pb.go:181
StructWasmApp
WasmApp extended ABCI application
app/app.go:198
StructWasmConfig
WasmConfig is the extra config required for wasm
x/wasm/internal/types/types.go:224
FuncTypeWasmEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.WasmMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:32
InterfaceWasmerEngine
WasmerEngine defines the WASM contract runtime engine.
x/wasm/internal/types/wasmer_engine.go:9
StructaddressQuery
x/wasm/internal/keeper/staking_test.go:63
next →1–100 of 133, ranked by callers