MCPcopy Create free account

hub / github.com/OCEChain/OCEChain / functions

Functions2,183 in github.com/OCEChain/OCEChain

↓ 1 callersFunctionGenerateCoinKey
___________________________________________________________________________________________ GenerateCoinKey returns the address of a public key, along
server/init.go:100
↓ 1 callersMethodGet
Implements KVStore.
store/cachekvstore.go:43
↓ 1 callersMethodGet
Get parameter from store
x/params/subspace/subspace.go:75
↓ 1 callersFunctionGetAccPubKeyBech32
GetAccPubKeyBech32 creates a PubKey for an account with a given public key string using the Bech32 Bech32PrefixAccPub prefix.
types/address.go:447
↓ 1 callersMethodGetAccount
GetAccount queries for an account given an address and a block height. An error is returned if the query or decoding fails.
client/context/query.go:63
↓ 1 callersFunctionGetAccountCmd
GetAccountCmd returns a query account that will display the state of the account at a given address. nolint: unparam
x/auth/client/cli/account.go:35
↓ 1 callersFunctionGetAccountDecoder
GetAccountDecoder gets the account decoder for auth.DefaultAccount.
x/auth/client/cli/account.go:20
↓ 1 callersMethodGetAllDelegationDistInfos
Get the set of all delegator-distribution-info's with no limits, used during genesis dump
x/distribution/keeper/genesis.go:23
↓ 1 callersMethodGetAllDelegations
return all delegations used during genesis dump
x/stake/keeper/delegation.go:28
↓ 1 callersMethodGetAllDelegatorDelegations
_____________________________________________________________________________________ return all delegations for a delegator
x/stake/keeper/query_utils.go:52
↓ 1 callersMethodGetAllDelegatorWithdrawInfos
Get the set of all delegator-withdraw addresses with no limits, used during genesis dump
x/distribution/keeper/genesis.go:37
↓ 1 callersMethodGetAllRedelegations
return all redelegations for a delegator
x/stake/keeper/query_utils.go:88
↓ 1 callersMethodGetAllUnbondingDelegations
return all unbonding-delegations for a delegator
x/stake/keeper/query_utils.go:70
↓ 1 callersMethodGetAllValidatorDistInfos
Get the set of all validator-distribution-info's with no limits, used during genesis dump
x/distribution/keeper/genesis.go:9
↓ 1 callersMethodGetBondedValidatorsByPower
get the current group of bonded validators sorted by power-rank
x/stake/keeper/validator.go:282
↓ 1 callersMethodGetByAddress
(address types.AccAddress)
crypto/keys/types.go:17
↓ 1 callersFunctionGetCmdBeginRedelegate
GetCmdBeginRedelegate the begin redelegation command.
x/stake/client/cli/tx.go:229
↓ 1 callersFunctionGetCmdBeginUnbonding
GetCmdBeginUnbonding implements the begin unbonding validator command.
x/stake/client/cli/tx.go:299
↓ 1 callersMethodGetCoins
(ctx sdk.Context, addr sdk.AccAddress)
x/bank/keeper.go:138
↓ 1 callersMethodGetCollectedFees
retrieves the collected fee pool
x/auth/feekeeper.go:31
↓ 1 callersFunctionGetConfirmation
GetConfirmation will request user give the confirmation from stdin. "y", "Y", "yes", "YES", and "Yes" all count as confirmations. If the input is not
client/input.go:79
↓ 1 callersFunctionGetConsPubKeyBech32
GetConsPubKeyBech32 creates a PubKey for a consensus node with a given public key string using the Bech32 Bech32PrefixConsPub prefix.
types/address.go:503
↓ 1 callersFunctionGetDelegationDistInfosKey
gets the prefix for a delegator's distributions across all validators
x/distribution/keeper/key.go:39
↓ 1 callersMethodGetDelegatorValidator
return a validator that a delegator is bonded to
x/stake/keeper/query_utils.go:34
↓ 1 callersMethodGetDelegatorValidators
Return all validators that a delegator is bonded to. If maxRetrieve is supplied, the respective amount will be returned.
x/stake/keeper/query_utils.go:9
↓ 1 callersMethodGetDelegatorWithdrawAddr
___________________________________________________________________________________________ get the delegator withdraw address, return the delegator a
x/distribution/keeper/delegation.go:48
↓ 1 callersFunctionGetDelegatorWithdrawInfoAddress
gets an address from a delegator's withdraw info key
x/distribution/keeper/key.go:49
↓ 1 callersMethodGetIngressSequence
TODO add description
x/ibc/mapper.go:79
↓ 1 callersMethodGetKVStore
Implements MultiStore.
store/cachemultistore.go:132
↓ 1 callersMethodGetKey
GetKey returns the key for a multi-store proof operation.
store/multistoreproof.go:101
↓ 1 callersFunctionGetKeyBase
GetKeyBase initializes a keybase based on the given db. The KeyBase manages all activity requiring access to a key.
client/keys.go:10
↓ 1 callersFunctionGetKeyBaseFromDir
GetKeyBaseFromDir initializes a read-only keybase at a particular dir.
client/keys/utils.go:98
↓ 1 callersFunctionGetKeyBaseFromDirWithWritePerm
GetKeyBaseFromDirWithWritePerm initializes a keybase at a particular dir with write permissions.
client/keys/utils.go:93
↓ 1 callersFunctionGetKeyRequestHandler
REST get key REST handler
client/keys/show.go:147
↓ 1 callersMethodGetMoniker
whether the validator is jailed
types/stake.go:40
↓ 1 callersMethodGetMsgs
nolint
x/auth/stdtx.go:33
↓ 1 callersMethodGetParamSet
Get to ParamSet
x/params/subspace/subspace.go:146
↓ 1 callersMethodGetPublicKeySECP256K1
([]uint32)
crypto/ledger_secp256k1.go:31
↓ 1 callersFunctionGetREDKeyFromValSrcIndexKey
GetREDKeyFromValSrcIndexKey rearranges the ValSrcIndexKey to get the REDKey
x/stake/keeper/key.go:211
↓ 1 callersFunctionGetREDsByDelToValDstIndexKey
gets the prefix keyspace for all redelegations redelegating towards a destination validator from a particular delegator
x/stake/keeper/key.go:260
↓ 1 callersMethodGetRaw
Get raw bytes of parameter from store
x/params/subspace/subspace.go:98
↓ 1 callersMethodGetRedelegationQueueTimeSlice
Gets a specific redelegation queue timeslice. A timeslice is a slice of DVVTriplets corresponding to redelegations that expire at a certain time.
x/stake/keeper/delegation.go:312
↓ 1 callersMethodGetTotalDelAccum
Get the total delegator accum within this validator at the provided height
x/distribution/types/validator_info.go:58
↓ 1 callersFunctionGetUBDKeyFromValIndexKey
rearranges the ValIndexKey to get the UBDKey
x/stake/keeper/key.go:139
↓ 1 callersMethodGetUnbondingQueueTimeSlice
gets a specific unbonding queue timeslice. A timeslice is a slice of DVPairs corresponding to unbonding delegations that expire at a certain time.
x/stake/keeper/delegation.go:160
↓ 1 callersFunctionGetValPubKeyBech32
GetValPubKeyBech32 creates a PubKey for a validator's operator with a given public key string using the Bech32 Bech32PrefixValPub prefix.
types/address.go:475
↓ 1 callersMethodGetValidatorSet
()
types/stake.go:99
↓ 1 callersFunctionGetValidatorSigningInfoAddress
extract the address from a validator signing info key
x/slashing/keys.go:24
↓ 1 callersMethodGetValidators
return a given amount of all the validators
x/stake/keeper/validator.go:230
↓ 1 callersFunctionGetVersion
return version of CLI/node and commit hash
version/command.go:19
↓ 1 callersFunctionHasGenerateOnlyArg
HasGenerateOnlyArg returns whether a URL's query "generate-only" parameter is set to "true".
client/utils/rest.go:50
↓ 1 callersMethodHasReceivingRedelegation
check if validator is receiving a redelegation
x/stake/keeper/delegation.go:261
↓ 1 callersMethodHooks
New Validator Hooks
x/distribution/keeper/hooks.go:97
↓ 1 callersMethodHooks
Return the wrapper struct
x/slashing/hooks.go:62
↓ 1 callersMethodHumanReadableString
Return human readable signing info
x/slashing/signing_info.go:112
↓ 1 callersMethodHumanReadableString
HumanReadableString returns a human readable string representation of the parameters.
x/stake/types/params.go:68
↓ 1 callersMethodInactiveProposalQueueIterator
Returns an iterator for all the proposals in the Inactive Queue that expire by endTime
x/gov/keeper.go:475
↓ 1 callersMethodInflateSupply
(ctx sdk.Context, newTokens sdk.Dec)
x/mint/expected_keepers.go:11
↓ 1 callersMethodInitChain
Implements ABCI InitChain runs the initialization logic directly on the CommitMultiStore and commits it.
baseapp/baseapp.go:253
↓ 1 callersMethodInitChainer
InitChainer performs custom logic for initialization. nolint: errcheck
x/mock/app.go:101
↓ 1 callersFunctionInitCmd
get cmd to initialize all files for tendermint and application nolint: errcheck
oce/main.go:60
↓ 1 callersFunctionInitGenesis
InitGenesis - store genesis parameters
x/gov/genesis.go:61
↓ 1 callersFunctionInitGenesis
InitGenesis initialize default parameters and the keeper's address to pubkey map
x/slashing/genesis.go:34
↓ 1 callersFunctionInitialMinter
minter object for a new minter
x/mint/minter.go:17
↓ 1 callersFunctionInitialPool
initial pool for testing
x/stake/types/pool.go:25
↓ 1 callersMethodInputOutputCoins
(ctx sdk.Context, inputs []Input, outputs []Output)
x/bank/keeper.go:91
↓ 1 callersMethodInsertActiveProposalQueue
Inserts a ProposalID into the active proposal queue at endTime
x/gov/keeper.go:462
↓ 1 callersMethodInsertInactiveProposalQueue
Inserts a ProposalID into the inactive proposal queue at endTime
x/gov/keeper.go:481
↓ 1 callersMethodIsCheckTx
()
types/context.go:173
↓ 1 callersMethodIsEqual
IsEqual returns true if the two sets of Coins have the same value
types/coin.go:238
↓ 1 callersMethodIsUint64
IsUint64 returns true if Uint64() not panics
types/int.go:378
↓ 1 callersMethodIterateBondedValidatorsByPower
iterate through bonded validators by operator address, execute func for each validator
types/stake.go:67
↓ 1 callersMethodIterateLastValidators
iterate through the consensus validator set of the last block by operator address, execute func for each validator
types/stake.go:71
↓ 1 callersMethodIterateRedelegations
iterate through all redelegations
x/stake/keeper/delegation.go:287
↓ 1 callersMethodIterateUnbondingDelegations
iterate through all of the unbonding delegations
x/stake/keeper/delegation.go:127
↓ 1 callersFunctionKeyDepositsSubspace
Key for getting all deposits on a proposal from the store
x/gov/keeper_keys.go:38
↓ 1 callersFunctionKeyVotesSubspace
Key for getting all votes on a proposal from the store
x/gov/keeper_keys.go:43
↓ 1 callersMethodLastValidatorsIterator
returns an iterator for the consensus validators in the last block
x/stake/keeper/validator.go:275
↓ 1 callersFunctionLatestBlockRequestHandlerFn
REST handler to get the latest block
client/rpc/block.go:139
↓ 1 callersFunctionLatestValidatorSetRequestHandlerFn
Latest Validator Set REST handler
client/rpc/validators.go:166
↓ 1 callersMethodLen
()
x/gov/test_common.go:112
↓ 1 callersFunctionLoadIAVLStore
load the iavl store
store/iavlstore.go:22
↓ 1 callersMethodLoadVersion
Implements CommitMultiStore.
store/rootmultistore.go:98
↓ 1 callersFunctionMakeCodec
MakeCodec creates a new codec codec and registers all the necessary types with the codec.
app/app.go:105
↓ 1 callersFunctionMakeTag
Make a tag from a key and a value
types/tags.go:51
↓ 1 callersFunctionMakeTestCodec
create a codec used only for testing
x/distribution/keeper/test_common.go:61
↓ 1 callersFunctionMakeTestCodec
_______________________________________________________________________________________ create a codec used only for testing
x/stake/keeper/test_common.go:57
↓ 1 callersMethodMarshal
Marshal needed for protobuf compatibility
x/gov/depositsvotes.go:87
↓ 1 callersMethodMaxEvidenceAge
MaxEvidenceAge - Max age for evidence - 21 days (3 weeks) MaxEvidenceAge = 60 * 60 * 24 * 7 * 3
x/slashing/params.go:81
↓ 1 callersMethodMinus
Minus subtracts a set of coins from another (adds the inverse)
x/distribution/types/dec_coin.go:126
↓ 1 callersMethodMod
Mod returns remainder after dividing with Uint
types/int.go:471
↓ 1 callersMethodModified
Returns true if the parameter is set in the block
x/params/subspace/subspace.go:110
↓ 1 callersMethodMountStoresIAVL
Mount IAVL stores to the provided keys in the BaseApp multistore
baseapp/baseapp.go:127
↓ 1 callersMethodMul
Mul multiples two Uints
types/int.go:438
↓ 1 callersMethodMulRaw
MulRaw multipies Int and int64
types/int.go:220
↓ 1 callersFunctionMustSortJSON
MustSortJSON is like SortJSON but panic if an error occurs, e.g., if the passed JSON isn't valid.
types/utils.go:32
↓ 1 callersMethodNegative
Negative returns a set of coins with all amount negative
types/coin.go:171
↓ 1 callersMethodNegative
Negative returns a set of coins with all amount negative
x/distribution/types/dec_coin.go:114
↓ 1 callersFunctionNew
()
codec/codec.go:14
↓ 1 callersFunctionNewCoin
(denom string, amount Int)
types/coin.go:17
← previousnext →701–800 of 2,183, ranked by callers