MCPcopy Create free account

hub / github.com/OCEChain/OCEChain / functions

Functions2,183 in github.com/OCEChain/OCEChain

↓ 161 callersMethodString
()
types/store.go:296
↓ 136 callersMethodError
Implements ABCIError.
types/errors.go:234
↓ 130 callersMethodKVStore
KVStore fetches a KVStore from the MultiStore.
types/context.go:75
↓ 87 callersMethodWrite
Write syncs with the underlying store.
types/store.go:242
↓ 86 callersMethodGet
Get returns nil iff key doesn't exist. Panics on nil key.
types/store.go:126
↓ 79 callersMethodSet
Set sets the key. Panics on nil key or value.
types/store.go:132
↓ 72 callersMethodError
()
crypto/keys/keyerror/errors.go:26
↓ 55 callersMethodValid
Implements Iterator.
store/iavlstore.go:348
↓ 54 callersMethodResult
()
types/errors.go:183
↓ 54 callersMethodValue
---------------------------------------- Getting a value context value for the provided key
types/context.go:63
↓ 49 callersMethodNext
Implements Iterator.
store/iavlstore.go:358
↓ 45 callersMethodClose
Implements Iterator.
store/iavlstore.go:390
↓ 40 callersMethodBytes
fee bytes for signing later
x/auth/stdtx.go:85
↓ 37 callersMethodKey
Implements Iterator.
store/iavlstore.go:368
↓ 34 callersMethodAdd
Add adds Int from another
types/int.go:176
↓ 34 callersMethodDelete
Delete deletes the key. Panics on nil key.
types/store.go:135
↓ 34 callersMethodSub
Sub subtracts Int from another
types/int.go:191
↓ 34 callersMethodWithCodec
WithCodec returns a copy of the context with an updated codec.
x/auth/client/txbuilder/txbuilder.go:50
↓ 32 callersMethodPubKey
PubKey returns the cached public key.
crypto/ledger_secp256k1.go:74
↓ 29 callersMethodMarshalJSON
Marshals to JSON using string
x/gov/proposals.go:174
↓ 28 callersMethodSign
Sign some bytes, looking up the private key to use
crypto/keys/types.go:21
↓ 27 callersMethodBlockHeader
()
types/context.go:153
↓ 26 callersMethodEqual
nolint
x/stake/types/pool.go:18
↓ 23 callersMethodBlockHeight
()
types/context.go:155
↓ 23 callersMethodGetPool
_______________________________________________________________________ load the pool
x/stake/keeper/keeper.go:57
↓ 22 callersMethodMountStoreWithDB
Mount a store of type using the given db. If db == nil, the new store will use the CommitMultiStore db.
types/store.go:99
↓ 21 callersMethodConsAddress
return the TM validator address
x/stake/types/validator.go:241
↓ 20 callersMethodwithValue
(key interface{}, value interface{})
types/context.go:113
↓ 19 callersMethodIsZero
IsZero returns true if Int is zero
types/int.go:151
↓ 19 callersMethodMarshalJSON
MarshalJSON defines custom encoding scheme
types/int.go:288
↓ 18 callersMethodGT
GT returns true if first Int is greater than second
types/int.go:166
↓ 18 callersMethodGet
(name string)
crypto/keys/types.go:16
↓ 18 callersMethodInfo
______________________________________________________________________________ ABCI Implements ABCI
baseapp/baseapp.go:235
↓ 18 callersMethodPlus
Adds amounts of two coins with same denom
x/distribution/types/dec_coin.go:31
↓ 18 callersMethodQueryWithData
Query information about the connected node with a data payload
client/context/query.go:39
↓ 18 callersMethodUnmarshalJSON
Unmarshals from JSON assuming Bech32 encoding
x/gov/proposals.go:179
↓ 17 callersMethodQuo
quotient
types/decimal.go:229
↓ 17 callersMethodSetPool
set the pool
x/stake/keeper/keeper.go:68
↓ 17 callersFunctionWriteErrorResponse
---------------------------------------- Basic HTTP utilities WriteErrorResponse prepares and writes a HTTP error given a status code and an error mes
client/utils/rest.go:30
↓ 16 callersMethodConsumeGas
(amount Gas, descriptor string)
types/gas.go:31
↓ 16 callersMethodGetValidator
get a single validator
x/stake/keeper/validator.go:27
↓ 15 callersMethodQueryResult
()
types/errors.go:184
↓ 14 callersMethodIterator
Iterator over a domain of keys in ascending order. End is exclusive. Start must be less than end, or the Iterator is invalid. Iterator must be closed
types/store.go:142
↓ 14 callersMethodLT
LT returns true if first Int is lesser than second
types/int.go:171
↓ 14 callersMethodMul
Mul multiples two Ints
types/int.go:206
↓ 14 callersMethodQueryStore
QueryStore performs a query from a Tendermint node with the provided key and store name.
client/context/query.go:45
↓ 14 callersFunctionnewErrorWithRootCodespace
(code CodeType, format string, args ...interface{})
types/errors.go:192
↓ 13 callersMethodGetPubKey
Public key
crypto/keys/types.go:84
↓ 12 callersMethodBytes
Bytes implements the PrivKey interface. It stores the cached public key so we can verify the same key when we reconnect to a ledger.
crypto/ledger_secp256k1.go:100
↓ 12 callersMethodCodespace
_________________________________________________________________________ return the codespace
x/stake/keeper/keeper.go:50
↓ 12 callersMethodEqual
Equal compares two Ints
types/int.go:161
↓ 12 callersMethodGasMeter
()
types/context.go:171
↓ 12 callersFunctionGetConfig
GetConfig returns the config instance for the SDK.
types/config.go:31
↓ 12 callersMethodGetProposalID
()
x/gov/proposals.go:16
↓ 12 callersMethodGetStatus
()
x/gov/proposals.go:28
↓ 12 callersMethodMarshalJSON
MarshalJSON marshals the validator to JSON using Bech32
x/stake/types/validator.go:178
↓ 12 callersMethodSetValidator
___________________________________________________________________________ set the main record holding validator details
x/stake/keeper/validator.go:88
↓ 12 callersMethodUnmarshalJSON
UnmarshalJSON unmarshals the validator from JSON using Bech32
x/stake/types/validator.go:201
↓ 12 callersMethodValidateBasic
ValidateBasic does a simple validation check that doesn't require access to any other information.
types/tx_msg.go:20
↓ 11 callersMethodBytes
Bytes returns the raw address bytes.
types/address.go:122
↓ 11 callersMethodGetFromAddress
GetFromAddress returns the from address from the context's name.
client/context/query.go:84
↓ 11 callersMethodGetNode
GetNode returns an RPC client. If the context's client is not defined, an error is returned.
client/context/query.go:25
↓ 11 callersMethodHas
Has checks if a key exists. Panics on nil key.
types/store.go:129
↓ 11 callersMethodIsOK
TODO: In the future, more codes may be OK.
types/result.go:30
↓ 11 callersMethodMulDec
multiply all the coins by a decimal
x/distribution/types/dec_coin.go:131
↓ 11 callersMethodValid
Valid implements Iterator.
store/cachemergeiterator.go:50
↓ 11 callersMethodWithAccountDecoder
WithAccountDecoder returns a copy of the context with an updated account decoder.
client/context/context.go:180
↓ 10 callersMethodMarshal
Marshal returns the raw address bytes. It is needed for protobuf compatibility.
types/address.go:88
↓ 10 callersMethodName
()
types/store.go:295
↓ 10 callersFunctionNewCacheKVStore
nolint
store/cachekvstore.go:30
↓ 10 callersMethodQuery
(abci.RequestQuery)
types/store.go:52
↓ 9 callersMethodGetParams
Get all parameteras as types.Params
x/stake/keeper/params.go:40
↓ 9 callersMethodNewContext
NewContext returns a new Context with the correct store, the given header, and nil txBytes.
baseapp/baseapp.go:198
↓ 9 callersMethodTraceSDK
convenience
types/errors.go:174
↓ 9 callersMethodUnmarshal
Unmarshal sets the address to the given data. It is needed for protobuf compatibility.
types/address.go:94
↓ 9 callersMethodUnmarshalJSON
UnmarshalJSON defines custom decoding scheme
types/int.go:296
↓ 9 callersFunctioninfoKey
(name string)
crypto/keys/keybase.go:469
↓ 8 callersMethodBigInt
BigInt converts Int to big.Int
types/int.go:82
↓ 8 callersMethodGetAccount
Implements sdk.AccountKeeper.
x/auth/keeper.go:52
↓ 8 callersFunctionGetKeyBaseWithWritePerm
GetKeyBaseWithWritePerm initialize a keybase based on the configuration with write permissions.
client/keys/utils.go:87
↓ 8 callersMethodGetProposal
Get Proposal from store by ProposalID
x/gov/keeper.go:112
↓ 8 callersMethodGetPubKey
errors if already set.
x/auth/account.go:21
↓ 8 callersMethodIsNotNegative
IsNotNegative returns true if coin amount is not negative
types/coin.go:66
↓ 8 callersMethodMinus
Subtracts amounts of two coins with same denom
x/distribution/types/dec_coin.go:39
↓ 8 callersFunctionNewGasKVStore
NewGasKVStore returns a reference to a new GasKVStore. nolint
store/gaskvstore.go:21
↓ 8 callersMethodSetValidatorByPowerIndex
validator index
x/stake/keeper/validator.go:102
↓ 7 callersMethodBroadcastTx
BroadcastTx broadcasts a transactions either synchronously or asynchronously based on the context parameters. The result of the broadcast is parsed in
client/context/broadcast.go:30
↓ 7 callersMethodCacheMultiStore
Cache wrap MultiStore. NOTE: Caller should probably not call .Write() on each, but call CacheMultiStore.Write().
types/store.go:64
↓ 7 callersMethodCodespace
()
types/errors.go:180
↓ 7 callersMethodGetValidatorDistInfo
get the validator distribution info
x/distribution/keeper/validator.go:16
↓ 7 callersMethodKey
Key implements Iterator
store/cachemergeiterator.go:85
↓ 7 callersMethodLoadLatestVersion
Load the latest persisted version. Called once after all calls to Mount*Store() are complete.
types/store.go:109
↓ 7 callersMethodLogger
()
types/context.go:165
↓ 7 callersMethodMul
multiplication
types/decimal.go:208
↓ 7 callersFunctionNewInt
NewInt constructs Int from int64
types/int.go:87
↓ 7 callersMethodReverseIterator
Iterator over a domain of keys in descending order. End is exclusive. Start must be greater than end, or the Iterator is invalid. Iterator must be clo
types/store.go:148
↓ 7 callersMethodRoundInt64
RoundInt64 rounds the decimal using bankers rounding
types/decimal.go:338
↓ 7 callersMethodSubspace
Allocate subspace used for keepers
x/params/keeper.go:33
↓ 7 callersMethodcompare
Like bytes.Compare but opposite if not ascending.
store/cachemergeiterator.go:151
↓ 6 callersMethodAppendTag
Append a single tag
types/tags.go:19
next →1–100 of 2,183, ranked by callers