MCPcopy Create free account

hub / github.com/FirmaChain/firmachain / functions

Functions1,392 in github.com/FirmaChain/firmachain

↓ 3 callersMethodSize
()
x/nft/types/nft_item.pb.go:164
↓ 3 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/genesis.pb.go:208
↓ 3 callersMethodUnmarshal
(dAtA []byte)
x/nft/types/tx.pb.go:1010
↓ 3 callersMethodValidate
Validate performs basic genesis state validation returning an error upon any failure.
x/nft/types/genesis.go:19
↓ 3 callersMethodValidateBasic
SDK 0.50: ValidateBasic is no more required to fullfil the sdg.Msg interface implementation. The msg's validation is recommended to be performed direc
x/nft/types/message_burn.go:21
↓ 3 callersFunctionencodeVarintGenesis
(dAtA []byte, offset int, v uint64)
x/contract/types/genesis.pb.go:167
↓ 3 callersFunctionencodeVarintNftItem
(dAtA []byte, offset int, v uint64)
x/nft/types/nft_item.pb.go:153
↓ 3 callersFunctionsovGenesis
(x uint64)
x/token/types/genesis.pb.go:157
↓ 2 callersMethodAddContractLog
AddContractLog
x/contract/types/tx.pb.go:334
↓ 2 callersFunctionAddProposerAddressToProposal
(ctx sdk.Context, govKeeepr govkeeper.Keeper, cdc codec.BinaryCodec, proposals map[uint64]string)
app/upgrades/v5/upgrades.go:204
↓ 2 callersFunctionCompleteAllUnbondingDelegations
Completes all unbonding delegations and returns the (final) amount of tokens which are returned from the unbond.
app/upgrades/v5.1/accounts.go:87
↓ 2 callersMethodConfirmUpgradeSucceeded
======================================================================== UPGRADE ===========================================================
app/apptesting/test_suite.go:149
↓ 2 callersMethodCreateContractFile
CreateContractFile
x/contract/types/tx.pb.go:332
↓ 2 callersMethodCreateToken
CreateToken
x/token/types/tx.pb.go:537
↓ 2 callersFunctionCreateUnbondingDelegation
Create an unbonding delegation.
app/apptesting/test_helpers.go:406
↓ 2 callersFunctionDefaultGenesis
DefaultGenesis returns the default Capability genesis state
x/token/types/genesis.go:11
↓ 2 callersMethodFinalizeBlock
FinalizeBlock prepares the block to be committed: it runs begin-blockers, then delivers txs, then end-blockers.
app/apptesting/test_suite.go:118
↓ 2 callersMethodGetContractLogCount
GetContractLogCount get the total number of TypeName.LowerCamel
x/contract/keeper/contract_log.go:52
↓ 2 callersMethodGetNftItem
GetNftItem returns a nftItem from its id
x/nft/keeper/nft_item.go:122
↓ 2 callersMethodGetNftItemCount
GetNftItemCount get the total number of TypeName.LowerCamel
x/nft/keeper/nft_item.go:83
↓ 2 callersMethodGetNftTotalToAccount
(ctx sdk.Context, address string)
x/nft/keeper/nft_item.go:103
↓ 2 callersFunctionGetUInt64FromBytes
GetUInt64FromBytes returns uint64 format from a byte array
x/contract/keeper/contract_log.go:100
↓ 2 callersMethodInterfaceRegistry
InterfaceRegistry returns Gaia's InterfaceRegistry
app/app.go:1135
↓ 2 callersFunctionMustAcc
Convert bech32 into sdk.Address and returns it. Panic otherwise.
app/apptesting/test_helpers.go:314
↓ 2 callersFunctionMustFundAccount
Mint and send coin to target account. Panic on error.
app/apptesting/test_helpers.go:375
↓ 2 callersFunctionMustVal
Convert bech32 into sdk.ValAddress and return it. Panic otherwise.
app/apptesting/test_helpers.go:323
↓ 2 callersMethodName
Name returns the name of the App
app/app.go:1017
↓ 2 callersFunctionNewRootCmd
NewRootCmd creates a new root command for firmachaind. It is called once in the main function.
cmd/firmachaind/root.go:69
↓ 2 callersMethodPreBlocker
PreBlocker application updates every pre block
app/app.go:1023
↓ 2 callersMethodRegisterInterfaces
RegisterInterfaces registers the module's interface types
x/nft/module.go:60
↓ 2 callersFunctionRegisterQueryHandlerClient
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given i
x/contract/types/query.pb.gw.go:489
↓ 2 callersFunctionRegisterQueryHandlerClient
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given i
x/token/types/query.pb.gw.go:276
↓ 2 callersFunctionRegisterQueryHandlerClient
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given i
x/nft/types/query.pb.gw.go:335
↓ 2 callersMethodRemoveNftItemToAccount
(ctx sdk.Context, address string, nftID uint64)
x/nft/keeper/nft_item.go:30
↓ 2 callersMethodSetContractFile
SetContractFile set a specific contractFile in the store from its index
x/contract/keeper/contract_file.go:11
↓ 2 callersMethodSetContractLog
(ctx sdk.Context, contractLog types.ContractLog)
x/contract/keeper/contract_log.go:36
↓ 2 callersMethodSetContractLogCount
(ctx sdk.Context, count uint64)
x/contract/keeper/contract_log.go:29
↓ 2 callersMethodSetNftItemCount
(ctx sdk.Context, count uint64)
x/nft/keeper/nft_item.go:46
↓ 2 callersMethodSetNftTotalToAccount
(ctx sdk.Context, address string, total uint64)
x/nft/keeper/nft_item.go:74
↓ 2 callersMethodTransfer
Transfer
x/nft/types/tx.pb.go:380
↓ 2 callersMethodUnmarshal
(dAtA []byte)
x/token/types/tx.pb.go:1490
↓ 2 callersMethodUpdateTokenURI
UpdateTokenURI
x/token/types/tx.pb.go:543
↓ 2 callersMethodValidate
Validate performs basic genesis state validation returning an error upon any failure.
x/contract/types/genesis.go:20
↓ 2 callersMethodValidateBasic
SDK 0.50: ValidateBasic is no more required to fullfil the sdg.Msg interface implementation. The msg's validation is recommended to be performed direc
x/contract/types/messages_contract_log.go:25
↓ 2 callersFunctionallValidatorsAddresses
()
app/upgrades/v5.1/upgrade_test.go:26
↓ 2 callersFunctionencodeVarintGenesis
(dAtA []byte, offset int, v uint64)
x/nft/types/genesis.pb.go:143
↓ 2 callersFunctionfund
(t *testing.T, s *apptesting.TestSuite, addr sdk.AccAddress, amt int64)
app/upgrades/v5.1/accounts_test.go:36
↓ 2 callersMethodverifyAllValidatorsExist
()
app/upgrades/v5.1/upgrade_test.go:156
↓ 1 callersMethodAppendContractLog
(ctx sdk.Context, contractLog types.ContractLog)
x/contract/keeper/contract_log.go:12
↓ 1 callersMethodAppendNftItem
( ctx sdk.Context, nftItem types.NftItem, )
x/nft/keeper/nft_item.go:13
↓ 1 callersMethodBurnCoins
(ctx context.Context, moduleName string, amt sdk.Coins)
x/token/types/expected_keepers.go:14
↓ 1 callersMethodCheckCommonError
(msg *types.MsgAddContractLog)
x/contract/keeper/msg_server_contract_log.go:45
↓ 1 callersFunctionCmdAddContractLog
()
x/contract/client/cli/tx_contract_log.go:14
↓ 1 callersFunctionCmdBalanceOf
()
x/nft/client/cli/query_balance_of.go:15
↓ 1 callersFunctionCmdBurn
()
x/token/client/cli/tx_burn.go:16
↓ 1 callersFunctionCmdBurn
()
x/nft/client/cli/tx_burn.go:16
↓ 1 callersFunctionCmdContractListFromHash
()
x/contract/client/cli/query_contract_list_from_hash.go:15
↓ 1 callersFunctionCmdCreateContractFile
()
x/contract/client/cli/tx_contract_file.go:16
↓ 1 callersFunctionCmdCreateToken
()
x/token/client/cli/tx_create_token.go:17
↓ 1 callersFunctionCmdGetTokenList
()
x/token/client/cli/query_get_token_list.go:15
↓ 1 callersFunctionCmdIsContractOwner
()
x/contract/client/cli/query_is_contract_owner.go:15
↓ 1 callersFunctionCmdListContractFile
()
x/contract/client/cli/query_contract_file.go:12
↓ 1 callersFunctionCmdListContractLog
()
x/contract/client/cli/query_contract_log.go:13
↓ 1 callersFunctionCmdListNftItem
()
x/nft/client/cli/query_nft_item.go:13
↓ 1 callersFunctionCmdListTokenData
()
x/token/client/cli/query_token_data.go:13
↓ 1 callersFunctionCmdMint
()
x/token/client/cli/tx_mint.go:16
↓ 1 callersFunctionCmdMint
()
x/nft/client/cli/tx_mint.go:16
↓ 1 callersFunctionCmdNftIdListOfOwner
()
x/nft/client/cli/query_nft_id_list_of_owner.go:15
↓ 1 callersFunctionCmdShowContractFile
()
x/contract/client/cli/query_contract_file.go:45
↓ 1 callersFunctionCmdShowContractLog
()
x/contract/client/cli/query_contract_log.go:46
↓ 1 callersFunctionCmdShowNftItem
()
x/nft/client/cli/query_nft_item.go:46
↓ 1 callersFunctionCmdShowTokenData
()
x/token/client/cli/query_token_data.go:46
↓ 1 callersFunctionCmdTransfer
()
x/nft/client/cli/tx_transfer.go:16
↓ 1 callersFunctionCmdUpdateTokenURI
()
x/token/client/cli/tx_update_token_uri.go:16
↓ 1 callersFunctionCompleteAllRedelegations
Completes all re-delegations and returns the amount of tokens which were re-delegated.
app/upgrades/v5.1/accounts.go:13
↓ 1 callersMethodConsensusVersion
ConsensusVersion implements ConsensusVersion.
x/nft/module.go:140
↓ 1 callersFunctionCreateRedelegation
Create a redelegation.
app/apptesting/test_helpers.go:412
↓ 1 callersMethodDefaultGenesis
DefaultGenesis returns the module's default genesis state.
x/nft/module.go:65
↓ 1 callersMethodExportAppStateAndValidators
ExportAppStateAndValidators exports the state of the application for a genesis file.
app/export.go:19
↓ 1 callersMethodGetAllContractFile
GetAllContractFile returns all contractFile
x/contract/keeper/contract_file.go:38
↓ 1 callersMethodGetAllContractLog
(ctx sdk.Context)
x/contract/keeper/contract_log.go:72
↓ 1 callersMethodGetAllNftItem
GetAllNftItem returns all nftItem
x/nft/keeper/nft_item.go:135
↓ 1 callersMethodGetAllTokenData
GetAllTokenData returns all tokenData
x/token/keeper/token_data.go:102
↓ 1 callersFunctionGetBytesFromUInt64
GetBytesFromUInt64 returns the byte representation of the Uint64
x/token/keeper/token_data.go:118
↓ 1 callersMethodGetContractLog
(ctx sdk.Context, id uint64)
x/contract/keeper/contract_log.go:44
↓ 1 callersMethodGetKey
GetKey returns the KVStoreKey for the provided store key. NOTE: This is solely to be used for testing purposes.
app/app.go:1142
↓ 1 callersMethodGetMemKeys
()
app/keepers/keepers.go:124
↓ 1 callersMethodGetNftItemOwner
GetNftItemOwner returns the creator of the
x/nft/keeper/nft_item.go:130
↓ 1 callersMethodGetPubKey
GetPubKey implements PrivValidator interface
app/helpers/mock.go:26
↓ 1 callersFunctionGetQueryCmd
GetQueryCmd returns the cli query commands for this module
x/contract/client/cli/query.go:14
↓ 1 callersFunctionGetQueryCmd
GetQueryCmd returns the cli query commands for this module
x/token/client/cli/query.go:14
↓ 1 callersFunctionGetQueryCmd
GetQueryCmd returns the cli query commands for this module
x/nft/client/cli/query.go:14
↓ 1 callersMethodGetTkeys
()
app/keepers/keepers.go:121
↓ 1 callersFunctionGetTxCmd
GetTxCmd returns the transaction commands for this module
x/contract/client/cli/tx.go:19
↓ 1 callersFunctionGetTxCmd
GetTxCmd returns the transaction commands for this module
x/token/client/cli/tx.go:19
↓ 1 callersFunctionGetTxCmd
GetTxCmd returns the transaction commands for this module
x/nft/client/cli/tx.go:19
↓ 1 callersFunctionHandler
Handler returns an http handler that servers OpenAPI console for an OpenAPI spec at specURL.
app/openapiconsole/console.go:15
↓ 1 callersMethodHasContractLog
(ctx sdk.Context, id uint64)
x/contract/keeper/contract_log.go:87
↓ 1 callersMethodInitGenesis
InitGenesis performs the module's genesis initialization It returns no validator updates.
x/nft/module.go:125
↓ 1 callersFunctionIsOutOfGasError
Check if error is out of gas error
app/helpers/contracts.go:29
← previousnext →201–300 of 1,392, ranked by callers