MCPcopy Create free account

hub / github.com/OCEChain/OCEChain / functions

Functions2,183 in github.com/OCEChain/OCEChain

↓ 2 callersMethodGetProposalType
()
x/gov/proposals.go:25
↓ 2 callersMethodGetProposalsFiltered
Get Proposal from store by ProposalID
x/gov/keeper.go:142
↓ 2 callersFunctionGetREDByValDstIndexKey
gets the index-key for a redelegation, stored by destination-validator-index VALUE: none (key rearrangement used)
x/stake/keeper/key.go:197
↓ 2 callersFunctionGetREDByValSrcIndexKey
gets the index-key for a redelegation, stored by source-validator-index VALUE: none (key rearrangement used)
x/stake/keeper/key.go:183
↓ 2 callersFunctionGetREDsFromValSrcIndexKey
gets the prefix keyspace for all redelegations redelegating away from a source validator
x/stake/keeper/key.go:249
↓ 2 callersFunctionGetREDsToValDstIndexKey
gets the prefix keyspace for all redelegations redelegating towards a destination validator
x/stake/keeper/key.go:254
↓ 2 callersMethodGetRedelegation
return a redelegation
x/stake/keeper/delegation.go:231
↓ 2 callersMethodGetRedelegationsFromValidator
return all redelegations from a particular validator
x/stake/keeper/delegation.go:246
↓ 2 callersMethodGetTallyParams
Returns the current Tallying Procedure from the global param store nolint: errcheck
x/gov/keeper.go:263
↓ 2 callersFunctionGetUBDByValIndexKey
gets the index-key for an unbonding delegation, stored by validator-index VALUE: none (key rearrangement used)
x/stake/keeper/key.go:134
↓ 2 callersFunctionGetUBDsByValIndexKey
gets the prefix keyspace for the indexes of unbonding delegations for a validator
x/stake/keeper/key.go:157
↓ 2 callersMethodGetUnbondingDelegationsFromValidator
return all unbonding delegations from a particular validator
x/stake/keeper/delegation.go:112
↓ 2 callersFunctionGetValidatorMissedBlockBitArrayPrefixKey
stored by *Tendermint* address (not operator address)
x/slashing/keys.go:33
↓ 2 callersMethodGetValidatorQueueTimeSlice
gets a specific validator queue timeslice. A timeslice is a slice of ValAddresses corresponding to unbonding validators that expire at a certain time.
x/stake/keeper/validator.go:312
↓ 2 callersFunctionGetValidatorSigningInfoKey
stored by *Tendermint* address (not operator address)
x/slashing/keys.go:19
↓ 2 callersFunctionGetValidatorSlashingPeriodKey
stored by *Tendermint* address (not operator address) followed by start height
x/slashing/keys.go:50
↓ 2 callersFunctionGetValidatorSlashingPeriodPrefix
stored by *Tendermint* address (not operator address)
x/slashing/keys.go:45
↓ 2 callersMethodGetVote
Gets the vote of a specific voter on a specific proposal
x/gov/keeper.go:312
↓ 2 callersMethodGetVotingParams
Returns the current Voting Procedure from the global param store nolint: errcheck
x/gov/keeper.go:255
↓ 2 callersMethodHasDelegationDistInfo
check whether a delegator distribution info exists
x/distribution/keeper/delegation.go:9
↓ 2 callersFunctionHasDryRunArg
HasDryRunArg returns true if the request's URL query contains the dry run argument and its value is set to "true".
client/utils/rest.go:44
↓ 2 callersMethodHash
Hash returns the simple merkle root hash of the stores sorted by name.
store/rootmultistore.go:401
↓ 2 callersFunctionIngressSequenceKey
Stores the sequence number of incoming IBC packet under "ingress/index".
x/ibc/mapper.go:128
↓ 2 callersFunctionInitialFeePool
zero fee pool
x/distribution/types/fee_pool.go:27
↓ 2 callersMethodInsertRedelegationQueue
Insert an redelegation delegation to the appropriate timeslice in the redelegation queue
x/stake/keeper/delegation.go:330
↓ 2 callersMethodInsertUnbondingQueue
Insert an unbonding delegation to the appropriate timeslice in the unbonding queue
x/stake/keeper/delegation.go:178
↓ 2 callersMethodInsertValidatorQueue
Insert an validator address to the appropriate timeslice in the validator queue
x/stake/keeper/validator.go:336
↓ 2 callersMethodIsEqual
IsEqual returns true if the two sets of Coins have the same value
types/coin.go:56
↓ 2 callersMethodIterateAccounts
Implements sdk.AccountKeeper.
x/auth/keeper.go:78
↓ 2 callersMethodJail
(Context, ConsAddress)
types/stake.go:80
↓ 2 callersFunctionKVGasConfig
KVGasConfig returns a default gas config for KVStores.
types/gas.go:90
↓ 2 callersFunctionKeyActiveProposalQueueProposal
Returns the key for a proposalID in the activeProposalQueue
x/gov/keeper_keys.go:56
↓ 2 callersFunctionKeyDeposit
Key for getting a specific deposit from the store
x/gov/keeper_keys.go:28
↓ 2 callersFunctionKeyInactiveProposalQueueProposal
Returns the key for a proposalID in the activeProposalQueue
x/gov/keeper_keys.go:73
↓ 2 callersMethodLT
greater than or equal
types/decimal.go:182
↓ 2 callersFunctionLengthKey
Key for the length of the list
store/list.go:12
↓ 2 callersMethodLoadVersion
Load a specific persisted version. When you load an old version, or when the last commit attempt didn't complete, the next commit after loading must
types/store.go:115
↓ 2 callersFunctionMakeSignature
MakeSignature builds a StdSignature given key name, passphrase, and a StdSignMsg.
x/auth/client/txbuilder/txbuilder.go:189
↓ 2 callersMethodMarshal
Marshal needed for protobuf compatibility
x/gov/proposals.go:163
↓ 2 callersFunctionMarshalJSON
marshal keys
client/keys/codec.go:15
↓ 2 callersMethodMinimumFees
()
types/context.go:175
↓ 2 callersMethodMinus
Subtracts amounts of two coins with same denom
types/coin.go:79
↓ 2 callersMethodMinus
Minus subtracts a set of coins from another (adds the inverse)
types/coin.go:183
↓ 2 callersMethodNewAccountWithAddress
Implaements sdk.AccountKeeper.
x/auth/keeper.go:36
↓ 2 callersFunctionNewCommissionMsg
NewCommissionMsg returns an initialized validator commission message.
x/stake/types/commission.go:29
↓ 2 callersFunctionNewGenesisState
Create a new genesis state
x/auth/genesis.go:13
↓ 2 callersFunctionNewMultiStoreProofOp
(key []byte, proof *MultiStoreProof)
store/multistoreproof.go:59
↓ 2 callersFunctionNewTotalAccum
(height int64)
x/distribution/types/total_accum.go:13
↓ 2 callersMethodOnDelegationCreated
Called at EndBlock when a validator's power did change
types/stake.go:126
↓ 2 callersMethodOnDelegationSharesModified
(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress)
x/stake/keeper/hooks.go:50
↓ 2 callersMethodOnValidatorBeginUnbonding
Must be called when a validator is bonded
types/stake.go:123
↓ 2 callersMethodOnValidatorBonded
Must be called when a validator is deleted
types/stake.go:122
↓ 2 callersMethodOnValidatorModified
Must be called when a validator is created
types/stake.go:119
↓ 2 callersMethodOnValidatorPowerDidChange
Must be called when a validator begins unbonding
types/stake.go:124
↓ 2 callersMethodOnValidatorRemoved
Must be called when a validator's state changes
types/stake.go:120
↓ 2 callersMethodPrefix
TODO Not yet implemented. CreateSubKVStore(key *storeKey) (KVStore, error) TODO Not yet implemented. GetSubKVStore(key *storeKey) KVStore Prefix appli
types/store.go:159
↓ 2 callersFunctionPrefixEndBytes
PrefixEndBytes returns the []byte that would end a range query for all []byte with a certain prefix Deals with last byte of prefix being FF without ov
types/store.go:324
↓ 2 callersMethodRegisterCodespace
Register the next available codespace through the baseapp's codespacer, starting from a default
baseapp/baseapp.go:122
↓ 2 callersMethodRegisterParamSet
Register multiple pairs from ParamSet
x/params/subspace/table.go:66
↓ 2 callersMethodRegisterType
Register single key-type pair
x/params/subspace/table.go:41
↓ 2 callersMethodRemoveFromActiveProposalQueue
removes a proposalID from the Active Proposal Queue
x/gov/keeper.go:469
↓ 2 callersMethodRemoveFromInactiveProposalQueue
removes a proposalID from the Inactive Proposal Queue
x/gov/keeper.go:488
↓ 2 callersMethodRemoveValidator
remove the validator record and associated indexes except for the bonded validator index which is only handled in ApplyAndReturnTendermintUpdates
x/stake/keeper/validator.go:187
↓ 2 callersMethodResetTraceContext
ResetTraceContext resets the current tracing context.
types/store.go:83
↓ 2 callersMethodRoundInt
RoundInt round the decimal using bankers rounding
types/decimal.go:347
↓ 2 callersMethodRouter
()
baseapp/options.go:105
↓ 2 callersMethodSetAnteHandler
(ah sdk.AnteHandler)
baseapp/options.go:84
↓ 2 callersMethodSetBaseProposerReward
nolint: errcheck
x/distribution/keeper/keeper.go:142
↓ 2 callersMethodSetBonusProposerReward
nolint: errcheck
x/distribution/keeper/keeper.go:155
↓ 2 callersMethodSetCommunityTax
nolint: errcheck
x/distribution/keeper/keeper.go:129
↓ 2 callersMethodSetDelegatorWithdrawAddr
set the delegator withdraw address
x/distribution/keeper/delegation.go:59
↓ 2 callersMethodSetEndBlocker
(endBlocker sdk.EndBlocker)
baseapp/options.go:77
↓ 2 callersMethodSetHooks
Set the validator hooks
x/stake/keeper/keeper.go:39
↓ 2 callersMethodSetLastTotalPower
Set the last total validator power.
x/stake/keeper/keeper.go:88
↓ 2 callersMethodSetMinter
set the minter
x/mint/keeper.go:67
↓ 2 callersMethodSetParamSet
Set from ParamSet
x/params/subspace/subspace.go:153
↓ 2 callersMethodSetParams
set inflation params from the global param store
x/mint/keeper.go:83
↓ 2 callersMethodSetParams
set the params
x/stake/keeper/params.go:48
↓ 2 callersMethodSetPreviousProposerConsAddr
get the proposer public key for this block
x/distribution/keeper/keeper.go:85
↓ 2 callersMethodSetRedelegationQueueTimeSlice
Sets a specific redelegation queue timeslice.
x/stake/keeper/delegation.go:323
↓ 2 callersMethodSetSequence
(int64)
x/auth/account.go:25
↓ 2 callersMethodSetUnbondingQueueTimeSlice
Sets a specific unbonding queue timeslice.
x/stake/keeper/delegation.go:171
↓ 2 callersMethodSetValidatorByConsAddr
validator index
x/stake/keeper/validator.go:95
↓ 2 callersMethodSimulate
nolint - full tx execution
baseapp/helpers.go:16
↓ 2 callersMethodSlash
total power of the validator set slash the validator and delegators of the validator, specifying offence height, offence power, and slash fraction
types/stake.go:79
↓ 2 callersFunctionSortByteArrays
Public
x/gov/test_common.go:134
↓ 2 callersMethodString
String implements the Stringer interface.
types/address.go:127
↓ 2 callersMethodString
String implements the Stringer interface.
types/address.go:244
↓ 2 callersMethodString
String implements the Stringer interface.
types/address.go:366
↓ 2 callersMethodString
Turns VoteOption byte to String
x/gov/depositsvotes.go:119
↓ 2 callersMethodString
Turns VoteOption byte to String
x/gov/proposals.go:195
↓ 2 callersMethodString
Turns VoteStatus byte to String
x/gov/proposals.go:297
↓ 2 callersMethodSubtractCoins
(ctx sdk.Context, addr sdk.AccAddress, amt sdk.Coins)
x/bank/keeper.go:23
↓ 2 callersMethodTakeFeePoolRewards
Move any available accumulated fees in the FeePool to the validator's pool - updates validator info's FeePoolWithdrawalHeight, thus setting accum to 0
x/distribution/types/validator_info.go:77
↓ 2 callersMethodTokenSupply
____________________________________________________________________ Sum total of all staking tokens in the pool
x/stake/types/pool.go:35
↓ 2 callersFunctionTopKey
Key for the top element position in the queue
store/queue.go:9
↓ 2 callersMethodTracingEnabled
TracingEnabled returns if tracing is enabled for the MultiStore.
store/cachemultistore.go:88
↓ 2 callersMethodUnbondingTime
UnbondingTime
x/stake/keeper/params.go:22
↓ 2 callersMethodUnmarshal
Unmarshal needed for protobuf compatibility
x/gov/proposals.go:168
↓ 2 callersMethodUpdate
The following operations will *only* work on locally-stored keys
crypto/keys/types.go:43
← previousnext →401–500 of 2,183, ranked by callers