MCPcopy Create free account

hub / github.com/OCEChain/OCEChain / functions

Functions2,183 in github.com/OCEChain/OCEChain

↓ 6 callersMethodDeleteValidatorByPowerIndex
validator index
x/stake/keeper/validator.go:112
↓ 6 callersFunctionErrUnknownProposal
---------------------------------------- Error constructors
x/gov/errors.go:29
↓ 6 callersFunctionErrUnknownRequest
(msg string)
types/errors.go:131
↓ 6 callersMethodGas
Gas consuming store CONTRACT: when Gas is called on a KVStore more than once, the concatanation of the meters/configs is applied
types/store.go:164
↓ 6 callersMethodGetDelegation
return a specific delegation
x/stake/keeper/delegation.go:12
↓ 6 callersFunctionGetFromBech32
GetFromBech32 decodes a bytestring from a Bech32 encoded string.
types/address.go:530
↓ 6 callersMethodGetName
Name of the key
crypto/keys/types.go:82
↓ 6 callersMethodGetOperator
status of the validator
types/stake.go:42
↓ 6 callersMethodGetSignBytes
Get the canonical byte representation of the Msg.
types/tx_msg.go:23
↓ 6 callersMethodGetVotes
Gets all the votes on a specific proposal
x/gov/keeper.go:330
↓ 6 callersMethodHumanReadableString
HumanReadableString returns a human readable string representation of a pool.
x/stake/types/pool.go:72
↓ 6 callersMethodIsValid
IsValid asserts the Coins are sorted, and don't have 0 amounts
types/coin.go:105
↓ 6 callersMethodIsZero
IsZero returns if this represents no money
types/coin.go:39
↓ 6 callersMethodMulInt
multiplication
types/decimal.go:219
↓ 6 callersMethodSanitize
Sanitize performs basic sanitization on a BaseReq object.
client/utils/rest.go:133
↓ 6 callersMethodSetValidatorDistInfo
set the validator distribution info
x/distribution/keeper/validator.go:31
↓ 6 callersMethodWithTypeTable
WithTypeTable initializes TypeTable and returns modified Subspace
x/params/subspace/subspace.go:39
↓ 6 callersFunctiongetCoins
______________________________________________________________________________________________
x/bank/keeper.go:166
↓ 6 callersMethodmustGetValidator
(ctx sdk.Context, addr sdk.ValAddress)
x/stake/keeper/validator.go:59
↓ 5 callersMethodAppendTags
Append two lists of tags
types/tags.go:24
↓ 5 callersFunctionErrNilValidatorAddr
validator
x/stake/types/errors.go:27
↓ 5 callersMethodGetAddress
Address
crypto/keys/types.go:86
↓ 5 callersMethodGetAddress
()
x/auth/account.go:18
↓ 5 callersMethodGetCoins
()
x/auth/account.go:27
↓ 5 callersMethodGetConsPubKey
operator address to receive/return validators coins
types/stake.go:43
↓ 5 callersFunctionGetDelegationsKey
gets the prefix for a delegator for all validators
x/stake/keeper/key.go:118
↓ 5 callersMethodGetDepositEndTime
()
x/gov/proposals.go:37
↓ 5 callersMethodGetFeePool
______________________________________________________________________ get the global fee pool distribution info
x/distribution/keeper/keeper.go:41
↓ 5 callersFunctionGetREDKey
________________________________________________________________________________ gets the key for a redelegation VALUE: stake/types.RedelegationKey
x/stake/keeper/key.go:171
↓ 5 callersMethodGetSequence
()
x/auth/account.go:24
↓ 5 callersMethodGetSignatures
Signatures returns the signature of signers who signed the Msg. GetSignatures returns the signature of signers who signed the Msg. CONTRACT: Length re
x/auth/stdtx.go:65
↓ 5 callersMethodGetSigners
Signers returns the addrs of signers that must sign. CONTRACT: All signatures must be present to be valid. CONTRACT: Returns addrs in some determinist
types/tx_msg.go:28
↓ 5 callersMethodGetStoreType
nolint
types/store.go:30
↓ 5 callersMethodGetTotalDeposit
()
x/gov/proposals.go:40
↓ 5 callersMethodGetVotingEndTime
()
x/gov/proposals.go:46
↓ 5 callersMethodInt64
Int64 converts Int to int64 Panics if the value is out of range
types/int.go:138
↓ 5 callersMethodIsPositive
IsPositive returns true if coin amount is positive
types/coin.go:61
↓ 5 callersFunctionNewTraceKVStore
NewTraceKVStore returns a reference to a new traceKVStore given a parent KVStore implementation and a buffered writer.
store/tracekvstore.go:47
↓ 5 callersFunctionNewUint
NewUint constructs Uint from int64
types/int.go:316
↓ 5 callersFunctionPostProcessResponse
PostProcessResponse performs post process for rest response
client/keys/utils.go:259
↓ 5 callersMethodQuoDec
divide all the coins by a multiple
x/distribution/types/dec_coin.go:144
↓ 5 callersMethodSameDenomAs
SameDenomAs returns true if the two coins are the same denom
types/coin.go:34
↓ 5 callersMethodSeal
Seal seals the config such that the config state could not be modified further
types/config.go:69
↓ 5 callersMethodSetAccount
Implements sdk.AccountKeeper.
x/auth/keeper.go:63
↓ 5 callersMethodSetFeePool
set the global fee pool distribution info
x/distribution/keeper/keeper.go:52
↓ 5 callersMethodSetProposal
Implements sdk.AccountKeeper.
x/gov/keeper.go:126
↓ 5 callersMethodSignedBlocksWindow
SignedBlocksWindow - sliding window for downtime slashing
x/slashing/params.go:87
↓ 5 callersMethodValidator
(ctx sdk.Context, valAddr sdk.ValAddress)
x/distribution/types/keepers.go:10
↓ 5 callersMethodassertIsValid
assertIsValid panics if the iterator is invalid. If unlockMutex is true, it also unlocks the mutex before panicing, to prevent deadlocks in code that
store/iavlstore.go:425
↓ 5 callersFunctioncloneAppend
(bz []byte, tail []byte)
store/prefixstore.go:21
↓ 5 callersFunctionhardenedInt
(field string)
crypto/keys/hd/hdpath.go:112
↓ 5 callersMethodkvStore
Returns a KVStore identical with ctx.KVStore(s.key).Prefix()
x/params/subspace/subspace.go:61
↓ 5 callersMethodonValidatorModified
Withdraw all validator rewards
x/distribution/keeper/hooks.go:25
↓ 5 callersMethodrunTx
runTx processes a transaction. The transactions is proccessed via an anteHandler. txBytes may be nil in some cases, eg. in tests. Also, in the future
baseapp/baseapp.go:602
↓ 5 callersFunctionwriteOperation
writeOperation writes a KVStore operation to the underlying io.Writer as JSON-encoded data where the key/value pair is base64 encoded. nolint: errchec
store/tracekvstore.go:183
↓ 4 callersFunctionBech32KeyOutput
create a KeyOutput in bech32 format
client/keys/utils.go:146
↓ 4 callersMethodBondDenom
BondDenom - Bondable coin denomination
x/stake/keeper/params.go:34
↓ 4 callersMethodBuild
Build builds a single message to be signed from a TxBuilder given a set of messages. It returns an error if a fee is supplied but cannot be parsed.
x/auth/client/txbuilder/txbuilder.go:87
↓ 4 callersMethodBuildAndSign
BuildAndSign builds a single message to be signed, and signs a transaction with the built message given a name, passphrase, and a set of messages.
x/auth/client/txbuilder/txbuilder.go:127
↓ 4 callersMethodBytes
Bytes returns the raw address bytes.
types/address.go:239
↓ 4 callersMethodBytes
Bytes returns the raw address bytes.
types/address.go:361
↓ 4 callersMethodCommit
()
types/store.go:36
↓ 4 callersMethodCreateMnemonic
CreateMnemonic creates a new mnemonic, and derives a hierarchical deterministic key from that.
crypto/keys/types.go:25
↓ 4 callersMethodEmpty
Returns boolean for whether an AccAddress is empty
types/address.go:77
↓ 4 callersMethodEquals
Returns whether 2 votes are equal
x/gov/depositsvotes.go:19
↓ 4 callersFunctionErrDescriptionLength
(codespace sdk.CodespaceType, descriptor string, got, max int)
x/stake/types/errors.go:55
↓ 4 callersFunctionErrNilDelegatorAddr
(codespace sdk.CodespaceType)
x/stake/types/errors.go:88
↓ 4 callersMethodGet
Get returns the public information about one key.
crypto/keys/keybase.go:218
↓ 4 callersFunctionGetChainHeight
get the current blockchain height
client/rpc/block.go:73
↓ 4 callersFunctionGetDelegationDistInfoKey
gets the key for delegator distribution for a validator VALUE: distribution/types.DelegationDistInfo
x/distribution/keeper/key.go:34
↓ 4 callersMethodGetDelegatorShares
validator commission rate
types/stake.go:48
↓ 4 callersMethodGetDepositParams
===================================================== Params Returns the current DepositParams from the global param store nolint: errcheck
x/gov/keeper.go:247
↓ 4 callersMethodGetDeposits
Gets all the deposits on a specific proposal
x/gov/keeper.go:407
↓ 4 callersMethodGetFromName
GetFromName returns the key name for the current context.
client/context/query.go:89
↓ 4 callersFunctionGetKeyInfo
GetKeyInfo returns key info for a given name. An error is returned if the keybase cannot be retrieved or getting the info fails.
client/keys/utils.go:31
↓ 4 callersMethodGetMemo
nolint
x/auth/stdtx.go:55
↓ 4 callersMethodGetShares
validator operator address
types/stake.go:94
↓ 4 callersMethodGetTitle
()
x/gov/proposals.go:19
↓ 4 callersMethodGetType
Human-readable type for key listing
crypto/keys/types.go:80
↓ 4 callersFunctionGetUBDKey
______________________________________________________________________________ gets the key for an unbonding delegation by delegator and validator add
x/stake/keeper/key.go:126
↓ 4 callersMethodGetValAccum
Get the validator accum at the provided height
x/distribution/types/validator_info.go:63
↓ 4 callersMethodGetValidatorByConsAddr
get a single validator by consensus address
x/stake/keeper/validator.go:68
↓ 4 callersFunctionGetValidatorDistInfoKey
gets the key for the validator distribution info from address VALUE: distribution/types.ValidatorDistInfo
x/distribution/keeper/key.go:28
↓ 4 callersFunctionGetValidatorQueueTimeKey
gets the prefix for all unbonding delegations from a delegator
x/stake/keeper/key.go:104
↓ 4 callersFunctionGetValidatorsByPowerIndexKey
get the validator by power index. Power index is the key used in the power-store, and represents the relative power ranking of the validator. VALUE: v
x/stake/keeper/key.go:64
↓ 4 callersMethodGetWithdrawContext
______________________________________________________________________ get context required for withdraw operations
x/distribution/keeper/keeper.go:94
↓ 4 callersMethodHash
Implements merkle.Hasher.
store/rootmultistore.go:436
↓ 4 callersMethodLen
Len() returns the length of the list The length is only increased by Push() and not decreased List dosen't check if an index is in bounds The user sho
store/list.go:40
↓ 4 callersMethodList
CRUD on the keystore
crypto/keys/types.go:15
↓ 4 callersMethodMaxValidators
MaxValidators - Maximum number of validators
x/stake/keeper/params.go:28
↓ 4 callersMethodMountStore
Mount a store to the provided key in the BaseApp multistore, using the default DB
baseapp/baseapp.go:146
↓ 4 callersMethodPlus
Plus combines two sets of coins CONTRACT: Plus will never return Coins where one Coin has a 0 amount.
x/distribution/types/dec_coin.go:80
↓ 4 callersMethodQuerySubspace
QuerySubspace performs a query from a Tendermint node with the provided store name and subspace.
client/context/query.go:51
↓ 4 callersMethodSetDelegationDistInfo
set the delegator distribution info
x/distribution/keeper/delegation.go:31
↓ 4 callersMethodSetPruning
(PruningStrategy)
types/store.go:38
↓ 4 callersMethodSort
Sort is a helper function to sort the set of coins inplace
types/coin.go:313
↓ 4 callersMethodTruncateDecimal
return the decimal coins with trunctated decimals, and return the change
x/distribution/types/dec_coin.go:47
↓ 4 callersMethodTruncateInt
TruncateInt truncates the decimals from the number and returns an Int
types/decimal.go:373
↓ 4 callersMethodValue
Implements Iterator.
store/iavlstore.go:379
↓ 4 callersMethodVerify
Verify verifies the consensus proof at given height.
client/context/query.go:177
← previousnext →101–200 of 2,183, ranked by callers