Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Finschia/finschia-sdk
/ types & classes
Types & classes
133 in github.com/Finschia/finschia-sdk
⨍
Functions
1,285
◇
Types & classes
133
↓ 3 callers
TypeAlias
AccessType
please upgrade the proto package AccessType permission types
x/wasm/internal/types/types.pb.go:30
↓ 1 callers
TypeAlias
ContractCodeHistoryOperationType
ContractCodeHistoryOperationType actions that caused a code change
x/wasm/internal/types/types.pb.go:62
↓ 1 callers
TypeAlias
ProposalType
x/wasm/internal/types/proposal.go:13
Struct
AbsoluteTxPosition
AbsoluteTxPosition can be used to sort contracts
x/wasm/internal/types/types.pb.go:390
Struct
AccessConfig
AccessConfig access control type.
x/wasm/internal/types/types.pb.go:136
Struct
AccessTypeParam
AccessTypeParam
x/wasm/internal/types/types.pb.go:98
Struct
AppModule
____________________________________________________________________________ AppModule implements an application module for the wasm module.
x/wasm/module.go:95
Struct
AppModuleBasic
AppModuleBasic defines the basic application module used by the wasm module.
x/wasm/module.go:39
TypeAlias
AppOptionsMock
x/wasm/module_test.go:424
Interface
AuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:8
Struct
BalanceResponse
x/wasm/internal/keeper/staking_test.go:67
FuncType
BankEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.BankMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:29
Struct
ChainQuery
x/wasm/internal/keeper/reflect_test.go:45
Struct
ChainResponse
x/wasm/internal/keeper/reflect_test.go:57
Struct
ClaimsResponse
x/wasm/internal/keeper/staking_test.go:71
Struct
ClearAdminJsonReq
x/wasm/client/rest/gov.go:213
Struct
ClearAdminProposal
ClearAdminProposal gov proposal content type to clear the admin of a contract.
x/wasm/internal/types/proposal.pb.go:225
Struct
Code
Code struct encompasses CodeInfo and CodeBytes
x/wasm/internal/types/genesis.pb.go:96
Struct
CodeInfo
CodeInfo is data for the uploaded contract WASM code
x/wasm/internal/types/types.pb.go:214
Struct
CodeInfoResponse
CodeInfoResponse contains code meta data from CodeInfo
x/wasm/internal/types/query.pb.go:582
Struct
Contract
Contract struct encompasses ContractAddress, ContractInfo, and ContractState
x/wasm/internal/types/genesis.pb.go:157
Struct
ContractCodeHistoryEntry
ContractCodeHistoryEntry metadata to a contract.
x/wasm/internal/types/types.pb.go:347
Struct
ContractHistory
ContractHistory contains a sorted list of code updates to a contract
x/wasm/internal/types/types.pb.go:309
Struct
ContractInfo
ContractInfo stores a WASM contract instance
x/wasm/internal/types/types.pb.go:261
Struct
ContractInfoWithAddress
ContractInfoWithAddress adds the address (key) to the ContractInfo representation
x/wasm/internal/types/query.pb.go:231
FuncType
CustomEncoder
func(sender sdk.AccAddress, msg json.RawMessage) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:30
FuncType
CustomQuerier
func(ctx sdk.Context, request json.RawMessage) ([]byte, error)
x/wasm/internal/keeper/query_plugins.go:53
Struct
DefaultAuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:14
Struct
EmptyAppOptions
EmptyAppOptions is a stub implementing AppOptions
app/test_helpers.go:48
Struct
EncodingConfig
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
Struct
GenesisState
please upgrade the proto package GenesisState - genesis state of x/wasm
x/wasm/internal/types/genesis.pb.go:27
TypeAlias
GenesisState
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
TypeAlias
GenesisState
app/integration/test_helpers.go:57
Struct
GovAuthorizationPolicy
x/wasm/internal/keeper/authz_policy.go:29
Struct
HackatomExampleContract
x/wasm/internal/keeper/test_common.go:343
Struct
HackatomExampleInitMsg
x/wasm/internal/keeper/test_common.go:397
Struct
HackatomExampleInstance
x/wasm/internal/keeper/test_common.go:363
Struct
InstantiateContractProposal
InstantiateContractProposal gov proposal content type to instantiate a contract.
x/wasm/internal/types/proposal.pb.go:81
Struct
InstantiateProposalJsonReq
x/wasm/client/rest/gov.go:69
Struct
InvestmentResponse
x/wasm/internal/keeper/staking_test.go:81
Struct
KV
x/wasm/internal/types/iavl_range_test.go:69
Struct
Keeper
Keeper will have a reference to Wasmer with it's own data directory.
x/wasm/internal/keeper/keeper.go:44
Struct
LimitedReader
x/wasm/internal/keeper/ioutil.go:44
Struct
MaskHandleMsg
MaskInitMsg is {} MaskHandleMsg is used to encode handle messages
x/wasm/internal/keeper/reflect_test.go:25
Struct
MaskQueryMsg
MaskQueryMsg is used to encode query messages
x/wasm/internal/keeper/reflect_test.go:39
Struct
MessageEncoders
x/wasm/internal/keeper/handler_plugin.go:34
Struct
MessageHandler
x/wasm/internal/keeper/handler_plugin.go:16
Struct
MigrateContractProposal
MigrateContractProposal gov proposal content type to migrate a contract.
x/wasm/internal/types/proposal.pb.go:133
Struct
MigrateProposalJsonReq
x/wasm/client/rest/gov.go:122
Struct
MockWasmer
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
Struct
Model
Model is a struct that holds a KV pair
x/wasm/internal/types/types.pb.go:431
Struct
MsgClearAdmin
MsgClearAdmin removes any admin stored for a smart contract
x/wasm/internal/types/msg.pb.go:259
Struct
MsgExecuteContract
MsgExecuteContract submits the given message data to a smart contract
x/wasm/internal/types/msg.pb.go:126
Struct
MsgInstantiateContract
MsgInstantiateContract create a new smart contract instance for the given code id.
x/wasm/internal/types/msg.pb.go:77
Struct
MsgMigrateContract
MsgMigrateContract runs a code upgrade/ downgrade for a smart contract
x/wasm/internal/types/msg.pb.go:171
Struct
MsgStoreCode
please upgrade the proto package MsgStoreCode submit Wasm code to the system
x/wasm/internal/types/msg.pb.go:30
Struct
MsgUpdateAdmin
MsgUpdateAdmin sets a new admin for a smart contract
x/wasm/internal/types/msg.pb.go:216
Struct
MultipiedGasMeter
MultipliedGasMeter wraps the GasMeter from context and multiplies all reads by out defined multiplier
x/wasm/internal/keeper/keeper.go:678
Struct
OwnerResponse
x/wasm/internal/keeper/reflect_test.go:53
Struct
Params
Params defines the set of wasm parameters.
x/wasm/internal/types/types.pb.go:175
Struct
QueryAllContractStateRequest
QueryAllContractStateRequest is the request type for the Query/AllContractState RPC method
x/wasm/internal/types/query.pb.go:308
Struct
QueryAllContractStateResponse
QueryAllContractStateResponse is the response type for the Query/AllContractState RPC method
x/wasm/internal/types/query.pb.go:347
Interface
QueryClient
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
Struct
QueryCodeRequest
QueryCodeRequest is the request type for the Query/Code RPC method
x/wasm/internal/types/query.pb.go:544
Struct
QueryCodeResponse
QueryCodeResponse is the response type for the Query/Code RPC method
x/wasm/internal/types/query.pb.go:624
Struct
QueryCodesResponse
QueryCodesResponse is the response type for the Query/Codes RPC method
x/wasm/internal/types/query.pb.go:663
Struct
QueryContractHistoryRequest
QueryContractHistoryRequest is the request type for the Query/ContractHistory RPC method
x/wasm/internal/types/query.pb.go:116
Struct
QueryContractHistoryResponse
QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method
x/wasm/internal/types/query.pb.go:155
Struct
QueryContractInfoRequest
please upgrade the proto package QueryContractInfoRequest is the request type for the Query/ContractInfo RPC method
x/wasm/internal/types/query.pb.go:37
Struct
QueryContractInfoResponse
QueryContractInfoResponse is the response type for the Query/ContractInfo RPC method
x/wasm/internal/types/query.pb.go:76
Struct
QueryContractsByCodeRequest
QueryContractsByCodeRequest is the request type for the Query/ContractsByCode RPC method
x/wasm/internal/types/query.pb.go:193
Struct
QueryContractsByCodeResponse
QueryContractsByCodeResponse is the response type for the Query/ContractsByCode RPC method
x/wasm/internal/types/query.pb.go:270
Struct
QueryHandler
x/wasm/internal/keeper/query_plugins.go:16
Struct
QueryPlugins
x/wasm/internal/keeper/query_plugins.go:55
Struct
QueryRawContractStateRequest
QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method
x/wasm/internal/types/query.pb.go:385
Struct
QueryRawContractStateResponse
QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method
x/wasm/internal/types/query.pb.go:425
Interface
QueryServer
QueryServer is the server API for Query service.
x/wasm/internal/types/query.pb.go:1358
Struct
QuerySmartContractStateRequest
QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method
x/wasm/internal/types/query.pb.go:464
Struct
QuerySmartContractStateResponse
QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method
x/wasm/internal/types/query.pb.go:505
Struct
Recurse
x/wasm/internal/keeper/recurse_test.go:15
Struct
Sequence
Sequence key and value of an id generation counter
x/wasm/internal/types/genesis.pb.go:218
FuncType
StakingEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.StakingMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:31
Struct
StakingHandleMsg
StakingHandleMsg is used to encode handle messages
x/wasm/internal/keeper/staking_test.go:35
Struct
StakingInitMsg
x/wasm/internal/keeper/staking_test.go:24
Struct
StakingQueryMsg
StakingQueryMsg is used to encode query messages
x/wasm/internal/keeper/staking_test.go:56
Struct
StoreCodeProposal
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
Struct
StoreCodeProposalJsonReq
x/wasm/client/rest/gov.go:16
Struct
StoreKeysPrefixes
app/sim_test.go:43
Struct
TestKeepers
x/wasm/internal/keeper/test_common.go:117
Struct
TestSupport
app/test_helpers.go:14
Struct
Text
x/wasm/internal/keeper/reflect_test.go:49
Struct
TokenInfoResponse
x/wasm/internal/keeper/staking_test.go:75
Struct
UnimplementedQueryServer
UnimplementedQueryServer can be embedded to have forward compatible implementations.
x/wasm/internal/types/query.pb.go:1378
Struct
UpdateAdminJsonReq
x/wasm/client/rest/gov.go:170
Struct
UpdateAdminProposal
UpdateAdminProposal gov proposal content type to set an admin for a contract.
x/wasm/internal/types/proposal.pb.go:181
Struct
WasmApp
WasmApp extended ABCI application
app/app.go:198
Struct
WasmConfig
WasmConfig is the extra config required for wasm
x/wasm/internal/types/types.go:224
FuncType
WasmEncoder
func(sender sdk.AccAddress, msg *wasmvmtypes.WasmMsg) ([]sdk.Msg, error)
x/wasm/internal/keeper/handler_plugin.go:32
Interface
WasmerEngine
WasmerEngine defines the WASM contract runtime engine.
x/wasm/internal/types/wasmer_engine.go:9
Struct
addressQuery
x/wasm/internal/keeper/staking_test.go:63
next →
1–100 of 133, ranked by callers