MCPcopy Create free account

hub / github.com/FirmaChain/firmachain / types & classes

Types & classes106 in github.com/FirmaChain/firmachain

StructAccountMove
app/upgrades/v5.1/upgrades.go:34
StructAddressWithKeys
app/apptesting/test_suite.go:35
StructApp
App extends an ABCI application, but with most of its parameters exported. They are exported for convenience in creating helper functions, as object c
app/app.go:226
StructAppKeepers
app/keepers/keepers.go:47
StructAppModule
---------------------------------------------------------------------------- AppModule ---------------------------------------------------------------
x/contract/module.go:97
StructAppModule
---------------------------------------------------------------------------- AppModule ---------------------------------------------------------------
x/token/module.go:102
StructAppModule
---------------------------------------------------------------------------- AppModule ---------------------------------------------------------------
x/nft/module.go:97
StructAppModuleBasic
---------------------------------------------------------------------------- AppModuleBasic ----------------------------------------------------------
x/contract/module.go:44
StructAppModuleBasic
---------------------------------------------------------------------------- AppModuleBasic ----------------------------------------------------------
x/token/module.go:44
StructAppModuleBasic
---------------------------------------------------------------------------- AppModuleBasic ----------------------------------------------------------
x/nft/module.go:44
StructAppTestSuite
app/app_test.go:16
StructBalStakeComm
app/upgrades/v5.1/upgrade_test.go:42
InterfaceBankKeeper
x/token/types/expected_keepers.go:9
StructContractFile
please upgrade the proto package Contract file representation
x/contract/types/contract_file.pb.go:26
StructContractLog
please upgrade the proto package Contract log representation
x/contract/types/contract_log.pb.go:26
StructCustomAppConfig
cmd/firmachaind/root.go:174
StructEmptyAppOptions
app/apptesting/test_helpers.go:160
StructEmptyBaseAppOptions
EmptyBaseAppOptions is a stub implementing AppOptions
app/apptesting/test_helpers.go:165
StructEncodingConfig
EncodingConfig specifies the concrete encoding types to use for a given app. This is provided for compatibility between protobuf and amino implementat
app/params/encoding.go:11
StructFirmachainHandlerOptions
FirmachainHandlerOptions extends the SDK's AnteHandler options.
app/ante.go:21
StructGenesisState
please upgrade the proto package GenesisState defines the contract module's genesis state.
x/contract/types/genesis.pb.go:26
StructGenesisState
please upgrade the proto package GenesisState defines the token module's genesis state.
x/token/types/genesis.pb.go:27
StructGenesisState
please upgrade the proto package GenesisState defines the nft module's genesis state.
x/nft/types/genesis.pb.go:26
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:16
StructKeeper
x/contract/keeper/keeper.go:15
StructKeeper
x/token/keeper/keeper.go:15
StructKeeper
x/nft/keeper/keeper.go:15
StructMsgAddContractLog
MsgAddContractLog
x/contract/types/tx.pb.go:147
StructMsgAddContractLogResponse
MsgAddContractLogResponse
x/contract/types/tx.pb.go:232
StructMsgBurn
MsgBurn
x/token/types/tx.pb.go:277
StructMsgBurn
MsgBurn
x/nft/types/tx.pb.go:131
StructMsgBurnResponse
MsgBurnResponse
x/token/types/tx.pb.go:338
StructMsgBurnResponse
MsgBurnResponse
x/nft/types/tx.pb.go:184
InterfaceMsgClient
MsgClient is the client API for Msg service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google
x/contract/types/tx.pb.go:330
InterfaceMsgClient
MsgClient is the client API for Msg service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google
x/token/types/tx.pb.go:535
InterfaceMsgClient
MsgClient is the client API for Msg service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google
x/nft/types/tx.pb.go:378
StructMsgCreateContractFile
please upgrade the proto package MsgCreateContractFile
x/contract/types/tx.pb.go:33
StructMsgCreateContractFileResponse
MsgCreateContractFileResponse
x/contract/types/tx.pb.go:110
StructMsgCreateToken
please upgrade the proto package MsgCreateToken
x/token/types/tx.pb.go:33
StructMsgCreateTokenResponse
MsgCreateTokenResponse
x/token/types/tx.pb.go:134
StructMsgMint
MsgMint
x/token/types/tx.pb.go:171
StructMsgMint
MsgMint
x/nft/types/tx.pb.go:229
StructMsgMintResponse
MsgMintResponse
x/token/types/tx.pb.go:240
StructMsgMintResponse
MsgMintResponse
x/nft/types/tx.pb.go:282
InterfaceMsgServer
MsgServer is the server API for Msg service.
x/contract/types/tx.pb.go:364
InterfaceMsgServer
MsgServer is the server API for Msg service.
x/token/types/tx.pb.go:591
InterfaceMsgServer
MsgServer is the server API for Msg service.
x/nft/types/tx.pb.go:423
StructMsgTransfer
please upgrade the proto package MsgTransfer
x/nft/types/tx.pb.go:33
StructMsgTransferResponse
MsgTransferResponse
x/nft/types/tx.pb.go:94
StructMsgUpdateTokenURI
MsgUpdateTokenURI
x/token/types/tx.pb.go:375
StructMsgUpdateTokenURIResponse
MsgUpdateTokenURIResponse
x/token/types/tx.pb.go:436
StructNftItem
please upgrade the proto package An NFT Item
x/nft/types/nft_item.pb.go:26
StructPV
PV implements PrivValidator without any safety or persistence. Only use it for testing.
app/helpers/mock.go:17
StructQueryAllContractFileRequest
QueryAllContractFileRequest
x/contract/types/query.pb.go:221
StructQueryAllContractFileResponse
QueryAllContractFileResponse
x/contract/types/query.pb.go:266
StructQueryAllContractLogRequest
QueryAllContractLogRequest
x/contract/types/query.pb.go:499
StructQueryAllContractLogResponse
QueryAllContractLogResponse
x/contract/types/query.pb.go:544
StructQueryAllNftItemRequest
QueryAllNftItemRequest
x/nft/types/query.pb.go:319
StructQueryAllNftItemResponse
QueryAllNftItemResponse
x/nft/types/query.pb.go:364
StructQueryAllTokenDataRequest
QueryAllTokenDataRequest
x/token/types/query.pb.go:124
StructQueryAllTokenDataResponse
QueryAllTokenDataResponse
x/token/types/query.pb.go:169
StructQueryBalanceOfRequest
QueryBalanceOfRequest
x/nft/types/query.pb.go:139
StructQueryBalanceOfResponse
QueryBalanceOfResponse
x/nft/types/query.pb.go:184
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/contract/types/query.pb.go:674
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/token/types/query.pb.go:369
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/nft/types/query.pb.go:480
StructQueryGetContractFileRequest
QueryGetContractFileRequest
x/contract/types/query.pb.go:131
StructQueryGetContractFileResponse
QueryGetContractFileResponse
x/contract/types/query.pb.go:176
StructQueryGetContractListFromHashRequest
QueryGetContractListFromHashRequest
x/contract/types/query.pb.go:364
StructQueryGetContractListFromHashResponse
QueryGetContractListFromHashResponse
x/contract/types/query.pb.go:454
StructQueryGetContractLogRequest
QueryGetContractLogRequest
x/contract/types/query.pb.go:319
StructQueryGetContractLogResponse
QueryGetContractLogResponse
x/contract/types/query.pb.go:409
StructQueryGetNftItemRequest
QueryGetNftItemRequest
x/nft/types/query.pb.go:229
StructQueryGetNftItemResponse
QueryGetNftItemResponse
x/nft/types/query.pb.go:274
StructQueryGetTokenDataRequest
please upgrade the proto package QueryGetTokenDataRequest
x/token/types/query.pb.go:34
StructQueryGetTokenDataResponse
QueryGetTokenDataResponse
x/token/types/query.pb.go:79
StructQueryGetTokenListRequest
QueryGetTokenListRequest
x/token/types/query.pb.go:222
StructQueryGetTokenListResponse
QueryGetTokenListResponse
x/token/types/query.pb.go:267
StructQueryIsContractOwnerRequest
please upgrade the proto package QueryIsContractOwnerRequest
x/contract/types/query.pb.go:33
StructQueryIsContractOwnerResponse
QueryIsContractOwnerResponse
x/contract/types/query.pb.go:86
StructQueryNftIdListOfOwnerRequest
please upgrade the proto package QueryNftIdListOfOwnerRequest
x/nft/types/query.pb.go:33
StructQueryNftIdListOfOwnerResponse
QueryNftIdListOfOwnerResponse
x/nft/types/query.pb.go:86
InterfaceQueryServer
QueryServer is the server API for Query service.
x/contract/types/query.pb.go:752
InterfaceQueryServer
QueryServer is the server API for Query service.
x/token/types/query.pb.go:414
InterfaceQueryServer
QueryServer is the server API for Query service.
x/nft/types/query.pb.go:536
StructTestSuite
app/apptesting/test_suite.go:50
StructTokenData
please upgrade the proto package Token data representation
x/token/types/token_data.pb.go:26
StructTxRequirements
app/apptesting/test_suite.go:41
StructUnimplementedMsgServer
UnimplementedMsgServer can be embedded to have forward compatible implementations.
x/contract/types/tx.pb.go:372
StructUnimplementedMsgServer
UnimplementedMsgServer can be embedded to have forward compatible implementations.
x/token/types/tx.pb.go:603
StructUnimplementedMsgServer
UnimplementedMsgServer can be embedded to have forward compatible implementations.
x/nft/types/tx.pb.go:433
StructUnimplementedQueryServer
UnimplementedQueryServer can be embedded to have forward compatible implementations.
x/contract/types/query.pb.go:768
StructUnimplementedQueryServer
UnimplementedQueryServer can be embedded to have forward compatible implementations.
x/token/types/query.pb.go:424
StructUnimplementedQueryServer
UnimplementedQueryServer can be embedded to have forward compatible implementations.
x/nft/types/query.pb.go:548
StructUpgrade
Upgrade defines a struct containing necessary fields that a SoftwareUpgradeProposal must have written, in order for the state migration to go smoothly
app/upgrades/types.go:15
StructUpgradeTestSuite
app/upgrades/v5/upgrade_test.go:22
StructUpgradeTestSuite
app/upgrades/v5.1/upgrade_test.go:47
StructmsgClient
x/contract/types/tx.pb.go:337
StructmsgClient
x/token/types/tx.pb.go:546
StructmsgClient
x/nft/types/tx.pb.go:387
next →1–100 of 106, ranked by callers