Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OCEChain/OCEChain
/ functions
Functions
2,183 in github.com/OCEChain/OCEChain
⨍
Functions
2,183
◇
Types & classes
280
↓ 1 callers
Function
GenerateCoinKey
___________________________________________________________________________________________ GenerateCoinKey returns the address of a public key, along
server/init.go:100
↓ 1 callers
Method
Get
Implements KVStore.
store/cachekvstore.go:43
↓ 1 callers
Method
Get
Get parameter from store
x/params/subspace/subspace.go:75
↓ 1 callers
Function
GetAccPubKeyBech32
GetAccPubKeyBech32 creates a PubKey for an account with a given public key string using the Bech32 Bech32PrefixAccPub prefix.
types/address.go:447
↓ 1 callers
Method
GetAccount
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 callers
Function
GetAccountCmd
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 callers
Function
GetAccountDecoder
GetAccountDecoder gets the account decoder for auth.DefaultAccount.
x/auth/client/cli/account.go:20
↓ 1 callers
Method
GetAllDelegationDistInfos
Get the set of all delegator-distribution-info's with no limits, used during genesis dump
x/distribution/keeper/genesis.go:23
↓ 1 callers
Method
GetAllDelegations
return all delegations used during genesis dump
x/stake/keeper/delegation.go:28
↓ 1 callers
Method
GetAllDelegatorDelegations
_____________________________________________________________________________________ return all delegations for a delegator
x/stake/keeper/query_utils.go:52
↓ 1 callers
Method
GetAllDelegatorWithdrawInfos
Get the set of all delegator-withdraw addresses with no limits, used during genesis dump
x/distribution/keeper/genesis.go:37
↓ 1 callers
Method
GetAllRedelegations
return all redelegations for a delegator
x/stake/keeper/query_utils.go:88
↓ 1 callers
Method
GetAllUnbondingDelegations
return all unbonding-delegations for a delegator
x/stake/keeper/query_utils.go:70
↓ 1 callers
Method
GetAllValidatorDistInfos
Get the set of all validator-distribution-info's with no limits, used during genesis dump
x/distribution/keeper/genesis.go:9
↓ 1 callers
Method
GetBondedValidatorsByPower
get the current group of bonded validators sorted by power-rank
x/stake/keeper/validator.go:282
↓ 1 callers
Method
GetByAddress
(address types.AccAddress)
crypto/keys/types.go:17
↓ 1 callers
Function
GetCmdBeginRedelegate
GetCmdBeginRedelegate the begin redelegation command.
x/stake/client/cli/tx.go:229
↓ 1 callers
Function
GetCmdBeginUnbonding
GetCmdBeginUnbonding implements the begin unbonding validator command.
x/stake/client/cli/tx.go:299
↓ 1 callers
Method
GetCoins
(ctx sdk.Context, addr sdk.AccAddress)
x/bank/keeper.go:138
↓ 1 callers
Method
GetCollectedFees
retrieves the collected fee pool
x/auth/feekeeper.go:31
↓ 1 callers
Function
GetConfirmation
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 callers
Function
GetConsPubKeyBech32
GetConsPubKeyBech32 creates a PubKey for a consensus node with a given public key string using the Bech32 Bech32PrefixConsPub prefix.
types/address.go:503
↓ 1 callers
Function
GetDelegationDistInfosKey
gets the prefix for a delegator's distributions across all validators
x/distribution/keeper/key.go:39
↓ 1 callers
Method
GetDelegatorValidator
return a validator that a delegator is bonded to
x/stake/keeper/query_utils.go:34
↓ 1 callers
Method
GetDelegatorValidators
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 callers
Method
GetDelegatorWithdrawAddr
___________________________________________________________________________________________ get the delegator withdraw address, return the delegator a
x/distribution/keeper/delegation.go:48
↓ 1 callers
Function
GetDelegatorWithdrawInfoAddress
gets an address from a delegator's withdraw info key
x/distribution/keeper/key.go:49
↓ 1 callers
Method
GetIngressSequence
TODO add description
x/ibc/mapper.go:79
↓ 1 callers
Method
GetKVStore
Implements MultiStore.
store/cachemultistore.go:132
↓ 1 callers
Method
GetKey
GetKey returns the key for a multi-store proof operation.
store/multistoreproof.go:101
↓ 1 callers
Function
GetKeyBase
GetKeyBase initializes a keybase based on the given db. The KeyBase manages all activity requiring access to a key.
client/keys.go:10
↓ 1 callers
Function
GetKeyBaseFromDir
GetKeyBaseFromDir initializes a read-only keybase at a particular dir.
client/keys/utils.go:98
↓ 1 callers
Function
GetKeyBaseFromDirWithWritePerm
GetKeyBaseFromDirWithWritePerm initializes a keybase at a particular dir with write permissions.
client/keys/utils.go:93
↓ 1 callers
Function
GetKeyRequestHandler
REST get key REST handler
client/keys/show.go:147
↓ 1 callers
Method
GetMoniker
whether the validator is jailed
types/stake.go:40
↓ 1 callers
Method
GetMsgs
nolint
x/auth/stdtx.go:33
↓ 1 callers
Method
GetParamSet
Get to ParamSet
x/params/subspace/subspace.go:146
↓ 1 callers
Method
GetPublicKeySECP256K1
([]uint32)
crypto/ledger_secp256k1.go:31
↓ 1 callers
Function
GetREDKeyFromValSrcIndexKey
GetREDKeyFromValSrcIndexKey rearranges the ValSrcIndexKey to get the REDKey
x/stake/keeper/key.go:211
↓ 1 callers
Function
GetREDsByDelToValDstIndexKey
gets the prefix keyspace for all redelegations redelegating towards a destination validator from a particular delegator
x/stake/keeper/key.go:260
↓ 1 callers
Method
GetRaw
Get raw bytes of parameter from store
x/params/subspace/subspace.go:98
↓ 1 callers
Method
GetRedelegationQueueTimeSlice
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 callers
Method
GetTotalDelAccum
Get the total delegator accum within this validator at the provided height
x/distribution/types/validator_info.go:58
↓ 1 callers
Function
GetUBDKeyFromValIndexKey
rearranges the ValIndexKey to get the UBDKey
x/stake/keeper/key.go:139
↓ 1 callers
Method
GetUnbondingQueueTimeSlice
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 callers
Function
GetValPubKeyBech32
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 callers
Method
GetValidatorSet
()
types/stake.go:99
↓ 1 callers
Function
GetValidatorSigningInfoAddress
extract the address from a validator signing info key
x/slashing/keys.go:24
↓ 1 callers
Method
GetValidators
return a given amount of all the validators
x/stake/keeper/validator.go:230
↓ 1 callers
Function
GetVersion
return version of CLI/node and commit hash
version/command.go:19
↓ 1 callers
Function
HasGenerateOnlyArg
HasGenerateOnlyArg returns whether a URL's query "generate-only" parameter is set to "true".
client/utils/rest.go:50
↓ 1 callers
Method
HasReceivingRedelegation
check if validator is receiving a redelegation
x/stake/keeper/delegation.go:261
↓ 1 callers
Method
Hooks
New Validator Hooks
x/distribution/keeper/hooks.go:97
↓ 1 callers
Method
Hooks
Return the wrapper struct
x/slashing/hooks.go:62
↓ 1 callers
Method
HumanReadableString
Return human readable signing info
x/slashing/signing_info.go:112
↓ 1 callers
Method
HumanReadableString
HumanReadableString returns a human readable string representation of the parameters.
x/stake/types/params.go:68
↓ 1 callers
Method
InactiveProposalQueueIterator
Returns an iterator for all the proposals in the Inactive Queue that expire by endTime
x/gov/keeper.go:475
↓ 1 callers
Method
InflateSupply
(ctx sdk.Context, newTokens sdk.Dec)
x/mint/expected_keepers.go:11
↓ 1 callers
Method
InitChain
Implements ABCI InitChain runs the initialization logic directly on the CommitMultiStore and commits it.
baseapp/baseapp.go:253
↓ 1 callers
Method
InitChainer
InitChainer performs custom logic for initialization. nolint: errcheck
x/mock/app.go:101
↓ 1 callers
Function
InitCmd
get cmd to initialize all files for tendermint and application nolint: errcheck
oce/main.go:60
↓ 1 callers
Function
InitGenesis
InitGenesis - store genesis parameters
x/gov/genesis.go:61
↓ 1 callers
Function
InitGenesis
InitGenesis initialize default parameters and the keeper's address to pubkey map
x/slashing/genesis.go:34
↓ 1 callers
Function
InitialMinter
minter object for a new minter
x/mint/minter.go:17
↓ 1 callers
Function
InitialPool
initial pool for testing
x/stake/types/pool.go:25
↓ 1 callers
Method
InputOutputCoins
(ctx sdk.Context, inputs []Input, outputs []Output)
x/bank/keeper.go:91
↓ 1 callers
Method
InsertActiveProposalQueue
Inserts a ProposalID into the active proposal queue at endTime
x/gov/keeper.go:462
↓ 1 callers
Method
InsertInactiveProposalQueue
Inserts a ProposalID into the inactive proposal queue at endTime
x/gov/keeper.go:481
↓ 1 callers
Method
IsCheckTx
()
types/context.go:173
↓ 1 callers
Method
IsEqual
IsEqual returns true if the two sets of Coins have the same value
types/coin.go:238
↓ 1 callers
Method
IsUint64
IsUint64 returns true if Uint64() not panics
types/int.go:378
↓ 1 callers
Method
IterateBondedValidatorsByPower
iterate through bonded validators by operator address, execute func for each validator
types/stake.go:67
↓ 1 callers
Method
IterateLastValidators
iterate through the consensus validator set of the last block by operator address, execute func for each validator
types/stake.go:71
↓ 1 callers
Method
IterateRedelegations
iterate through all redelegations
x/stake/keeper/delegation.go:287
↓ 1 callers
Method
IterateUnbondingDelegations
iterate through all of the unbonding delegations
x/stake/keeper/delegation.go:127
↓ 1 callers
Function
KeyDepositsSubspace
Key for getting all deposits on a proposal from the store
x/gov/keeper_keys.go:38
↓ 1 callers
Function
KeyVotesSubspace
Key for getting all votes on a proposal from the store
x/gov/keeper_keys.go:43
↓ 1 callers
Method
LastValidatorsIterator
returns an iterator for the consensus validators in the last block
x/stake/keeper/validator.go:275
↓ 1 callers
Function
LatestBlockRequestHandlerFn
REST handler to get the latest block
client/rpc/block.go:139
↓ 1 callers
Function
LatestValidatorSetRequestHandlerFn
Latest Validator Set REST handler
client/rpc/validators.go:166
↓ 1 callers
Method
Len
()
x/gov/test_common.go:112
↓ 1 callers
Function
LoadIAVLStore
load the iavl store
store/iavlstore.go:22
↓ 1 callers
Method
LoadVersion
Implements CommitMultiStore.
store/rootmultistore.go:98
↓ 1 callers
Function
MakeCodec
MakeCodec creates a new codec codec and registers all the necessary types with the codec.
app/app.go:105
↓ 1 callers
Function
MakeTag
Make a tag from a key and a value
types/tags.go:51
↓ 1 callers
Function
MakeTestCodec
create a codec used only for testing
x/distribution/keeper/test_common.go:61
↓ 1 callers
Function
MakeTestCodec
_______________________________________________________________________________________ create a codec used only for testing
x/stake/keeper/test_common.go:57
↓ 1 callers
Method
Marshal
Marshal needed for protobuf compatibility
x/gov/depositsvotes.go:87
↓ 1 callers
Method
MaxEvidenceAge
MaxEvidenceAge - Max age for evidence - 21 days (3 weeks) MaxEvidenceAge = 60 * 60 * 24 * 7 * 3
x/slashing/params.go:81
↓ 1 callers
Method
Minus
Minus subtracts a set of coins from another (adds the inverse)
x/distribution/types/dec_coin.go:126
↓ 1 callers
Method
Mod
Mod returns remainder after dividing with Uint
types/int.go:471
↓ 1 callers
Method
Modified
Returns true if the parameter is set in the block
x/params/subspace/subspace.go:110
↓ 1 callers
Method
MountStoresIAVL
Mount IAVL stores to the provided keys in the BaseApp multistore
baseapp/baseapp.go:127
↓ 1 callers
Method
Mul
Mul multiples two Uints
types/int.go:438
↓ 1 callers
Method
MulRaw
MulRaw multipies Int and int64
types/int.go:220
↓ 1 callers
Function
MustSortJSON
MustSortJSON is like SortJSON but panic if an error occurs, e.g., if the passed JSON isn't valid.
types/utils.go:32
↓ 1 callers
Method
Negative
Negative returns a set of coins with all amount negative
types/coin.go:171
↓ 1 callers
Method
Negative
Negative returns a set of coins with all amount negative
x/distribution/types/dec_coin.go:114
↓ 1 callers
Function
New
()
codec/codec.go:14
↓ 1 callers
Function
NewCoin
(denom string, amount Int)
types/coin.go:17
← previous
next →
701–800 of 2,183, ranked by callers