MCPcopy Create free account

hub / github.com/OCEChain/OCEChain / functions

Functions2,183 in github.com/OCEChain/OCEChain

↓ 3 callersMethodType
Returns a human-readable string for the message, intended for utilization within tags
types/tx_msg.go:16
↓ 3 callersMethodUpdateStatus
UpdateStatus updates the location of the shares within a validator to reflect the new status
x/stake/types/validator.go:328
↓ 3 callersMethodValid
Implements Iterator
store/prefixstore.go:149
↓ 3 callersMethodValidatorByConsAddr
(ctx sdk.Context, consAddr sdk.ConsAddress)
x/distribution/types/keepers.go:11
↓ 3 callersMethodValue
Value implements Iterator
store/cachemergeiterator.go:115
↓ 3 callersMethodWithBlockHeight
(height int64)
types/context.go:196
↓ 3 callersMethodWithCodec
WithCodec returns a copy of the context with an updated codec.
client/context/context.go:173
↓ 3 callersMethodWithTracingContext
WithTracingContext sets the tracing context for a MultiStore. It is implied that the caller should update the context when necessary between tracing o
types/store.go:80
↓ 3 callersMethodWithdrawToDelegator
___________________________________________________________________________________________ withdraw all rewards for a single delegation NOTE: This ge
x/distribution/keeper/delegation.go:111
↓ 3 callersFunctionaddCoins
AddCoins adds amt to the coins at the addr.
x/bank/keeper.go:210
↓ 3 callersMethodassertNotSealed
()
types/config.go:35
↓ 3 callersMethodassertValid
()
store/memiterator.go:41
↓ 3 callersMethodassertValid
If not valid, panics. NOTE: May have side-effect of iterating over cache.
store/cachemergeiterator.go:228
↓ 3 callersMethodassertValidKey
---------------------------------------- etc
store/cachekvstore.go:194
↓ 3 callersMethodbondedTokensToLoose
(bondedTokens sdk.Dec)
x/stake/types/pool.go:61
↓ 3 callersFunctionchopPrecisionAndRound
____ __| |__ "chop 'em ` \ round!" ___|| ~ _ -bankers | | __ | | | __|__|__ |_____: / | $$$ | |________| nol
types/decimal.go:299
↓ 3 callersFunctioncontains
contains checks if the a given query contains one of the tx types
x/stake/client/rest/utils.go:20
↓ 3 callersFunctioncpIncr
wrapping sdk.PrefixEndBytes
store/prefixstore.go:196
↓ 3 callersFunctionerrMissingName
()
client/keys/errors.go:9
↓ 3 callersFunctiongetAddrPubkeyRelationKey
(address []byte)
x/slashing/keys.go:57
↓ 3 callersFunctiongetBlock
(cliCtx context.CLIContext, height *int64)
client/rpc/block.go:34
↓ 3 callersFunctiongetNodeStatus
(cliCtx context.CLIContext)
client/rpc/status.go:30
↓ 3 callersFunctiongetState
Returns the applicantion's deliverState if app is in runTxModeDeliver, otherwise it returns the application's checkstate.
baseapp/baseapp.go:584
↓ 3 callersFunctiongetValidators
(cliCtx context.CLIContext, height *int64)
client/rpc/validators.go:67
↓ 3 callersFunctionhasCoins
HasCoins returns whether or not an account has at least amt coins.
x/bank/keeper.go:191
↓ 3 callersFunctionisAlphaNumeric
(key []byte)
x/params/subspace/table.go:29
↓ 3 callersMethodlooseTokensToBonded
_______________________________________________________________________
x/stake/types/pool.go:52
↓ 3 callersFunctionmarshalBinaryPanic
-------------------------- Functions for accessing the underlying KVStore.
x/ibc/mapper.go:63
↓ 3 callersMethodmultiStore
NOTE: Do not expose MultiStore. MultiStore exposes all the keys. Instead, pass the context and the store key.
types/context.go:149
↓ 3 callersFunctionnewPubKey
(pk string)
x/slashing/test_common.go:100
↓ 3 callersFunctionopenDB
(rootDir string)
server/constructors.go:25
↓ 3 callersFunctionopenTraceWriter
(traceWriterFile string)
server/constructors.go:31
↓ 3 callersMethodpeekCurrentProposalID
Peeks the next available ProposalID without incrementing it
x/gov/keeper.go:221
↓ 3 callersFunctionprecisionMultiplier
get the precision multiplier, do not mutate result
types/decimal.go:63
↓ 3 callersMethodquery
query performs a query from a Tendermint node with the provided store name and path.
client/context/query.go:142
↓ 3 callersFunctionqueryBonds
(cliCtx context.CLIContext, cdc *codec.Codec, endpoint string)
x/stake/client/rest/utils.go:52
↓ 3 callersFunctionqueryValidator
(cliCtx context.CLIContext, cdc *codec.Codec, endpoint string)
x/stake/client/rest/utils.go:115
↓ 3 callersFunctionreadLineFromBuf
readLineFromBuf reads one line from stdin. Subsequent calls reuse the same buffer, so we don't lose any input when reading a password twice (to verify
client/input.go:121
↓ 3 callersMethodsetCacheValue
Only entrypoint to mutate ci.cache.
store/cachekvstore.go:207
↓ 3 callersMethodsetCheckState
(header abci.Header)
baseapp/baseapp.go:214
↓ 3 callersFunctionsetCoins
(ctx sdk.Context, am auth.AccountKeeper, addr sdk.AccAddress, amt sdk.Coins)
x/bank/keeper.go:175
↓ 3 callersMethodsetCollectedFees
(ctx sdk.Context, coins sdk.Coins)
x/auth/feekeeper.go:43
↓ 3 callersMethodsetDeposit
(ctx sdk.Context, proposalID uint64, depositerAddr sdk.AccAddress, deposit Deposit)
x/gov/keeper.go:355
↓ 3 callersMethodsetValidatorMissedBlockBitArray
Stored by *validator* address (not operator address)
x/slashing/signing_info.go:77
↓ 3 callersFunctionsubtractCoins
SubtractCoins subtracts amt from the coins at the addr.
x/bank/keeper.go:197
↓ 3 callersMethodunbond
unbond the the delegation return
x/stake/keeper/delegation.go:410
↓ 3 callersMethodwriteInfo
(info Info, name string)
crypto/keys/keybase.go:457
↓ 3 callersMethodwriteOfflineKey
(pub tmcrypto.PubKey, name string)
crypto/keys/keybase.go:451
↓ 2 callersMethodABCILog
Implements ABCIError.
types/errors.go:258
↓ 2 callersMethodAdd
absolute value addition
types/decimal.go:188
↓ 2 callersMethodAddCollectedFees
(sdk.Context, sdk.Coins)
x/mint/expected_keepers.go:16
↓ 2 callersMethodAddDeposit
Adds or updates a deposit of a specific depositer on a specific proposal Activates voting period when appropriate
x/gov/keeper.go:363
↓ 2 callersFunctionAddressFromLastValidatorPowerKey
Get the validator operator address from LastValidatorPowerKey
x/stake/keeper/key.go:56
↓ 2 callersFunctionBech32KeysOutput
create a list of KeyOutput in bech32 format
client/keys/utils.go:133
↓ 2 callersMethodBondedRatio
(ctx sdk.Context)
x/mint/expected_keepers.go:10
↓ 2 callersMethodBroadcastTxAsync
BroadcastTxAsync broadcasts transaction bytes to a Tendermint node asynchronously.
client/context/broadcast.go:86
↓ 2 callersMethodCacheWrap
CacheWrap recursively wraps again.
types/store.go:245
↓ 2 callersMethodCacheWrapWithTrace
CacheWrapWithTrace recursively wraps again with tracing enabled.
types/store.go:248
↓ 2 callersMethodClone
()
types/context.go:251
↓ 2 callersMethodCode
()
crypto/keys/keyerror/errors.go:14
↓ 2 callersMethodCreateLedger
Create, store, and return a new Ledger key reference
crypto/keys/types.go:37
↓ 2 callersMethodDelete
(name, passphrase string)
crypto/keys/types.go:18
↓ 2 callersMethodDeleteDeposits
Deletes all the deposits on a specific proposal without refunding them
x/gov/keeper.go:433
↓ 2 callersMethodDiv
Div divides Int with Int
types/int.go:225
↓ 2 callersFunctionEmptyTallyResult
checks if two proposals are equal
x/gov/proposals.go:334
↓ 2 callersMethodEnsureAccountExists
EnsureAccountExists ensures that an account exists for a given context. An error is returned if it does not.
client/context/query.go:106
↓ 2 callersMethodEqual
is equal to zero
types/decimal.go:179
↓ 2 callersMethodEqual
nolint
x/stake/types/delegation.go:89
↓ 2 callersFunctionErrBadDelegationAddr
(codespace sdk.CodespaceType)
x/stake/types/errors.go:96
↓ 2 callersFunctionErrBadDelegationAmount
(codespace sdk.CodespaceType)
x/stake/types/errors.go:100
↓ 2 callersFunctionErrBadDenom
(codespace sdk.CodespaceType)
x/stake/types/errors.go:92
↓ 2 callersFunctionErrBadSharesAmount
(codespace sdk.CodespaceType)
x/stake/types/errors.go:128
↓ 2 callersFunctionErrCommissionGTMaxRate
(codespace sdk.CodespaceType)
x/stake/types/errors.go:68
↓ 2 callersFunctionErrInvalidAccount
ErrInvalidAccount returns a standardized error reflecting that a given account address does not exist.
client/context/errors.go:10
↓ 2 callersFunctionErrInvalidVote
(codespace sdk.CodespaceType, voteOption VoteOption)
x/gov/errors.go:61
↓ 2 callersFunctionErrNilValidatorAddr
(codespace sdk.CodespaceType)
x/distribution/types/errors.go:22
↓ 2 callersFunctionErrNoOutputs
(codespace sdk.CodespaceType)
x/bank/errors.go:43
↓ 2 callersFunctionErrNoValidatorForAddress
(codespace sdk.CodespaceType)
x/slashing/errors.go:21
↓ 2 callersFunctionErrNoValidatorFound
(codespace sdk.CodespaceType)
x/stake/types/errors.go:35
↓ 2 callersMethodGetAccountSequence
GetAccountSequence returns the sequence number for the given account address.
client/context/query.go:95
↓ 2 callersMethodGetAccum
get total accumulation factor for the given height CONTRACT: height should be greater than the old height
x/distribution/types/total_accum.go:34
↓ 2 callersMethodGetAllValidators
___________________________________________________________________________ get groups of validators get the set of all validators with no limits, use
x/stake/keeper/validator.go:216
↓ 2 callersMethodGetBaseProposerReward
Returns the current BaseProposerReward rate from the global param store nolint: errcheck
x/distribution/keeper/keeper.go:135
↓ 2 callersMethodGetBech32AccountAddrPrefix
GetBech32AccountAddrPrefix returns the Bech32 prefix for account address
types/config.go:78
↓ 2 callersMethodGetBech32AccountPubPrefix
GetBech32AccountPubPrefix returns the Bech32 prefix for account public key
types/config.go:93
↓ 2 callersMethodGetBech32ConsensusAddrPrefix
GetBech32ConsensusAddrPrefix returns the Bech32 prefix for consensus node address
types/config.go:88
↓ 2 callersMethodGetBech32ConsensusPubPrefix
GetBech32ConsensusPubPrefix returns the Bech32 prefix for consensus node public key
types/config.go:103
↓ 2 callersMethodGetBech32ValidatorAddrPrefix
GetBech32ValidatorAddrPrefix returns the Bech32 prefix for validator address
types/config.go:83
↓ 2 callersMethodGetBech32ValidatorPubPrefix
GetBech32ValidatorPubPrefix returns the Bech32 prefix for validator public key
types/config.go:98
↓ 2 callersMethodGetBonusProposerReward
Returns the current BaseProposerReward rate from the global param store nolint: errcheck
x/distribution/keeper/keeper.go:148
↓ 2 callersMethodGetCollectedFees
(ctx sdk.Context)
x/distribution/types/keepers.go:24
↓ 2 callersMethodGetCommission
validation tokens
types/stake.go:47
↓ 2 callersMethodGetCommunityTax
Returns the current CommunityTax rate from the global param store nolint: errcheck
x/distribution/keeper/keeper.go:122
↓ 2 callersMethodGetDelAccum
Get the calculated accum of this delegator at the provided height
x/distribution/types/delegator_info.go:25
↓ 2 callersMethodGetDelegationDistInfo
get the delegator distribution info
x/distribution/keeper/delegation.go:16
↓ 2 callersMethodGetDescription
()
x/gov/proposals.go:22
↓ 2 callersMethodGetIntraTxCounter
__________________________________________________________________________ get the current in-block validator operation counter
x/stake/keeper/keeper.go:124
↓ 2 callersMethodGetMinter
______________________________________________________________________ get the minter
x/mint/keeper.go:56
↓ 2 callersMethodGetPreviousProposerConsAddr
______________________________________________________________________ set the proposer public key for this block
x/distribution/keeper/keeper.go:72
↓ 2 callersMethodGetProposalID
nolint
x/gov/proposals.go:91
← previousnext →301–400 of 2,183, ranked by callers