MCPcopy Create free account

hub / github.com/FirmaChain/firmachain / functions

Functions1,392 in github.com/FirmaChain/firmachain

↓ 1 callersMethodLegacyAmino
LegacyAmino returns SimApp's amino codec. NOTE: This is solely to be used for testing purposes as it may be desirable for modules to register their o
app/app.go:1122
↓ 1 callersMethodLoadHeight
LoadHeight loads a particular height
app/app.go:1081
↓ 1 callersMethodMakeBlock
MakeBlock creates the block, commits it and updates the suite context.
app/apptesting/test_suite.go:140
↓ 1 callersMethodMakeBondDenomFeeAmount
(amount int64)
app/apptesting/test_suite.go:183
↓ 1 callersFunctionMakeEncodingConfig
MakeEncodingConfig creates an EncodingConfig for an amino based test configuration.
app/encoding.go:28
↓ 1 callersFunctionMakeValidator
Create a minimal validator if it does not exist yet.
app/apptesting/test_helpers.go:341
↓ 1 callersMethodMarshal
()
x/contract/types/genesis.pb.go:111
↓ 1 callersMethodMarshal
()
x/contract/types/contract_log.pb.go:147
↓ 1 callersMethodMarshal
()
x/contract/types/contract_file.pb.go:130
↓ 1 callersMethodMarshal
()
x/token/types/token_data.pb.go:179
↓ 1 callersMethodMarshal
()
x/token/types/genesis.pb.go:94
↓ 1 callersMethodMarshal
()
x/nft/types/genesis.pb.go:101
↓ 1 callersMethodMarshal
()
x/nft/types/nft_item.pb.go:111
↓ 1 callersMethodModuleAccountAddrsForBankModule
()
app/app.go:1085
↓ 1 callersMethodModuleBasicManager
()
app/app.go:1264
↓ 1 callersFunctionNewAnteHandler
NewAnteHandler constructor
app/ante.go:34
↓ 1 callersFunctionNewAppKeepersWithKeys
( keys map[string]*storetypes.KVStoreKey, tkeys map[string]*storetypes.TransientStoreKey, memKeys map[strin
app/keepers/keepers.go:102
↓ 1 callersFunctionNewAppModuleBasic
(cdc codec.BinaryCodec)
x/contract/module.go:46
↓ 1 callersFunctionNewAppModuleBasic
(cdc codec.BinaryCodec)
x/token/module.go:48
↓ 1 callersFunctionNewAppModuleBasic
(cdc codec.BinaryCodec)
x/nft/module.go:46
↓ 1 callersMethodNewDefaultGenesisState
NewDefaultGenesisState generates the default state for the application.
app/genesis.go:19
↓ 1 callersMethodNewDummyTxContractMsgAddContractLog
()
app/apptesting/test_suite.go:268
↓ 1 callersMethodNewDummyTxContractMsgCreateContractFile
()
app/apptesting/test_suite.go:244
↓ 1 callersMethodNewDummyTxNftMsgBurn
()
app/apptesting/test_suite.go:291
↓ 1 callersMethodNewDummyTxNftMsgMint
()
app/apptesting/test_suite.go:308
↓ 1 callersMethodNewDummyTxNftMsgTransfer
()
app/apptesting/test_suite.go:326
↓ 1 callersMethodNewDummyTxTokenMsgBurn
()
app/apptesting/test_suite.go:347
↓ 1 callersMethodNewDummyTxTokenMsgCreateToken
()
app/apptesting/test_suite.go:371
↓ 1 callersMethodNewDummyTxTokenMsgMint
()
app/apptesting/test_suite.go:396
↓ 1 callersMethodNewDummyTxTokenMsgUpdateTokenURI
()
app/apptesting/test_suite.go:416
↓ 1 callersFunctionNewInterfaceRegistry
NewInterfaceRegistry returns a new codectypes.InterfaceRegistry with standard options.
app/encoding.go:16
↓ 1 callersFunctionNewMsgAddContractLog
(creator string, contractHash string, timeStamp uint64, eventName string, ownerAddress string, jsonString stri
x/contract/types/messages_contract_log.go:11
↓ 1 callersFunctionNewMsgBurn
(owner string, tokenID string, amount uint64)
x/token/types/message_burn.go:11
↓ 1 callersFunctionNewMsgBurn
(owner string, nftId uint64)
x/nft/types/message_burn.go:11
↓ 1 callersFunctionNewMsgCreateContractFile
(creator string, fileHash string, timeStamp uint64, ownerList []string, metaDataJsonString string)
x/contract/types/messages_contract_file.go:11
↓ 1 callersFunctionNewMsgCreateToken
(owner string, name string, symbol string, tokenUri string, totalSupply uint64, decimal uint64, mintable bool,
x/token/types/message_create_token.go:11
↓ 1 callersFunctionNewMsgMint
(owner string, tokenID string, amount uint64, toAddress string)
x/token/types/message_mint.go:11
↓ 1 callersFunctionNewMsgMint
(owner string, tokenUri string)
x/nft/types/message_mint.go:11
↓ 1 callersFunctionNewMsgServerImpl
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
x/contract/keeper/msg_server.go:13
↓ 1 callersFunctionNewMsgServerImpl
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
x/token/keeper/msg_server.go:13
↓ 1 callersFunctionNewMsgServerImpl
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
x/nft/keeper/msg_server.go:13
↓ 1 callersFunctionNewMsgTransfer
(owner string, nftId uint64, toAddress string)
x/nft/types/message_transfer.go:11
↓ 1 callersFunctionNewMsgUpdateTokenURI
(owner string, tokenID string, tokenUri string)
x/token/types/message_update_token_uri.go:11
↓ 1 callersMethodNewTxContractMsgAddContractLog
( creatorAddr sdk.AccAddress, contractHash string, timeStamp uint64, eventName string, ownerAddr sdk.AccA
app/apptesting/test_suite.go:255
↓ 1 callersMethodNewTxContractMsgCreateContractFile
==== Contract messages ====
app/apptesting/test_suite.go:222
↓ 1 callersMethodNewTxNftMsgBurn
==== Nft messages ====
app/apptesting/test_suite.go:282
↓ 1 callersMethodNewTxNftMsgMint
( ownerAddr sdk.AccAddress, tokenURI string, txR TxRequirements, )
app/apptesting/test_suite.go:299
↓ 1 callersMethodNewTxNftMsgTransfer
( ownerAddr sdk.AccAddress, nftId uint64, toAddr sdk.AccAddress, txR TxRequirements, )
app/apptesting/test_suite.go:316
↓ 1 callersMethodNewTxTokenMsgBurn
==== Token messages ====
app/apptesting/test_suite.go:337
↓ 1 callersMethodNewTxTokenMsgCreateToken
( ownerAddr sdk.AccAddress, name string, symbol string, tokenUri string, totalSupply uint64, decimal uin
app/apptesting/test_suite.go:356
↓ 1 callersMethodNewTxTokenMsgMint
( ownerAddr sdk.AccAddress, tokenID string, amount uint64, toAddr sdk.AccAddress, txR TxRequirements, )
app/apptesting/test_suite.go:385
↓ 1 callersMethodNewTxTokenMsgUpdateTokenURI
( ownerAddr sdk.AccAddress, tokenID string, tokenURI string, txR TxRequirements, )
app/apptesting/test_suite.go:406
↓ 1 callersFunctionRegisterInterfaces
(registry cdctypes.InterfaceRegistry)
x/contract/types/codec.go:16
↓ 1 callersFunctionRegisterInterfaces
(registry cdctypes.InterfaceRegistry)
x/token/types/codec.go:18
↓ 1 callersFunctionRegisterInterfaces
(registry cdctypes.InterfaceRegistry)
x/nft/types/codec.go:17
↓ 1 callersFunctionRegisterLegacyAminoCodec
(cdc *codec.LegacyAmino)
x/contract/types/codec.go:11
↓ 1 callersFunctionRegisterLegacyAminoCodec
(cdc *codec.LegacyAmino)
x/token/types/codec.go:11
↓ 1 callersFunctionRegisterLegacyAminoCodec
(cdc *codec.LegacyAmino)
x/nft/types/codec.go:11
↓ 1 callersMethodRegisterLegacyAminoCodec
(cdc *codec.LegacyAmino)
x/nft/module.go:55
↓ 1 callersFunctionRegisterMsgServer
(s grpc1.Server, srv MsgServer)
x/contract/types/tx.pb.go:382
↓ 1 callersFunctionRegisterMsgServer
(s grpc1.Server, srv MsgServer)
x/token/types/tx.pb.go:619
↓ 1 callersFunctionRegisterMsgServer
(s grpc1.Server, srv MsgServer)
x/nft/types/tx.pb.go:446
↓ 1 callersFunctionRegisterQueryHandler
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
x/contract/types/query.pb.gw.go:480
↓ 1 callersFunctionRegisterQueryHandler
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
x/token/types/query.pb.gw.go:267
↓ 1 callersFunctionRegisterQueryHandler
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
x/nft/types/query.pb.gw.go:326
↓ 1 callersFunctionRegisterQueryServer
(s grpc1.Server, srv QueryServer)
x/contract/types/query.pb.go:790
↓ 1 callersFunctionRegisterQueryServer
(s grpc1.Server, srv QueryServer)
x/token/types/query.pb.go:437
↓ 1 callersFunctionRegisterQueryServer
(s grpc1.Server, srv QueryServer)
x/nft/types/query.pb.go:564
↓ 1 callersMethodRegisterServices
RegisterServices registers module services.
x/nft/module.go:117
↓ 1 callersMethodRemoveNftItem
RemoveNftItem removes a nftItem from the store
x/nft/keeper/nft_item.go:41
↓ 1 callersMethodSendCoinsFromAccountToModule
(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins)
x/token/types/expected_keepers.go:15
↓ 1 callersMethodSetContractLogToHashStore
(ctx sdk.Context, contractLog types.ContractLog)
x/contract/keeper/contract_log.go:22
↓ 1 callersMethodSetNftItemToAccount
(ctx sdk.Context, address string, nftID uint64)
x/nft/keeper/nft_item.go:64
↓ 1 callersMethodSetTokenDataToAccount
(ctx sdk.Context, tokenData types.TokenData)
x/token/keeper/token_data.go:75
↓ 1 callersMethodSetTxSignature
======================================================================== TRANSACTIONS ========================================================
app/apptesting/test_suite.go:171
↓ 1 callersMethodSetup
Setup sets up basic environment for an upgrade)
app/upgrades/v5/upgrade_test.go:30
↓ 1 callersMethodSetupHelpers
Setup helpers sets the suit helpers
app/apptesting/test_suite.go:108
↓ 1 callersFunctionSetupWithGenesisValSet
SetupWithGenesisValSet initializes a new firmachainApp with a validator set and genesis accounts that also act as delegators. For simplicity, each val
app/apptesting/test_helpers.go:106
↓ 1 callersFunctionUnbondAllAndFinish
Returns the amount of tokens which were unbonded (not rewards)
app/upgrades/v5.1/accounts.go:44
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/tx.pb.go:712
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/tx.pb.go:909
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/tx.pb.go:959
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/tx.pb.go:1188
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/contract_log.pb.go:267
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:1563
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:1677
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:1747
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:1829
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:1915
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2001
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2190
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2272
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2358
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2484
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/query.pb.go:2570
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/contract/types/contract_file.pb.go:235
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/token/types/token_data.pb.go:341
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/token/types/genesis.pb.go:163
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/token/types/tx.pb.go:1184
↓ 1 callersMethodUnmarshal
(dAtA []byte)
x/token/types/tx.pb.go:1440
← previousnext →301–400 of 1,392, ranked by callers