Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ functions
Functions
5,057 in github.com/PageLeay/celestial-runtime
⨍
Functions
5,057
◇
Types & classes
1,578
↓ 5 callers
Function
assert
* Throws an EthersError with %%message%%, %%code%% and additional error * %%info%% when %%check%% is falsish.. * * @see [[api:makeError]]
lib.commonjs/utils/errors.js:155
↓ 5 callers
Function
assert
(check: unknown, message: string, code: K, info?: ErrorInfo<T>)
src.ts/utils/errors.ts:718
↓ 5 callers
Function
assertObj
(prefix, actual, expected)
lib.commonjs/_tests/test-providers-data.js:103
↓ 5 callers
Function
assertObj
(prefix: string, actual: any, expected: any)
src.ts/_tests/test-providers-data.ts:110
↓ 5 callers
Function
assertObj
(prefix, actual, expected)
lib.esm/_tests/test-providers-data.js:100
↓ 5 callers
Method
assertOk
* Throws a ``SERVER_ERROR`` if this response is not ok.
lib.commonjs/utils/fetch.js:820
↓ 5 callers
Method
assertOk
* Throws a ``SERVER_ERROR`` if this response is not ok.
src.ts/utils/fetch.ts:935
↓ 5 callers
Method
assertOk
* Throws a ``SERVER_ERROR`` if this response is not ok.
lib.esm/utils/fetch.js:815
↓ 5 callers
Method
attachPlugin
* Attach a new %%plugin%% to this Network. The network name * must be unique, excluding any fragment.
lib.commonjs/providers/network.js:116
↓ 5 callers
Method
attachPlugin
* Attach a new %%plugin%% to this Network. The network name * must be unique, excluding any fragment.
src.ts/providers/network.ts:153
↓ 5 callers
Method
attachPlugin
* Attach a new %%plugin%% to this Network. The network name * must be unique, excluding any fragment.
lib.esm/providers/network.js:113
↓ 5 callers
Function
checkValue
(val, format, safeOp)
lib.commonjs/utils/fixednumber.js:36
↓ 5 callers
Function
checkValue
(val: bigint, format: _FixedFormat, safeOp?: string)
src.ts/utils/fixednumber.ts:87
↓ 5 callers
Function
checkValue
(val, format, safeOp)
lib.esm/utils/fixednumber.js:33
↓ 5 callers
Function
checkWallet
(wallet, test)
lib.commonjs/_tests/test-wallet-hd.js:13
↓ 5 callers
Function
checkWallet
(wallet: HDNodeWallet | HDNodeVoidWallet, test: TestCaseMnemonicNode)
src.ts/_tests/test-wallet-hd.ts:32
↓ 5 callers
Function
checkWallet
(wallet, test)
lib.esm/_tests/test-wallet-hd.js:10
↓ 5 callers
Method
cmp
* Returns a comparison result between %%this%% and %%other%%. * * This is suitable for use in sorting, where ``-1`` implies %%this%%
lib.commonjs/utils/fixednumber.js:341
↓ 5 callers
Method
cmp
* Returns a comparison result between %%this%% and %%other%%. * * This is suitable for use in sorting, where ``-1`` implies %%this%%
src.ts/utils/fixednumber.ts:436
↓ 5 callers
Method
cmp
* Returns a comparison result between %%this%% and %%other%%. * * This is suitable for use in sorting, where ``-1`` implies %%this%%
lib.esm/utils/fixednumber.js:338
↓ 5 callers
Function
createGetUrl
(options)
lib.esm/utils/geturl.js:9
↓ 5 callers
Method
createRandom
* Creates a new random [[HDNodeWallet]] using the available * [cryptographic random source](randomBytes). * * If there is no crytogr
lib.commonjs/wallet/wallet.js:129
↓ 5 callers
Method
createRandom
* Creates a new random [[HDNodeWallet]] using the available * [cryptographic random source](randomBytes). * * If there is no crytogr
src.ts/wallet/wallet.ts:149
↓ 5 callers
Method
createRandom
* Creates a new random [[HDNodeWallet]] using the available * [cryptographic random source](randomBytes). * * If there is no crytogr
lib.esm/wallet/wallet.js:126
↓ 5 callers
Method
decodeEventLog
(fragment, data, topics)
lib.commonjs/abi/interface.js:965
↓ 5 callers
Method
decodeEventLog
(fragment: EventFragment | string, data: BytesLike, topics?: ReadonlyArray<string>)
src.ts/abi/interface.ts:1116
↓ 5 callers
Method
decodeEventLog
(fragment, data, topics)
lib.esm/abi/interface.js:957
↓ 5 callers
Method
encodeData
* Return the encoded %%value%% for the %%type%%.
lib.commonjs/hash/typed-data.js:307
↓ 5 callers
Method
encodeData
* Return the encoded %%value%% for the %%type%%.
src.ts/hash/typed-data.ts:412
↓ 5 callers
Method
encodeData
* Return the encoded %%value%% for the %%type%%.
lib.esm/hash/typed-data.js:304
↓ 5 callers
Function
getLowerCase
(value)
lib.commonjs/providers/provider-jsonrpc.js:52
↓ 5 callers
Function
getLowerCase
(value: string)
src.ts/providers/provider-jsonrpc.ts:72
↓ 5 callers
Function
getLowerCase
(value)
lib.esm/providers/provider-jsonrpc.js:49
↓ 5 callers
Function
getNumber
* Gets a //number// from %%value%%. If it is an invalid value for * a //number//, then an ArgumentError will be thrown for %%name%%.
lib.commonjs/utils/maths.js:132
↓ 5 callers
Function
getNumber
(value: BigNumberish, name?: string)
src.ts/utils/maths.ts:151
↓ 5 callers
Method
getSigner
(address)
lib.commonjs/providers/provider-browser.js:94
↓ 5 callers
Method
getSigner
(address?: number | string)
src.ts/providers/provider-browser.ts:211
↓ 5 callers
Method
getSigner
(address)
lib.esm/providers/provider-browser.js:91
↓ 5 callers
Method
getWord
(index)
lib.commonjs/wordlists/lang-ko.js:73
↓ 5 callers
Method
getWord
(index: number)
src.ts/wordlists/lang-ja.ts:153
↓ 5 callers
Method
getWord
(index)
lib.esm/wordlists/lang-ko.js:70
↓ 5 callers
Function
hasSub
(contract, event)
lib.commonjs/contract/contract.js:412
↓ 5 callers
Function
hasSub
(contract: BaseContract, event: ContractEventName)
src.ts/contract/contract.ts:534
↓ 5 callers
Function
hasSub
(contract, event)
lib.esm/contract/contract.js:407
↓ 5 callers
Function
hashMessage
(message)
lib.esm/hash/message.js:33
↓ 5 callers
Method
isBerlin
* Returns true if this transaction is berlin hardform transaction (i.e. * ``type === 1``). * * This provides a Type Guard that the r
lib.commonjs/transaction/transaction.js:1005
↓ 5 callers
Method
isBerlin
* Returns true if this transaction is berlin hardform transaction (i.e. * ``type === 1``). * * This provides a Type Guard that the r
src.ts/transaction/transaction.ts:1259
↓ 5 callers
Method
isBerlin
* Returns true if this transaction is berlin hardform transaction (i.e. * ``type === 1``). * * This provides a Type Guard that the r
lib.esm/transaction/transaction.js:1002
↓ 5 callers
Method
isLegacy
* Returns true if this transaction is a legacy transaction (i.e. * ``type === 0``). * * This provides a Type Guard that the related
lib.commonjs/transaction/transaction.js:995
↓ 5 callers
Method
isLegacy
* Returns true if this transaction is a legacy transaction (i.e. * ``type === 0``). * * This provides a Type Guard that the related
src.ts/transaction/transaction.ts:1248
↓ 5 callers
Method
isLegacy
* Returns true if this transaction is a legacy transaction (i.e. * ``type === 0``). * * This provides a Type Guard that the related
lib.esm/transaction/transaction.js:992
↓ 5 callers
Method
isLondon
* Returns true if this block is an [[link-eip-2930]] block.
lib.commonjs/providers/provider.js:422
↓ 5 callers
Method
isLondon
* Returns true if this block is an [[link-eip-2930]] block.
src.ts/providers/provider.ts:773
↓ 5 callers
Method
isLondon
* Returns true if this block is an [[link-eip-2930]] block.
lib.esm/providers/provider.js:417
↓ 5 callers
Function
isObject
(arg)
misc/test-browser/mocha.js:3409
↓ 5 callers
Method
isTuple
* Returns true if %%this%% is a Tuple type. * * This provides a type gaurd ensuring that [[components]] * is non-null.
lib.commonjs/abi/fragments.js:493
↓ 5 callers
Method
isTuple
* Returns true if %%this%% is a Tuple type. * * This provides a type gaurd ensuring that [[components]] * is non-null.
src.ts/abi/fragments.ts:685
↓ 5 callers
Method
isTuple
* Returns true if %%this%% is a Tuple type. * * This provides a type gaurd ensuring that [[components]] * is non-null.
lib.esm/abi/fragments.js:490
↓ 5 callers
Method
isValidMnemonic
* Returns true if %%phrase%% is a valid [[link-bip-39]] phrase. * * This checks all the provided words belong to the %%wordlist%%, *
lib.commonjs/wallet/mnemonic.js:159
↓ 5 callers
Method
isValidMnemonic
* Returns true if %%phrase%% is a valid [[link-bip-39]] phrase. * * This checks all the provided words belong to the %%wordlist%%, *
src.ts/wallet/mnemonic.ts:196
↓ 5 callers
Method
isValidMnemonic
* Returns true if %%phrase%% is a valid [[link-bip-39]] phrase. * * This checks all the provided words belong to the %%wordlist%%, *
lib.esm/wallet/mnemonic.js:156
↓ 5 callers
Function
joinParams
(format, params)
lib.commonjs/abi/fragments.js:817
↓ 5 callers
Function
joinParams
(format: FormatType, params: ReadonlyArray<ParamType>)
src.ts/abi/fragments.ts:1048
↓ 5 callers
Function
joinParams
(format, params)
lib.esm/abi/fragments.js:811
↓ 5 callers
Function
jsonStringify
* like JSON.stringify but more sense. * * @private * @param {Object} object * @param {number=} spaces * @param {number=} depth * @r
misc/test-browser/mocha.js:11085
↓ 5 callers
Function
object
(format, altNames)
lib.commonjs/providers/format.js:36
↓ 5 callers
Function
object
(format: Record<string, FormatFunc>, altNames?: Record<string, Array<string>>)
src.ts/providers/format.ts:41
↓ 5 callers
Function
object
(format, altNames)
lib.esm/providers/format.js:31
↓ 5 callers
Method
populateCall
* Prepares a {@link TransactionRequest} for calling: * - resolves ``to`` and ``from`` addresses * - if ``from`` is specified , check that
lib.esm/providers/signer.d.ts:42
↓ 5 callers
Method
readBytes
(length, loose)
lib.commonjs/abi/coders/abstract-coder.js:456
↓ 5 callers
Method
readBytes
(length: number, loose?: boolean)
src.ts/abi/coders/abstract-coder.ts:525
↓ 5 callers
Method
readBytes
(length, loose)
lib.esm/abi/coders/abstract-coder.js:451
↓ 5 callers
Method
reset
()
src.ts/abi/fragments.ts:200
↓ 5 callers
Function
throwError
(name, error)
lib.commonjs/abi/coders/abstract-coder.js:21
↓ 5 callers
Function
throwError
(name: string, error: Error)
src.ts/abi/coders/abstract-coder.ts:32
↓ 5 callers
Function
throwError
(message, info)
misc/test-browser/assert.js:2
↓ 5 callers
Function
throwError
(name, error)
lib.esm/abi/coders/abstract-coder.js:20
↓ 5 callers
Method
writeValue
(value)
lib.commonjs/abi/coders/abstract-coder.js:378
↓ 5 callers
Method
writeValue
(value: BigNumberish)
src.ts/abi/coders/abstract-coder.ts:437
↓ 5 callers
Method
writeValue
(value)
lib.esm/abi/coders/abstract-coder.js:374
↓ 4 callers
Method
#fromSeed
(_seed, mnemonic)
lib.commonjs/wallet/hdwallet.js:255
↓ 4 callers
Method
#fromSeed
(_seed: BytesLike, mnemonic: null | Mnemonic)
src.ts/wallet/hdwallet.ts:314
↓ 4 callers
Method
#fromSeed
(_seed, mnemonic)
lib.esm/wallet/hdwallet.js:252
↓ 4 callers
Method
#getAccountValue
(request, _address, _blockTag)
lib.commonjs/providers/abstract-provider.js:722
↓ 4 callers
Method
#getAccountValue
(request: _PerformAccountRequest, _address: AddressLike, _blockTag?: BlockTag)
src.ts/providers/abstract-provider.ts:1060
↓ 4 callers
Method
#getAccountValue
(request, _address, _blockTag)
lib.esm/providers/abstract-provider.js:718
↓ 4 callers
Method
#hasSub
(event, emitArgs)
lib.commonjs/providers/abstract-provider.js:1040
↓ 4 callers
Method
#hasSub
(event: ProviderEvent, emitArgs?: Array<any>)
src.ts/providers/abstract-provider.ts:1388
↓ 4 callers
Method
#hasSub
(event, emitArgs)
lib.esm/providers/abstract-provider.js:1036
↓ 4 callers
Method
#scheduleDrain
()
lib.esm/providers/provider-jsonrpc.js:248
↓ 4 callers
Method
_getAddress
* Returns or resolves to the address for %%address%%, resolving ENS * names and [[Addressable]] objects and returning if already an * add
lib.commonjs/providers/abstract-provider.js:397
↓ 4 callers
Method
_getAddress
* Returns or resolves to the address for %%address%%, resolving ENS * names and [[Addressable]] objects and returning if already an * add
src.ts/providers/abstract-provider.ts:717
↓ 4 callers
Method
_getAddress
* Returns or resolves to the address for %%address%%, resolving ENS * names and [[Addressable]] objects and returning if already an * add
lib.esm/providers/abstract-provider.js:393
↓ 4 callers
Function
_parseEipSignature
(tx, fields)
lib.commonjs/transaction/transaction.js:245
↓ 4 callers
Function
_parseEipSignature
(tx: TransactionLike, fields: Array<string>)
src.ts/transaction/transaction.ts:442
↓ 4 callers
Function
_parseEipSignature
(tx, fields)
lib.esm/transaction/transaction.js:242
↓ 4 callers
Method
_perform
* Sub-classes should use this to perform all built-in operations. All * methods sanitizes and normalizes the values passed into this. *
lib.commonjs/providers/abstract-provider.js:378
↓ 4 callers
Method
_perform
* Sub-classes should use this to perform all built-in operations. All * methods sanitizes and normalizes the values passed into this. *
src.ts/providers/abstract-provider.ts:697
↓ 4 callers
Method
_perform
* Sub-classes should use this to perform all built-in operations. All * methods sanitizes and normalizes the values passed into this. *
lib.esm/providers/abstract-provider.js:374
↓ 4 callers
Method
_send
(method: string, params: any)
src.ts/_admin/test-browser.ts:228
← previous
next →
401–500 of 5,057, ranked by callers