MCPcopy Create free account

hub / github.com/crypto-org-chain/chain-jslib / functions

Functions857 in github.com/crypto-org-chain/chain-jslib

↓ 5 callersFunctiontypeUrlToMsgClassMapping
(cro: any, typeUrl: string)
lib/src/transaction/common/constants/typeurl.ts:62
↓ 4 callersMethodaddClass
* Add the given class to all elements of the group. * * @param className The class name to add.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:40
↓ 4 callersMethodappendFeeAmount
* Appends an `Amount` to the AuthInfo Fee Amount List * @param {ICoin} feeAmount to be set to the raw tx body * @returns {RawTransac
lib/src/transaction/v2.raw.ts:248
↓ 4 callersFunctioncheckAddressCheckSum
(data: string)
lib/src/utils/address.ts:45
↓ 4 callersFunctioncloneUint8Array
(arr: Uint8Array)
lib/src/utils/typed-array.ts:6
↓ 4 callersFunctionconvertSecondsNanosToTZFormat
(seconds: Long, nanos: number)
lib/src/utils/timestamp.ts:6
↓ 4 callersMethodfromCosmosMsgJSON
* Returns an instance of MsgFundCommunityPool * @param {string} msgJsonStr * @param {Network} network * @returns {MsgFundCo
lib/src/transaction/msg/v2/distribution/v2.MsgFundCommunityPool.ts:64
↓ 4 callersFunctiongetHashOpStringFromValue
(targetValue: number)
lib/src/utils/txDecoder.ts:530
↓ 4 callersMethodisIndexSigned
* Returns true when the signer index is already signed * @param {index} index * @returns {boolean} * @throws {Error} when index is inva
lib/src/transaction/signable.ts:166
↓ 4 callersFunctionisUint8Array
(data: unknown | Uint8Array)
lib/src/utils/address.ts:26
↓ 4 callersMethodlength
()
lib/src/utils/bytes/bytes.ts:144
↓ 4 callersFunctionowCosmosMsg
()
lib/src/transaction/msg/cosmosMsg.ts:23
↓ 4 callersFunctionowGoogleProtoAnyOptional
()
lib/src/transaction/msg/ow.types.ts:225
↓ 4 callersMethodowIndex
()
lib/src/transaction/v2.signable.ts:323
↓ 4 callersFunctionowNetwork
()
lib/src/network/ow.types.ts:4
↓ 4 callersMethodsetLoadingState
* Set the loading state and update the visual state accordingly.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:183
↓ 4 callersFunctionstripHexPrefix
(str: string)
lib/src/utils/address.ts:22
↓ 4 callersMethodsub
* Subtract another Coin and returns a new Coin * @param {Coin} anotherCoin coins to subtract * @returns {Coin} * @throws {E
lib/src/coin/coin.ts:187
↓ 4 callersFunctionuint8ArrayToHexString
(uint8Array: Uint8Array)
lib/src/utils/address.ts:34
↓ 3 callersMethoddisconnect
()
lib/src/client/client.ts:54
↓ 3 callersMethoddispatchEvent
(event: CustomEvent<T>)
docs/themes/src/default/assets/js/src/typedoc/EventTarget.ts:33
↓ 3 callersMethodfromCosmosMsgJSON
* Returns an instance of CommunityPoolSpendProposal * @param {string} msgJsonStr * @param {Network} network * @returns {Com
lib/src/transaction/msg/v2/gov/proposal/v2.CommunityPoolSpendProposal.ts:61
↓ 3 callersMethodfromCosmosMsgJSON
* Returns an instance of IBC.Header * @param {string} msgJsonStr * @param {Network} network * @returns {Header}
lib/src/transaction/msg/ibc/lightclients/Header.ts:80
↓ 3 callersMethodfromCosmosMsgJSON
* Returns an instance of MsgUnjail * @param {string} msgJsonStr * @param {Network} network * @returns {MsgUnjail}
lib/src/transaction/msg/slashing/MsgUnjail.ts:62
↓ 3 callersFunctiongetAuthInfoJson
(authInfo: AuthInfo)
lib/src/utils/txDecoder.ts:556
↓ 3 callersFunctiongetBech32AddressFromEVMAddress
(evmAddress: string, bech32Prefix: string)
lib/src/utils/address.ts:121
↓ 3 callersFunctiongetTxBodyJson
(txBody: TxBody)
lib/src/utils/txDecoder.ts:111
↓ 3 callersFunctionisHexPrefixed
(str: string)
lib/src/utils/address.ts:18
↓ 3 callersMethodisValid
()
lib/src/utils/address.ts:143
↓ 3 callersMethodowIndex
()
lib/src/transaction/signable.ts:172
↓ 3 callersFunctionprotoEncodeEd25519PubKey
(pubKey: Bytes)
lib/src/transaction/msg/staking/MsgCreateValidator.ts:203
↓ 3 callersMethodremoveClass
* Remove the given class from all elements of the group. * * @param className The class name to remove.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:52
↓ 3 callersMethodsetActive
(value: boolean)
docs/themes/src/default/assets/js/src/typedoc/components/Toggle.ts:25
↓ 3 callersMethodsetFees
* Sets the fees to the raw tx * @param {ICoin[]} list of fee to be set to the raw tx body * @returns {RawTransactionV2} * @
lib/src/transaction/v2.raw.ts:234
↓ 3 callersMethodsetHasFocus
* Set the focus state and update the visual state accordingly.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:197
↓ 3 callersMethodtoBuffer
* Returns Buffer representation of the Bytes * @returns {Buffer}
lib/src/utils/bytes/bytes.ts:114
↓ 3 callersFunctiontypeUrlToCosmosTransformer
(str: string)
lib/src/utils/txDecoder.ts:574
↓ 2 callersFunctionSignModeValidator
(value: number)
lib/src/transaction/ow.types.ts:14
↓ 2 callersFunctionanyHDKey
()
lib/src/hdkey/hdkey.spec.ts:8
↓ 2 callersMethodclean0x
(value: string)
lib/src/utils/bytes/bytes.ts:69
↓ 2 callersMethodexportSignerAccounts
* Export the added SignerAccounts in JSON. * The result of this function can be imported into `SignableTransactionV2` instance * @me
lib/src/transaction/v2.raw.ts:125
↓ 2 callersFunctionfuzzyNilArgDefFnGenerator
(type: FuzzyArgType, validValue: T)
lib/src/test/mocha-fuzzy/suite.ts:148
↓ 2 callersFunctiongenerateAccount
( network: Network, )
lib/e2e/offline-signing/compare.ts:63
↓ 2 callersMethodgetChainId
()
lib/src/client/client.ts:45
↓ 2 callersMethodgetEncoded
* Returns the proto encoding representation of any IMsgProposalContent implementation * @returns {google.protobuf.Any}
lib/src/transaction/msg/gov/IMsgProposalContent.ts:14
↓ 2 callersMethodgetHeight
()
lib/src/client/client.ts:46
↓ 2 callersMethodgetSequence
(address: string)
lib/src/client/client.ts:49
↓ 2 callersFunctiongetSignaturesJson
(signaturesArray: Uint8Array[])
lib/src/utils/txDecoder.ts:102
↓ 2 callersMethodgetTxRaw
* Returns TxRaw * @returns {TxRaw} * @memberof SignedTransaction
lib/src/transaction/signed.ts:51
↓ 2 callersMethodimportSignerAccounts
* Imports SignerAccounts for the transaction. * Note: It must be called before setting signature /converting to `Signed`/Setting AccountNumber
lib/src/transaction/v2.signable.ts:206
↓ 2 callersFunctionisValidSepc256k1PublicKey
(val: Bytes)
lib/src/utils/secp256k1.ts:28
↓ 2 callersMethodonClick
* Triggered when the user clicks onto a signature header. * * @param e The related event object.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:157
↓ 2 callersMethodonResize
* Triggered after the viewport was resized.
docs/themes/src/default/assets/js/src/typedoc/components/MenuHighlight.ts:94
↓ 2 callersMethodonResize
* Triggered when the size of the window has changed.
docs/themes/src/default/assets/js/src/typedoc/services/Viewport.ts:83
↓ 2 callersMethodonScroll
* Triggered after the viewport was scrolled. * * @param event The custom event with the current vertical scroll position.
docs/themes/src/default/assets/js/src/typedoc/components/MenuHighlight.ts:120
↓ 2 callersMethodonScroll
* Triggered when the user scrolled the viewport.
docs/themes/src/default/assets/js/src/typedoc/services/Viewport.ts:101
↓ 2 callersFunctionowContent
()
lib/src/transaction/msg/ow.types.ts:19
↓ 2 callersFunctionowIntegerString
()
lib/src/transaction/ow.types.ts:76
↓ 2 callersFunctionowOptionalCoin
()
lib/src/coin/ow.types.ts:15
↓ 2 callersFunctionowSignerAccount
()
lib/src/transaction/ow.types.ts:46
↓ 2 callersMethodparseCROAmount
* Parse and validate a amount in CRO unit represented as Big to base unit * @param {Big} croAmount amount in CRO unit * @returns {Bi
lib/src/coin/v2.coin/v2.coin.ts:159
↓ 2 callersFunctionprotoEncodeAuthInfoV2
(authInfo: AuthInfoV2)
lib/src/utils/protoBuf/encoder/v2.authInfo.ts:10
↓ 2 callersFunctionprotoEncodeTxBody
(txBody: TxBody)
lib/src/utils/protoBuf/encoder/txBodyMessage.ts:11
↓ 2 callersMethodsetCurrentResult
* Move the highlight within the result set.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:223
↓ 2 callersMethodsetIndex
* Set the index of the active signature. * * @param index The index of the signature to activate.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:108
↓ 2 callersMethodsetQuery
* Set the query string and update the results.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:214
↓ 2 callersMethodsetSignerAccountNumberAtIndex
* This function manually set the provided accountNumber at a specified index of signerAccountsList * @param {number} index index of the signer
lib/src/transaction/v2.signable.ts:251
↓ 2 callersFunctionthrottle
(fn: (...args: A) => void, wait = 100)
docs/themes/src/default/assets/js/src/typedoc/utils/trottle.ts:3
↓ 2 callersMethodtoBig
* Returns the Big representation of the Coin in base unit * @returns {Big} * @memberof Coin
lib/src/coin/coin.ts:202
↓ 2 callersMethodtoSignDocumentHash
* Returns the SignDoc Hash of the specified index * @param {number} index index of the signer * @returns {Bytes} , length is 32 bytes, SHA25
lib/src/transaction/v2.signable.ts:266
↓ 2 callersMethodtriggerResize
* Trigger a resize event.
docs/themes/src/default/assets/js/src/typedoc/services/Viewport.ts:68
↓ 2 callersFunctionunifyJSON
(anyContent: string)
lib/e2e/offline-signing/compare.ts:126
↓ 2 callersMethodupdateResults
* Update the visible state of the search control.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:145
↓ 1 callersFunctionMsgConnectionOpenConfirmIBC
(config: InitConfigurations)
lib/src/transaction/msg/ibc/core/connection/MsgConnectionOpenConfirm.ts:13
↓ 1 callersFunctionMsgConnectionOpenTryIBC
(config: InitConfigurations)
lib/src/transaction/msg/ibc/core/connection/MsgConnectionOpenTry.ts:14
↓ 1 callersMethodaddMessage
* Add Cosmos message to transaction. The message orders will follow the add order. * @param {CosmosMsg} message one of the supported Cosmos m
lib/src/transaction/v2.raw.ts:66
↓ 1 callersFunctionanyValidOptions
()
lib/src/core/cro.spec.ts:5
↓ 1 callersFunctionargToString
(arg: any)
lib/src/test/mocha-fuzzy/suite.ts:89
↓ 1 callersMethodbindEvents
* Bind events on result list wrapper, input field and document body.
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:262
↓ 1 callersFunctioncancelSoftwareUpgradeProposal
()
lib/src/transaction/msg/gov/proposal/CancelSoftwareUpgradeProposal.ts:7
↓ 1 callersMethodclone
* Returns a cloned copy of the Bytes * @returns {Bytes}
lib/src/utils/bytes/bytes.ts:140
↓ 1 callersFunctioncoin
(config: InitConfigurations)
lib/src/coin/coin.ts:29
↓ 1 callersFunctioncoins
(amount: string, denom: string)
lib/src/cosmos/coins.ts:26
↓ 1 callersFunctioncoinv2
(config: InitConfigurations)
lib/src/coin/v2.coin/v2.coin.ts:29
↓ 1 callersFunctioncommunityPoolSpendProposal
(config: InitConfigurations)
lib/src/transaction/msg/gov/proposal/CommunityPoolSpendProposal.ts:11
↓ 1 callersFunctioncommunityPoolSpendProposalV2
(config: InitConfigurations)
lib/src/transaction/msg/v2/gov/proposal/v2.CommunityPoolSpendProposal.ts:11
↓ 1 callersMethodcreateAnchors
* Find all anchors on the current page.
docs/themes/src/default/assets/js/src/typedoc/components/MenuHighlight.ts:64
↓ 1 callersMethodcreateComponents
* Create all components beneath the given jQuery element.
docs/themes/src/default/assets/js/src/typedoc/Application.ts:96
↓ 1 callersMethodcreateGroups
* Find all signature/description groups.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:138
↓ 1 callersMethodcreateServices
* Create all services.
docs/themes/src/default/assets/js/src/typedoc/Application.ts:85
↓ 1 callersFunctioncroClient
(config: InitConfigurations)
lib/src/client/client.ts:58
↓ 1 callersFunctiondecodeRawTxWithGo
(rawTx: string)
lib/e2e/tx-decoder/compare.ts:57
↓ 1 callersFunctiondelayedVestingAccount
(config: InitConfigurations)
lib/src/transaction/msg/account/DelayedVestingAccount.ts:13
↓ 1 callersFunctionencodeTxRaw
(txRaw: TxRaw)
lib/src/transaction/signed.ts:59
↓ 1 callersMethodestimateGasLimit
(txBody: CosmosTx)
lib/src/client/client.ts:143
↓ 1 callersMethodfromLocalStorage
(value: string)
docs/themes/src/default/assets/js/src/typedoc/components/Filter.ts:140
↓ 1 callersFunctionfuzzyArgTestFnGenerator
( accuTestFn: (...testFnArgs: FuzzyArg<any>[]) => any, fuzzyArgDef: FuzzyArgDef<any>, )
lib/src/test/mocha-fuzzy/suite.ts:240
↓ 1 callersFunctiongenerateUnsignedTxWithChainMaind
(command: string, network: Network)
lib/e2e/offline-signing/compare.ts:25
↓ 1 callersMethodgetAuthInfo
* Returns AuthInfo * @returns {AuthInfoV2} * @memberof Transaction
lib/src/transaction/v2.raw.ts:368
↓ 1 callersMethodgetBlock
(height?: number)
lib/src/client/client.ts:50
← previousnext →101–200 of 857, ranked by callers