From 20e9512b76cd53533b26e26ffd41221111f0d2ba Mon Sep 17 00:00:00 2001 From: ccharly Date: Thu, 14 Mar 2024 15:54:23 +0000 Subject: [PATCH] deploy: d532b071735ec622e6c150b9be1c649767bc144a --- staging/assets/search.js | 2 +- staging/classes/AssertionError.html | 6 +- staging/classes/FrozenMap.html | 22 +- staging/classes/FrozenSet.html | 20 +- staging/enums/Duration.html | 16 +- staging/enums/JsonSize.html | 18 +- staging/enums/KnownCaipNamespace.html | 66 +++++ staging/functions/add0x.html | 4 +- staging/functions/assert.html | 4 +- staging/functions/assertExhaustive.html | 4 +- staging/functions/assertIsBytes.html | 4 +- staging/functions/assertIsHexString.html | 4 +- staging/functions/assertIsJsonRpcError.html | 4 +- staging/functions/assertIsJsonRpcFailure.html | 4 +- .../assertIsJsonRpcNotification.html | 4 +- staging/functions/assertIsJsonRpcRequest.html | 4 +- .../functions/assertIsJsonRpcResponse.html | 4 +- staging/functions/assertIsJsonRpcSuccess.html | 4 +- .../assertIsPendingJsonRpcResponse.html | 4 +- staging/functions/assertIsSemVerRange.html | 4 +- staging/functions/assertIsSemVerVersion.html | 4 +- .../functions/assertIsStrictHexString.html | 4 +- staging/functions/assertStruct.html | 4 +- staging/functions/base64.html | 4 +- staging/functions/base64ToBytes.html | 4 +- staging/functions/bigIntToBytes.html | 4 +- staging/functions/bigIntToHex.html | 4 +- staging/functions/bytesToBase64.html | 4 +- staging/functions/bytesToBigInt.html | 4 +- staging/functions/bytesToHex.html | 4 +- staging/functions/bytesToNumber.html | 4 +- staging/functions/bytesToSignedBigInt.html | 4 +- staging/functions/bytesToString.html | 4 +- staging/functions/calculateNumberSize.html | 4 +- staging/functions/calculateStringSize.html | 4 +- staging/functions/concatBytes.html | 4 +- staging/functions/createBigInt.html | 4 +- staging/functions/createBytes.html | 4 +- staging/functions/createDataView.html | 4 +- staging/functions/createDeferredPromise.html | 4 +- staging/functions/createHex.html | 4 +- staging/functions/createModuleLogger.html | 4 +- staging/functions/createNumber.html | 4 +- staging/functions/createProjectLogger.html | 4 +- staging/functions/exactOptional.html | 4 +- staging/functions/getChecksumAddress.html | 4 +- staging/functions/getErrorMessage.html | 4 +- staging/functions/getJsonRpcIdValidator.html | 4 +- staging/functions/getJsonSize.html | 4 +- staging/functions/getKnownPropertyNames.html | 4 +- staging/functions/getSafeJson.html | 4 +- staging/functions/gtRange.html | 4 +- staging/functions/gtVersion.html | 4 +- staging/functions/hasProperty.html | 4 +- staging/functions/hexToBigInt.html | 4 +- staging/functions/hexToBytes.html | 4 +- staging/functions/hexToNumber.html | 4 +- staging/functions/inMilliseconds.html | 4 +- staging/functions/isASCII.html | 4 +- staging/functions/isBytes.html | 4 +- staging/functions/isCaipAccountAddress.html | 4 +- staging/functions/isCaipAccountId.html | 4 +- staging/functions/isCaipChainId.html | 4 +- staging/functions/isCaipNamespace.html | 4 +- staging/functions/isCaipReference.html | 4 +- staging/functions/isErrorWithCode.html | 4 +- staging/functions/isErrorWithMessage.html | 4 +- staging/functions/isErrorWithStack.html | 4 +- staging/functions/isHexString.html | 4 +- staging/functions/isJsonRpcError.html | 4 +- staging/functions/isJsonRpcFailure.html | 4 +- staging/functions/isJsonRpcNotification.html | 4 +- staging/functions/isJsonRpcRequest.html | 4 +- staging/functions/isJsonRpcResponse.html | 4 +- staging/functions/isJsonRpcSuccess.html | 4 +- staging/functions/isNonEmptyArray.html | 4 +- staging/functions/isNullOrUndefined.html | 4 +- staging/functions/isObject.html | 4 +- .../functions/isPendingJsonRpcResponse.html | 4 +- staging/functions/isPlainObject.html | 4 +- staging/functions/isStrictHexString.html | 4 +- staging/functions/isValidChecksumAddress.html | 4 +- staging/functions/isValidHexAddress.html | 4 +- staging/functions/isValidJson.html | 4 +- staging/functions/isValidSemVerRange.html | 4 +- staging/functions/isValidSemVerVersion.html | 4 +- staging/functions/numberToBytes.html | 4 +- staging/functions/numberToHex.html | 4 +- staging/functions/object.html | 4 +- staging/functions/parseCaipAccountId.html | 4 +- staging/functions/parseCaipChainId.html | 4 +- staging/functions/remove0x.html | 4 +- staging/functions/satisfiesVersionRange.html | 4 +- staging/functions/signedBigIntToBytes.html | 4 +- staging/functions/stringToBytes.html | 4 +- staging/functions/timeSince.html | 4 +- staging/functions/toCaipChainId.html | 245 ++++++++++++++++++ staging/functions/valueToBytes.html | 4 +- staging/functions/wrapError.html | 4 +- staging/index.html | 2 + staging/modules.html | 4 + staging/types/AssertionErrorConstructor.html | 4 +- staging/types/Base64Options.html | 4 +- staging/types/BaseTransaction.html | 4 +- staging/types/Bytes.html | 4 +- staging/types/BytesLike.html | 4 +- staging/types/CaipAccountAddress.html | 4 +- staging/types/CaipAccountId.html | 4 +- staging/types/CaipChainId.html | 4 +- staging/types/CaipNamespace.html | 4 +- staging/types/CaipReference.html | 4 +- staging/types/DeferredPromise.html | 4 +- staging/types/EIP1559Transaction.html | 4 +- staging/types/EIP2930Transaction.html | 4 +- staging/types/Eip1024EncryptedData.html | 4 +- staging/types/Hex.html | 4 +- staging/types/InferWithParams.html | 4 +- staging/types/Json.html | 4 +- staging/types/JsonRpcError.html | 4 +- staging/types/JsonRpcFailure.html | 4 +- staging/types/JsonRpcId.html | 4 +- staging/types/JsonRpcNotification.html | 4 +- staging/types/JsonRpcParams.html | 4 +- staging/types/JsonRpcRequest.html | 4 +- staging/types/JsonRpcResponse.html | 4 +- staging/types/JsonRpcSuccess.html | 4 +- staging/types/JsonRpcVersion2.html | 4 +- staging/types/Keyring.html | 36 +-- staging/types/KeyringClass.html | 4 +- staging/types/LegacyTransaction.html | 4 +- staging/types/Mutable.html | 4 +- staging/types/NonEmptyArray.html | 4 +- staging/types/NumberLike.html | 4 +- staging/types/ObjectOptional.html | 4 +- staging/types/ObjectType.html | 4 +- staging/types/Opaque.html | 4 +- staging/types/OptionalField.html | 4 +- staging/types/PartialOrAbsent.html | 4 +- staging/types/PendingJsonRpcResponse.html | 4 +- staging/types/PlainObject.html | 4 +- staging/types/RuntimeObject.html | 4 +- staging/types/SemVerRange.html | 4 +- staging/types/SemVerVersion.html | 4 +- staging/types/Signature.html | 4 +- staging/types/SignedTransaction.html | 4 +- staging/types/Transaction.html | 4 +- staging/types/TypedTransaction.html | 4 +- .../variables/CAIP_ACCOUNT_ADDRESS_REGEX.html | 4 +- staging/variables/CAIP_ACCOUNT_ID_REGEX.html | 4 +- staging/variables/CAIP_CHAIN_ID_REGEX.html | 4 +- staging/variables/CAIP_NAMESPACE_REGEX.html | 4 +- staging/variables/CAIP_REFERENCE_REGEX.html | 4 +- .../variables/CaipAccountAddressStruct.html | 4 +- staging/variables/CaipAccountIdStruct.html | 4 +- staging/variables/CaipChainIdStruct.html | 4 +- staging/variables/CaipNamespaceStruct.html | 4 +- staging/variables/CaipReferenceStruct.html | 4 +- staging/variables/ChecksumStruct.html | 4 +- .../variables/ESCAPE_CHARACTERS_REGEXP.html | 4 +- staging/variables/HexAddressStruct.html | 4 +- .../variables/HexChecksumAddressStruct.html | 4 +- staging/variables/HexStruct.html | 4 +- staging/variables/JsonRpcErrorStruct.html | 4 +- staging/variables/JsonRpcFailureStruct.html | 4 +- staging/variables/JsonRpcIdStruct.html | 4 +- .../variables/JsonRpcNotificationStruct.html | 4 +- staging/variables/JsonRpcParamsStruct.html | 4 +- staging/variables/JsonRpcRequestStruct.html | 4 +- staging/variables/JsonRpcResponseStruct.html | 4 +- staging/variables/JsonRpcSuccessStruct.html | 4 +- staging/variables/JsonRpcVersionStruct.html | 4 +- staging/variables/JsonStruct.html | 4 +- .../PendingJsonRpcResponseStruct.html | 4 +- staging/variables/StrictHexStruct.html | 4 +- staging/variables/UnsafeJsonStruct.html | 4 +- staging/variables/VersionRangeStruct.html | 4 +- staging/variables/VersionStruct.html | 4 +- staging/variables/jsonrpc2.html | 4 +- 178 files changed, 879 insertions(+), 226 deletions(-) create mode 100644 staging/enums/KnownCaipNamespace.html create mode 100644 staging/functions/toCaipChainId.html diff --git a/staging/assets/search.js b/staging/assets/search.js index 7ee06d6bf..3a06756f5 100644 --- a/staging/assets/search.js +++ b/staging/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":64,\"name\":\"assert\",\"url\":\"functions/assert.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertStruct\",\"url\":\"functions/assertStruct.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertExhaustive\",\"url\":\"functions/assertExhaustive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"AssertionErrorConstructor\",\"url\":\"types/AssertionErrorConstructor.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"AssertionError\",\"url\":\"classes/AssertionError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AssertionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AssertionError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AssertionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AssertionError\"},{\"kind\":4194304,\"name\":\"Base64Options\",\"url\":\"types/Base64Options.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Base64Options.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Base64Options\"},{\"kind\":1024,\"name\":\"paddingRequired\",\"url\":\"types/Base64Options.html#__type.paddingRequired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Base64Options.__type\"},{\"kind\":1024,\"name\":\"characterSet\",\"url\":\"types/Base64Options.html#__type.characterSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Base64Options.__type\"},{\"kind\":64,\"name\":\"base64\",\"url\":\"functions/base64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isBytes\",\"url\":\"functions/isBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsBytes\",\"url\":\"functions/assertIsBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToHex\",\"url\":\"functions/bytesToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToBigInt\",\"url\":\"functions/bytesToBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToSignedBigInt\",\"url\":\"functions/bytesToSignedBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToNumber\",\"url\":\"functions/bytesToNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToString\",\"url\":\"functions/bytesToString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToBase64\",\"url\":\"functions/bytesToBase64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToBytes\",\"url\":\"functions/hexToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bigIntToBytes\",\"url\":\"functions/bigIntToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"signedBigIntToBytes\",\"url\":\"functions/signedBigIntToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"numberToBytes\",\"url\":\"functions/numberToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stringToBytes\",\"url\":\"functions/stringToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"base64ToBytes\",\"url\":\"functions/base64ToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"valueToBytes\",\"url\":\"functions/valueToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"concatBytes\",\"url\":\"functions/concatBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createDataView\",\"url\":\"functions/createDataView.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Bytes\",\"url\":\"types/Bytes.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"isCaipChainId\",\"url\":\"functions/isCaipChainId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipNamespace\",\"url\":\"functions/isCaipNamespace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipReference\",\"url\":\"functions/isCaipReference.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipAccountId\",\"url\":\"functions/isCaipAccountId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipAccountAddress\",\"url\":\"functions/isCaipAccountAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"parseCaipChainId\",\"url\":\"functions/parseCaipChainId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type.namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId.__type\"},{\"kind\":1024,\"name\":\"reference\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId.__type\"},{\"kind\":64,\"name\":\"parseCaipAccountId\",\"url\":\"functions/parseCaipAccountId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.address\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":1024,\"name\":\"chainId\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chainId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":1024,\"name\":\"chain\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1.namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain.__type\"},{\"kind\":1024,\"name\":\"reference\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain.__type\"},{\"kind\":32,\"name\":\"CAIP_CHAIN_ID_REGEX\",\"url\":\"variables/CAIP_CHAIN_ID_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_NAMESPACE_REGEX\",\"url\":\"variables/CAIP_NAMESPACE_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_REFERENCE_REGEX\",\"url\":\"variables/CAIP_REFERENCE_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_ACCOUNT_ID_REGEX\",\"url\":\"variables/CAIP_ACCOUNT_ID_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_ACCOUNT_ADDRESS_REGEX\",\"url\":\"variables/CAIP_ACCOUNT_ADDRESS_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CaipChainIdStruct\",\"url\":\"variables/CaipChainIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipChainId\",\"url\":\"types/CaipChainId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipNamespaceStruct\",\"url\":\"variables/CaipNamespaceStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipNamespace\",\"url\":\"types/CaipNamespace.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipReferenceStruct\",\"url\":\"variables/CaipReferenceStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipReference\",\"url\":\"types/CaipReference.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipAccountIdStruct\",\"url\":\"variables/CaipAccountIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipAccountId\",\"url\":\"types/CaipAccountId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipAccountAddressStruct\",\"url\":\"variables/CaipAccountAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipAccountAddress\",\"url\":\"types/CaipAccountAddress.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"ChecksumStruct\",\"url\":\"variables/ChecksumStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"createNumber\",\"url\":\"functions/createNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createBigInt\",\"url\":\"functions/createBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createBytes\",\"url\":\"functions/createBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createHex\",\"url\":\"functions/createHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"NumberLike\",\"url\":\"types/NumberLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"BytesLike\",\"url\":\"types/BytesLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"FrozenMap\",\"url\":\"classes/FrozenMap.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FrozenMap.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FrozenMap.html#size\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/FrozenMap.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FrozenMap.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/FrozenMap.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"has\",\"url\":\"classes/FrozenMap.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/FrozenMap.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"values\",\"url\":\"classes/FrozenMap.html#values\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/FrozenMap.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/FrozenMap.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":128,\"name\":\"FrozenSet\",\"url\":\"classes/FrozenSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FrozenSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FrozenSet.html#size\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/FrozenSet.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FrozenSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"has\",\"url\":\"classes/FrozenSet.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/FrozenSet.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"values\",\"url\":\"classes/FrozenSet.html#values\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/FrozenSet.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/FrozenSet.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":4194304,\"name\":\"Eip1024EncryptedData\",\"url\":\"types/Eip1024EncryptedData.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Eip1024EncryptedData.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Eip1024EncryptedData\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Eip1024EncryptedData.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"nonce\",\"url\":\"types/Eip1024EncryptedData.html#__type.nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"ephemPublicKey\",\"url\":\"types/Eip1024EncryptedData.html#__type.ephemPublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"ciphertext\",\"url\":\"types/Eip1024EncryptedData.html#__type.ciphertext\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":64,\"name\":\"isErrorWithCode\",\"url\":\"functions/isErrorWithCode.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isErrorWithMessage\",\"url\":\"functions/isErrorWithMessage.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isErrorWithStack\",\"url\":\"functions/isErrorWithStack.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getErrorMessage\",\"url\":\"functions/getErrorMessage.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wrapError\",\"url\":\"functions/wrapError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isHexString\",\"url\":\"functions/isHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isStrictHexString\",\"url\":\"functions/isStrictHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsHexString\",\"url\":\"functions/assertIsHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsStrictHexString\",\"url\":\"functions/assertIsStrictHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidHexAddress\",\"url\":\"functions/isValidHexAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getChecksumAddress\",\"url\":\"functions/getChecksumAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidChecksumAddress\",\"url\":\"functions/isValidChecksumAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"add0x\",\"url\":\"functions/add0x.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove0x\",\"url\":\"functions/remove0x.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Hex\",\"url\":\"types/Hex.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"HexStruct\",\"url\":\"variables/HexStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"StrictHexStruct\",\"url\":\"variables/StrictHexStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"HexAddressStruct\",\"url\":\"variables/HexAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"HexChecksumAddressStruct\",\"url\":\"variables/HexChecksumAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"exactOptional\",\"url\":\"functions/exactOptional.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidJson\",\"url\":\"functions/isValidJson.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getSafeJson\",\"url\":\"functions/getSafeJson.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getJsonSize\",\"url\":\"functions/getJsonSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcNotification\",\"url\":\"functions/isJsonRpcNotification.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcNotification\",\"url\":\"functions/assertIsJsonRpcNotification.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcRequest\",\"url\":\"functions/isJsonRpcRequest.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcRequest\",\"url\":\"functions/assertIsJsonRpcRequest.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isPendingJsonRpcResponse\",\"url\":\"functions/isPendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsPendingJsonRpcResponse\",\"url\":\"functions/assertIsPendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcResponse\",\"url\":\"functions/isJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcResponse\",\"url\":\"functions/assertIsJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcSuccess\",\"url\":\"functions/isJsonRpcSuccess.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcSuccess\",\"url\":\"functions/assertIsJsonRpcSuccess.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcFailure\",\"url\":\"functions/isJsonRpcFailure.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcFailure\",\"url\":\"functions/assertIsJsonRpcFailure.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcError\",\"url\":\"functions/isJsonRpcError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcError\",\"url\":\"functions/assertIsJsonRpcError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getJsonRpcIdValidator\",\"url\":\"functions/getJsonRpcIdValidator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/getJsonRpcIdValidator.html#getJsonRpcIdValidator.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"getJsonRpcIdValidator.getJsonRpcIdValidator\"},{\"kind\":4194304,\"name\":\"Json\",\"url\":\"types/Json.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ObjectOptional\",\"url\":\"types/ObjectOptional.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ObjectType\",\"url\":\"types/ObjectType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"object\",\"url\":\"functions/object.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"UnsafeJsonStruct\",\"url\":\"variables/UnsafeJsonStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"JsonStruct\",\"url\":\"variables/JsonStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"jsonrpc2\",\"url\":\"variables/jsonrpc2.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"JsonRpcVersionStruct\",\"url\":\"variables/JsonRpcVersionStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcVersion2\",\"url\":\"types/JsonRpcVersion2.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcIdStruct\",\"url\":\"variables/JsonRpcIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcId\",\"url\":\"types/JsonRpcId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcErrorStruct\",\"url\":\"variables/JsonRpcErrorStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"OptionalField\",\"url\":\"types/OptionalField.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"JsonRpcError\",\"url\":\"types/JsonRpcError.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcParamsStruct\",\"url\":\"variables/JsonRpcParamsStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcParams\",\"url\":\"types/JsonRpcParams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcRequestStruct\",\"url\":\"variables/JsonRpcRequestStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"InferWithParams\",\"url\":\"types/InferWithParams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"JsonRpcRequest\",\"url\":\"types/JsonRpcRequest.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcNotificationStruct\",\"url\":\"variables/JsonRpcNotificationStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcNotification\",\"url\":\"types/JsonRpcNotification.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"PendingJsonRpcResponseStruct\",\"url\":\"variables/PendingJsonRpcResponseStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"PendingJsonRpcResponse\",\"url\":\"types/PendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcSuccessStruct\",\"url\":\"variables/JsonRpcSuccessStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcSuccess\",\"url\":\"types/JsonRpcSuccess.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcFailureStruct\",\"url\":\"variables/JsonRpcFailureStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcFailure\",\"url\":\"types/JsonRpcFailure.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcResponseStruct\",\"url\":\"variables/JsonRpcResponseStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcResponse\",\"url\":\"types/JsonRpcResponse.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"KeyringClass\",\"url\":\"types/KeyringClass.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/KeyringClass.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"KeyringClass\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/KeyringClass.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyringClass.__type\"},{\"kind\":4194304,\"name\":\"Keyring\",\"url\":\"types/Keyring.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Keyring.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Keyring\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Keyring.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getAccounts\",\"url\":\"types/Keyring.html#__type.getAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"addAccounts\",\"url\":\"types/Keyring.html#__type.addAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"serialize\",\"url\":\"types/Keyring.html#__type.serialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"deserialize\",\"url\":\"types/Keyring.html#__type.deserialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"types/Keyring.html#__type.init\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"removeAccount\",\"url\":\"types/Keyring.html#__type.removeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"exportAccount\",\"url\":\"types/Keyring.html#__type.exportAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getAppKeyAddress\",\"url\":\"types/Keyring.html#__type.getAppKeyAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signTransaction\",\"url\":\"types/Keyring.html#__type.signTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signMessage\",\"url\":\"types/Keyring.html#__type.signMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signPersonalMessage\",\"url\":\"types/Keyring.html#__type.signPersonalMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signTypedData\",\"url\":\"types/Keyring.html#__type.signTypedData\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getEncryptionPublicKey\",\"url\":\"types/Keyring.html#__type.getEncryptionPublicKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"decryptMessage\",\"url\":\"types/Keyring.html#__type.decryptMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"generateRandomMnemonic\",\"url\":\"types/Keyring.html#__type.generateRandomMnemonic\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"types/Keyring.html#__type.destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":64,\"name\":\"createProjectLogger\",\"url\":\"functions/createProjectLogger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createModuleLogger\",\"url\":\"functions/createModuleLogger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNonEmptyArray\",\"url\":\"functions/isNonEmptyArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNullOrUndefined\",\"url\":\"functions/isNullOrUndefined.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isObject\",\"url\":\"functions/isObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getKnownPropertyNames\",\"url\":\"functions/getKnownPropertyNames.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isASCII\",\"url\":\"functions/isASCII.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"calculateStringSize\",\"url\":\"functions/calculateStringSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"calculateNumberSize\",\"url\":\"functions/calculateNumberSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Mutable\",\"url\":\"types/Mutable.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"PartialOrAbsent\",\"url\":\"types/PartialOrAbsent.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"NonEmptyArray\",\"url\":\"types/NonEmptyArray.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"RuntimeObject\",\"url\":\"types/RuntimeObject.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"hasProperty\",\"url\":\"functions/hasProperty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"PlainObject\",\"url\":\"types/PlainObject.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JsonSize\",\"url\":\"enums/JsonSize.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Null\",\"url\":\"enums/JsonSize.html#Null\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Comma\",\"url\":\"enums/JsonSize.html#Comma\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Wrapper\",\"url\":\"enums/JsonSize.html#Wrapper\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"True\",\"url\":\"enums/JsonSize.html#True\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"False\",\"url\":\"enums/JsonSize.html#False\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Quote\",\"url\":\"enums/JsonSize.html#Quote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Colon\",\"url\":\"enums/JsonSize.html#Colon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Date\",\"url\":\"enums/JsonSize.html#Date\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":32,\"name\":\"ESCAPE_CHARACTERS_REGEXP\",\"url\":\"variables/ESCAPE_CHARACTERS_REGEXP.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"numberToHex\",\"url\":\"functions/numberToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bigIntToHex\",\"url\":\"functions/bigIntToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToNumber\",\"url\":\"functions/hexToNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToBigInt\",\"url\":\"functions/hexToBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Opaque\",\"url\":\"types/Opaque.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"createDeferredPromise\",\"url\":\"functions/createDeferredPromise.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"DeferredPromise\",\"url\":\"types/DeferredPromise.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"DeferredPromise\"},{\"kind\":1024,\"name\":\"promise\",\"url\":\"types/DeferredPromise.html#__type.promise\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"types/DeferredPromise.html#__type.resolve\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type.resolve.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"DeferredPromise.__type.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"types/DeferredPromise.html#__type.reject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type.reject.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"DeferredPromise.__type.reject\"},{\"kind\":64,\"name\":\"inMilliseconds\",\"url\":\"functions/inMilliseconds.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"timeSince\",\"url\":\"functions/timeSince.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"Duration\",\"url\":\"enums/Duration.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Millisecond\",\"url\":\"enums/Duration.html#Millisecond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Second\",\"url\":\"enums/Duration.html#Second\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Minute\",\"url\":\"enums/Duration.html#Minute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Hour\",\"url\":\"enums/Duration.html#Hour\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Day\",\"url\":\"enums/Duration.html#Day\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Week\",\"url\":\"enums/Duration.html#Week\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Year\",\"url\":\"enums/Duration.html#Year\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":4194304,\"name\":\"Transaction\",\"url\":\"types/Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SignedTransaction\",\"url\":\"types/SignedTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"Signature\",\"url\":\"types/Signature.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Signature.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Signature\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"types/Signature.html#__type.r\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"types/Signature.html#__type.s\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":1024,\"name\":\"yParity\",\"url\":\"types/Signature.html#__type.yParity\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":4194304,\"name\":\"BaseTransaction\",\"url\":\"types/BaseTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BaseTransaction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BaseTransaction\"},{\"kind\":1024,\"name\":\"nonce\",\"url\":\"types/BaseTransaction.html#__type.nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"types/BaseTransaction.html#__type.from\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"types/BaseTransaction.html#__type.to\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BaseTransaction.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"gasLimit\",\"url\":\"types/BaseTransaction.html#__type.gasLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/BaseTransaction.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":4194304,\"name\":\"TypedTransaction\",\"url\":\"types/TypedTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"LegacyTransaction\",\"url\":\"types/LegacyTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"EIP2930Transaction\",\"url\":\"types/EIP2930Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"EIP1559Transaction\",\"url\":\"types/EIP1559Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"isValidSemVerVersion\",\"url\":\"functions/isValidSemVerVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidSemVerRange\",\"url\":\"functions/isValidSemVerRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsSemVerVersion\",\"url\":\"functions/assertIsSemVerVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsSemVerRange\",\"url\":\"functions/assertIsSemVerRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"gtVersion\",\"url\":\"functions/gtVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"gtRange\",\"url\":\"functions/gtRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"satisfiesVersionRange\",\"url\":\"functions/satisfiesVersionRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SemVerRange\",\"url\":\"types/SemVerRange.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SemVerVersion\",\"url\":\"types/SemVerVersion.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"VersionStruct\",\"url\":\"variables/VersionStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"VersionRangeStruct\",\"url\":\"variables/VersionRangeStruct.html\",\"classes\":\"tsd-kind-variable\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,51.78]],[\"comment/0\",[]],[\"name/1\",[1,51.78]],[\"comment/1\",[]],[\"name/2\",[2,51.78]],[\"comment/2\",[]],[\"name/3\",[3,51.78]],[\"comment/3\",[]],[\"name/4\",[4,51.78]],[\"comment/4\",[]],[\"name/5\",[5,43.307]],[\"comment/5\",[]],[\"name/6\",[6,51.78]],[\"comment/6\",[]],[\"name/7\",[7,51.78]],[\"comment/7\",[]],[\"name/8\",[8,29.808]],[\"comment/8\",[]],[\"name/9\",[9,51.78]],[\"comment/9\",[]],[\"name/10\",[10,51.78]],[\"comment/10\",[]],[\"name/11\",[11,51.78]],[\"comment/11\",[]],[\"name/12\",[12,51.78]],[\"comment/12\",[]],[\"name/13\",[13,51.78]],[\"comment/13\",[]],[\"name/14\",[14,51.78]],[\"comment/14\",[]],[\"name/15\",[15,51.78]],[\"comment/15\",[]],[\"name/16\",[16,51.78]],[\"comment/16\",[]],[\"name/17\",[17,51.78]],[\"comment/17\",[]],[\"name/18\",[18,51.78]],[\"comment/18\",[]],[\"name/19\",[19,51.78]],[\"comment/19\",[]],[\"name/20\",[20,51.78]],[\"comment/20\",[]],[\"name/21\",[21,51.78]],[\"comment/21\",[]],[\"name/22\",[22,51.78]],[\"comment/22\",[]],[\"name/23\",[23,51.78]],[\"comment/23\",[]],[\"name/24\",[24,51.78]],[\"comment/24\",[]],[\"name/25\",[25,51.78]],[\"comment/25\",[]],[\"name/26\",[26,51.78]],[\"comment/26\",[]],[\"name/27\",[27,51.78]],[\"comment/27\",[]],[\"name/28\",[28,51.78]],[\"comment/28\",[]],[\"name/29\",[29,51.78]],[\"comment/29\",[]],[\"name/30\",[30,51.78]],[\"comment/30\",[]],[\"name/31\",[31,51.78]],[\"comment/31\",[]],[\"name/32\",[32,51.78]],[\"comment/32\",[]],[\"name/33\",[33,51.78]],[\"comment/33\",[]],[\"name/34\",[34,51.78]],[\"comment/34\",[]],[\"name/35\",[35,51.78]],[\"comment/35\",[]],[\"name/36\",[8,29.808]],[\"comment/36\",[]],[\"name/37\",[36,46.672]],[\"comment/37\",[]],[\"name/38\",[37,46.672]],[\"comment/38\",[]],[\"name/39\",[38,51.78]],[\"comment/39\",[]],[\"name/40\",[8,29.808]],[\"comment/40\",[]],[\"name/41\",[39,51.78]],[\"comment/41\",[]],[\"name/42\",[40,51.78]],[\"comment/42\",[]],[\"name/43\",[41,51.78]],[\"comment/43\",[]],[\"name/44\",[8,29.808]],[\"comment/44\",[]],[\"name/45\",[36,46.672]],[\"comment/45\",[]],[\"name/46\",[37,46.672]],[\"comment/46\",[]],[\"name/47\",[42,51.78]],[\"comment/47\",[]],[\"name/48\",[43,51.78]],[\"comment/48\",[]],[\"name/49\",[44,51.78]],[\"comment/49\",[]],[\"name/50\",[45,51.78]],[\"comment/50\",[]],[\"name/51\",[46,51.78]],[\"comment/51\",[]],[\"name/52\",[47,51.78]],[\"comment/52\",[]],[\"name/53\",[48,51.78]],[\"comment/53\",[]],[\"name/54\",[49,51.78]],[\"comment/54\",[]],[\"name/55\",[50,51.78]],[\"comment/55\",[]],[\"name/56\",[51,51.78]],[\"comment/56\",[]],[\"name/57\",[52,51.78]],[\"comment/57\",[]],[\"name/58\",[53,51.78]],[\"comment/58\",[]],[\"name/59\",[54,51.78]],[\"comment/59\",[]],[\"name/60\",[55,51.78]],[\"comment/60\",[]],[\"name/61\",[56,51.78]],[\"comment/61\",[]],[\"name/62\",[57,51.78]],[\"comment/62\",[]],[\"name/63\",[58,51.78]],[\"comment/63\",[]],[\"name/64\",[59,51.78]],[\"comment/64\",[]],[\"name/65\",[60,51.78]],[\"comment/65\",[]],[\"name/66\",[61,51.78]],[\"comment/66\",[]],[\"name/67\",[62,51.78]],[\"comment/67\",[]],[\"name/68\",[63,51.78]],[\"comment/68\",[]],[\"name/69\",[64,51.78]],[\"comment/69\",[]],[\"name/70\",[5,43.307]],[\"comment/70\",[]],[\"name/71\",[65,46.672]],[\"comment/71\",[]],[\"name/72\",[66,46.672]],[\"comment/72\",[]],[\"name/73\",[67,46.672]],[\"comment/73\",[]],[\"name/74\",[68,51.78]],[\"comment/74\",[]],[\"name/75\",[69,46.672]],[\"comment/75\",[]],[\"name/76\",[70,46.672]],[\"comment/76\",[]],[\"name/77\",[71,46.672]],[\"comment/77\",[]],[\"name/78\",[72,46.672]],[\"comment/78\",[]],[\"name/79\",[73,46.672]],[\"comment/79\",[]],[\"name/80\",[74,51.78]],[\"comment/80\",[]],[\"name/81\",[5,43.307]],[\"comment/81\",[]],[\"name/82\",[65,46.672]],[\"comment/82\",[]],[\"name/83\",[66,46.672]],[\"comment/83\",[]],[\"name/84\",[67,46.672]],[\"comment/84\",[]],[\"name/85\",[69,46.672]],[\"comment/85\",[]],[\"name/86\",[70,46.672]],[\"comment/86\",[]],[\"name/87\",[71,46.672]],[\"comment/87\",[]],[\"name/88\",[72,46.672]],[\"comment/88\",[]],[\"name/89\",[73,46.672]],[\"comment/89\",[]],[\"name/90\",[75,51.78]],[\"comment/90\",[]],[\"name/91\",[8,29.808]],[\"comment/91\",[]],[\"name/92\",[76,51.78]],[\"comment/92\",[]],[\"name/93\",[77,46.672]],[\"comment/93\",[]],[\"name/94\",[78,51.78]],[\"comment/94\",[]],[\"name/95\",[79,51.78]],[\"comment/95\",[]],[\"name/96\",[80,51.78]],[\"comment/96\",[]],[\"name/97\",[81,51.78]],[\"comment/97\",[]],[\"name/98\",[82,51.78]],[\"comment/98\",[]],[\"name/99\",[83,51.78]],[\"comment/99\",[]],[\"name/100\",[84,51.78]],[\"comment/100\",[]],[\"name/101\",[85,51.78]],[\"comment/101\",[]],[\"name/102\",[86,51.78]],[\"comment/102\",[]],[\"name/103\",[87,51.78]],[\"comment/103\",[]],[\"name/104\",[88,51.78]],[\"comment/104\",[]],[\"name/105\",[89,51.78]],[\"comment/105\",[]],[\"name/106\",[90,51.78]],[\"comment/106\",[]],[\"name/107\",[91,51.78]],[\"comment/107\",[]],[\"name/108\",[92,51.78]],[\"comment/108\",[]],[\"name/109\",[93,51.78]],[\"comment/109\",[]],[\"name/110\",[94,51.78]],[\"comment/110\",[]],[\"name/111\",[95,51.78]],[\"comment/111\",[]],[\"name/112\",[96,51.78]],[\"comment/112\",[]],[\"name/113\",[97,51.78]],[\"comment/113\",[]],[\"name/114\",[98,51.78]],[\"comment/114\",[]],[\"name/115\",[99,51.78]],[\"comment/115\",[]],[\"name/116\",[100,51.78]],[\"comment/116\",[]],[\"name/117\",[101,51.78]],[\"comment/117\",[]],[\"name/118\",[102,51.78]],[\"comment/118\",[]],[\"name/119\",[103,51.78]],[\"comment/119\",[]],[\"name/120\",[104,51.78]],[\"comment/120\",[]],[\"name/121\",[105,51.78]],[\"comment/121\",[]],[\"name/122\",[106,51.78]],[\"comment/122\",[]],[\"name/123\",[107,51.78]],[\"comment/123\",[]],[\"name/124\",[108,51.78]],[\"comment/124\",[]],[\"name/125\",[109,51.78]],[\"comment/125\",[]],[\"name/126\",[110,51.78]],[\"comment/126\",[]],[\"name/127\",[111,51.78]],[\"comment/127\",[]],[\"name/128\",[112,51.78]],[\"comment/128\",[]],[\"name/129\",[113,51.78]],[\"comment/129\",[]],[\"name/130\",[114,51.78]],[\"comment/130\",[]],[\"name/131\",[115,51.78]],[\"comment/131\",[]],[\"name/132\",[116,51.78]],[\"comment/132\",[]],[\"name/133\",[117,51.78]],[\"comment/133\",[]],[\"name/134\",[8,29.808]],[\"comment/134\",[]],[\"name/135\",[118,51.78]],[\"comment/135\",[]],[\"name/136\",[119,51.78]],[\"comment/136\",[]],[\"name/137\",[120,51.78]],[\"comment/137\",[]],[\"name/138\",[121,51.78]],[\"comment/138\",[]],[\"name/139\",[122,51.78]],[\"comment/139\",[]],[\"name/140\",[123,51.78]],[\"comment/140\",[]],[\"name/141\",[124,51.78]],[\"comment/141\",[]],[\"name/142\",[125,51.78]],[\"comment/142\",[]],[\"name/143\",[126,51.78]],[\"comment/143\",[]],[\"name/144\",[127,51.78]],[\"comment/144\",[]],[\"name/145\",[128,51.78]],[\"comment/145\",[]],[\"name/146\",[129,51.78]],[\"comment/146\",[]],[\"name/147\",[130,51.78]],[\"comment/147\",[]],[\"name/148\",[131,51.78]],[\"comment/148\",[]],[\"name/149\",[132,51.78]],[\"comment/149\",[]],[\"name/150\",[133,51.78]],[\"comment/150\",[]],[\"name/151\",[134,51.78]],[\"comment/151\",[]],[\"name/152\",[135,51.78]],[\"comment/152\",[]],[\"name/153\",[136,51.78]],[\"comment/153\",[]],[\"name/154\",[137,51.78]],[\"comment/154\",[]],[\"name/155\",[138,51.78]],[\"comment/155\",[]],[\"name/156\",[139,51.78]],[\"comment/156\",[]],[\"name/157\",[140,51.78]],[\"comment/157\",[]],[\"name/158\",[141,51.78]],[\"comment/158\",[]],[\"name/159\",[142,51.78]],[\"comment/159\",[]],[\"name/160\",[143,51.78]],[\"comment/160\",[]],[\"name/161\",[144,51.78]],[\"comment/161\",[]],[\"name/162\",[145,51.78]],[\"comment/162\",[]],[\"name/163\",[146,51.78]],[\"comment/163\",[]],[\"name/164\",[147,51.78]],[\"comment/164\",[]],[\"name/165\",[8,29.808]],[\"comment/165\",[]],[\"name/166\",[148,46.672]],[\"comment/166\",[]],[\"name/167\",[149,51.78]],[\"comment/167\",[]],[\"name/168\",[8,29.808]],[\"comment/168\",[]],[\"name/169\",[148,46.672]],[\"comment/169\",[]],[\"name/170\",[150,51.78]],[\"comment/170\",[]],[\"name/171\",[151,51.78]],[\"comment/171\",[]],[\"name/172\",[152,51.78]],[\"comment/172\",[]],[\"name/173\",[153,51.78]],[\"comment/173\",[]],[\"name/174\",[154,51.78]],[\"comment/174\",[]],[\"name/175\",[155,51.78]],[\"comment/175\",[]],[\"name/176\",[156,51.78]],[\"comment/176\",[]],[\"name/177\",[157,51.78]],[\"comment/177\",[]],[\"name/178\",[158,51.78]],[\"comment/178\",[]],[\"name/179\",[159,51.78]],[\"comment/179\",[]],[\"name/180\",[160,51.78]],[\"comment/180\",[]],[\"name/181\",[161,51.78]],[\"comment/181\",[]],[\"name/182\",[162,51.78]],[\"comment/182\",[]],[\"name/183\",[163,51.78]],[\"comment/183\",[]],[\"name/184\",[164,51.78]],[\"comment/184\",[]],[\"name/185\",[165,51.78]],[\"comment/185\",[]],[\"name/186\",[166,51.78]],[\"comment/186\",[]],[\"name/187\",[167,51.78]],[\"comment/187\",[]],[\"name/188\",[168,51.78]],[\"comment/188\",[]],[\"name/189\",[169,51.78]],[\"comment/189\",[]],[\"name/190\",[170,51.78]],[\"comment/190\",[]],[\"name/191\",[171,51.78]],[\"comment/191\",[]],[\"name/192\",[172,51.78]],[\"comment/192\",[]],[\"name/193\",[173,51.78]],[\"comment/193\",[]],[\"name/194\",[174,51.78]],[\"comment/194\",[]],[\"name/195\",[175,51.78]],[\"comment/195\",[]],[\"name/196\",[176,51.78]],[\"comment/196\",[]],[\"name/197\",[177,51.78]],[\"comment/197\",[]],[\"name/198\",[178,51.78]],[\"comment/198\",[]],[\"name/199\",[179,51.78]],[\"comment/199\",[]],[\"name/200\",[180,51.78]],[\"comment/200\",[]],[\"name/201\",[181,51.78]],[\"comment/201\",[]],[\"name/202\",[182,51.78]],[\"comment/202\",[]],[\"name/203\",[183,51.78]],[\"comment/203\",[]],[\"name/204\",[184,51.78]],[\"comment/204\",[]],[\"name/205\",[185,51.78]],[\"comment/205\",[]],[\"name/206\",[186,51.78]],[\"comment/206\",[]],[\"name/207\",[187,51.78]],[\"comment/207\",[]],[\"name/208\",[188,51.78]],[\"comment/208\",[]],[\"name/209\",[189,51.78]],[\"comment/209\",[]],[\"name/210\",[190,51.78]],[\"comment/210\",[]],[\"name/211\",[191,51.78]],[\"comment/211\",[]],[\"name/212\",[192,51.78]],[\"comment/212\",[]],[\"name/213\",[193,51.78]],[\"comment/213\",[]],[\"name/214\",[194,51.78]],[\"comment/214\",[]],[\"name/215\",[195,51.78]],[\"comment/215\",[]],[\"name/216\",[196,51.78]],[\"comment/216\",[]],[\"name/217\",[197,51.78]],[\"comment/217\",[]],[\"name/218\",[198,51.78]],[\"comment/218\",[]],[\"name/219\",[8,29.808]],[\"comment/219\",[]],[\"name/220\",[199,51.78]],[\"comment/220\",[]],[\"name/221\",[200,51.78]],[\"comment/221\",[]],[\"name/222\",[8,29.808]],[\"comment/222\",[]],[\"name/223\",[201,51.78]],[\"comment/223\",[]],[\"name/224\",[8,29.808]],[\"comment/224\",[]],[\"name/225\",[202,51.78]],[\"comment/225\",[]],[\"name/226\",[203,51.78]],[\"comment/226\",[]],[\"name/227\",[204,51.78]],[\"comment/227\",[]],[\"name/228\",[205,51.78]],[\"comment/228\",[]],[\"name/229\",[206,51.78]],[\"comment/229\",[]],[\"name/230\",[207,51.78]],[\"comment/230\",[]],[\"name/231\",[208,51.78]],[\"comment/231\",[]],[\"name/232\",[209,51.78]],[\"comment/232\",[]],[\"name/233\",[210,51.78]],[\"comment/233\",[]],[\"name/234\",[211,51.78]],[\"comment/234\",[]],[\"name/235\",[212,51.78]],[\"comment/235\",[]],[\"name/236\",[213,51.78]],[\"comment/236\",[]],[\"name/237\",[214,51.78]],[\"comment/237\",[]],[\"name/238\",[8,29.808]],[\"comment/238\",[]],[\"name/239\",[215,51.78]],[\"comment/239\",[]],[\"name/240\",[216,51.78]],[\"comment/240\",[]],[\"name/241\",[217,51.78]],[\"comment/241\",[]],[\"name/242\",[218,51.78]],[\"comment/242\",[]],[\"name/243\",[8,29.808]],[\"comment/243\",[]],[\"name/244\",[77,46.672]],[\"comment/244\",[]],[\"name/245\",[219,51.78]],[\"comment/245\",[]],[\"name/246\",[220,51.78]],[\"comment/246\",[]],[\"name/247\",[221,51.78]],[\"comment/247\",[]],[\"name/248\",[222,51.78]],[\"comment/248\",[]],[\"name/249\",[223,51.78]],[\"comment/249\",[]],[\"name/250\",[224,51.78]],[\"comment/250\",[]],[\"name/251\",[225,51.78]],[\"comment/251\",[]],[\"name/252\",[226,51.78]],[\"comment/252\",[]],[\"name/253\",[227,51.78]],[\"comment/253\",[]],[\"name/254\",[228,51.78]],[\"comment/254\",[]],[\"name/255\",[229,51.78]],[\"comment/255\",[]],[\"name/256\",[230,51.78]],[\"comment/256\",[]],[\"name/257\",[231,51.78]],[\"comment/257\",[]],[\"name/258\",[232,51.78]],[\"comment/258\",[]],[\"name/259\",[233,51.78]],[\"comment/259\",[]],[\"name/260\",[234,51.78]],[\"comment/260\",[]],[\"name/261\",[235,51.78]],[\"comment/261\",[]],[\"name/262\",[236,51.78]],[\"comment/262\",[]],[\"name/263\",[237,51.78]],[\"comment/263\",[]],[\"name/264\",[238,51.78]],[\"comment/264\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":8,\"name\":{\"8\":{},\"36\":{},\"40\":{},\"44\":{},\"91\":{},\"134\":{},\"165\":{},\"168\":{},\"219\":{},\"222\":{},\"224\":{},\"238\":{},\"243\":{}},\"comment\":{}}],[\"add0x\",{\"_index\":92,\"name\":{\"108\":{}},\"comment\":{}}],[\"addaccounts\",{\"_index\":151,\"name\":{\"171\":{}},\"comment\":{}}],[\"address\",{\"_index\":39,\"name\":{\"41\":{}},\"comment\":{}}],[\"assert\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"assertexhaustive\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"assertionerror\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"assertionerrorconstructor\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"assertisbytes\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"assertishexstring\",{\"_index\":87,\"name\":{\"103\":{}},\"comment\":{}}],[\"assertisjsonrpcerror\",{\"_index\":116,\"name\":{\"132\":{}},\"comment\":{}}],[\"assertisjsonrpcfailure\",{\"_index\":114,\"name\":{\"130\":{}},\"comment\":{}}],[\"assertisjsonrpcnotification\",{\"_index\":104,\"name\":{\"120\":{}},\"comment\":{}}],[\"assertisjsonrpcrequest\",{\"_index\":106,\"name\":{\"122\":{}},\"comment\":{}}],[\"assertisjsonrpcresponse\",{\"_index\":110,\"name\":{\"126\":{}},\"comment\":{}}],[\"assertisjsonrpcsuccess\",{\"_index\":112,\"name\":{\"128\":{}},\"comment\":{}}],[\"assertispendingjsonrpcresponse\",{\"_index\":108,\"name\":{\"124\":{}},\"comment\":{}}],[\"assertissemverrange\",{\"_index\":231,\"name\":{\"257\":{}},\"comment\":{}}],[\"assertissemverversion\",{\"_index\":230,\"name\":{\"256\":{}},\"comment\":{}}],[\"assertisstricthexstring\",{\"_index\":88,\"name\":{\"104\":{}},\"comment\":{}}],[\"assertstruct\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"base64\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"base64options\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"base64tobytes\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"basetransaction\",{\"_index\":218,\"name\":{\"242\":{}},\"comment\":{}}],[\"biginttobytes\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"biginttohex\",{\"_index\":193,\"name\":{\"213\":{}},\"comment\":{}}],[\"bytes\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"byteslike\",{\"_index\":63,\"name\":{\"68\":{}},\"comment\":{}}],[\"bytestobase64\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"bytestobigint\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"bytestohex\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"bytestonumber\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"bytestosignedbigint\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"bytestostring\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"caip_account_address_regex\",{\"_index\":46,\"name\":{\"51\":{}},\"comment\":{}}],[\"caip_account_id_regex\",{\"_index\":45,\"name\":{\"50\":{}},\"comment\":{}}],[\"caip_chain_id_regex\",{\"_index\":42,\"name\":{\"47\":{}},\"comment\":{}}],[\"caip_namespace_regex\",{\"_index\":43,\"name\":{\"48\":{}},\"comment\":{}}],[\"caip_reference_regex\",{\"_index\":44,\"name\":{\"49\":{}},\"comment\":{}}],[\"caipaccountaddress\",{\"_index\":56,\"name\":{\"61\":{}},\"comment\":{}}],[\"caipaccountaddressstruct\",{\"_index\":55,\"name\":{\"60\":{}},\"comment\":{}}],[\"caipaccountid\",{\"_index\":54,\"name\":{\"59\":{}},\"comment\":{}}],[\"caipaccountidstruct\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"caipchainid\",{\"_index\":48,\"name\":{\"53\":{}},\"comment\":{}}],[\"caipchainidstruct\",{\"_index\":47,\"name\":{\"52\":{}},\"comment\":{}}],[\"caipnamespace\",{\"_index\":50,\"name\":{\"55\":{}},\"comment\":{}}],[\"caipnamespacestruct\",{\"_index\":49,\"name\":{\"54\":{}},\"comment\":{}}],[\"caipreference\",{\"_index\":52,\"name\":{\"57\":{}},\"comment\":{}}],[\"caipreferencestruct\",{\"_index\":51,\"name\":{\"56\":{}},\"comment\":{}}],[\"calculatenumbersize\",{\"_index\":175,\"name\":{\"195\":{}},\"comment\":{}}],[\"calculatestringsize\",{\"_index\":174,\"name\":{\"194\":{}},\"comment\":{}}],[\"chain\",{\"_index\":41,\"name\":{\"43\":{}},\"comment\":{}}],[\"chainid\",{\"_index\":40,\"name\":{\"42\":{}},\"comment\":{}}],[\"characterset\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"checksumstruct\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"ciphertext\",{\"_index\":79,\"name\":{\"95\":{}},\"comment\":{}}],[\"code\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"colon\",{\"_index\":189,\"name\":{\"209\":{}},\"comment\":{}}],[\"comma\",{\"_index\":184,\"name\":{\"204\":{}},\"comment\":{}}],[\"concatbytes\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":5,\"name\":{\"5\":{},\"70\":{},\"81\":{}},\"comment\":{}}],[\"createbigint\",{\"_index\":59,\"name\":{\"64\":{}},\"comment\":{}}],[\"createbytes\",{\"_index\":60,\"name\":{\"65\":{}},\"comment\":{}}],[\"createdataview\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"createdeferredpromise\",{\"_index\":197,\"name\":{\"217\":{}},\"comment\":{}}],[\"createhex\",{\"_index\":61,\"name\":{\"66\":{}},\"comment\":{}}],[\"createmodulelogger\",{\"_index\":167,\"name\":{\"187\":{}},\"comment\":{}}],[\"createnumber\",{\"_index\":58,\"name\":{\"63\":{}},\"comment\":{}}],[\"createprojectlogger\",{\"_index\":166,\"name\":{\"186\":{}},\"comment\":{}}],[\"data\",{\"_index\":223,\"name\":{\"249\":{}},\"comment\":{}}],[\"date\",{\"_index\":190,\"name\":{\"210\":{}},\"comment\":{}}],[\"day\",{\"_index\":209,\"name\":{\"232\":{}},\"comment\":{}}],[\"decryptmessage\",{\"_index\":163,\"name\":{\"183\":{}},\"comment\":{}}],[\"deferredpromise\",{\"_index\":198,\"name\":{\"218\":{}},\"comment\":{}}],[\"deserialize\",{\"_index\":153,\"name\":{\"173\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":165,\"name\":{\"185\":{}},\"comment\":{}}],[\"duration\",{\"_index\":204,\"name\":{\"227\":{}},\"comment\":{}}],[\"eip1024encrypteddata\",{\"_index\":75,\"name\":{\"90\":{}},\"comment\":{}}],[\"eip1559transaction\",{\"_index\":227,\"name\":{\"253\":{}},\"comment\":{}}],[\"eip2930transaction\",{\"_index\":226,\"name\":{\"252\":{}},\"comment\":{}}],[\"entries\",{\"_index\":66,\"name\":{\"72\":{},\"83\":{}},\"comment\":{}}],[\"ephempublickey\",{\"_index\":78,\"name\":{\"94\":{}},\"comment\":{}}],[\"escape_characters_regexp\",{\"_index\":191,\"name\":{\"211\":{}},\"comment\":{}}],[\"exactoptional\",{\"_index\":99,\"name\":{\"115\":{}},\"comment\":{}}],[\"exportaccount\",{\"_index\":156,\"name\":{\"176\":{}},\"comment\":{}}],[\"false\",{\"_index\":187,\"name\":{\"207\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":67,\"name\":{\"73\":{},\"84\":{}},\"comment\":{}}],[\"from\",{\"_index\":219,\"name\":{\"245\":{}},\"comment\":{}}],[\"frozenmap\",{\"_index\":64,\"name\":{\"69\":{}},\"comment\":{}}],[\"frozenset\",{\"_index\":74,\"name\":{\"80\":{}},\"comment\":{}}],[\"gaslimit\",{\"_index\":222,\"name\":{\"248\":{}},\"comment\":{}}],[\"generaterandommnemonic\",{\"_index\":164,\"name\":{\"184\":{}},\"comment\":{}}],[\"get\",{\"_index\":68,\"name\":{\"74\":{}},\"comment\":{}}],[\"getaccounts\",{\"_index\":150,\"name\":{\"170\":{}},\"comment\":{}}],[\"getappkeyaddress\",{\"_index\":157,\"name\":{\"177\":{}},\"comment\":{}}],[\"getchecksumaddress\",{\"_index\":90,\"name\":{\"106\":{}},\"comment\":{}}],[\"getencryptionpublickey\",{\"_index\":162,\"name\":{\"182\":{}},\"comment\":{}}],[\"geterrormessage\",{\"_index\":83,\"name\":{\"99\":{}},\"comment\":{}}],[\"getjsonrpcidvalidator\",{\"_index\":117,\"name\":{\"133\":{}},\"comment\":{}}],[\"getjsonsize\",{\"_index\":102,\"name\":{\"118\":{}},\"comment\":{}}],[\"getknownpropertynames\",{\"_index\":171,\"name\":{\"191\":{}},\"comment\":{}}],[\"getsafejson\",{\"_index\":101,\"name\":{\"117\":{}},\"comment\":{}}],[\"gtrange\",{\"_index\":233,\"name\":{\"259\":{}},\"comment\":{}}],[\"gtversion\",{\"_index\":232,\"name\":{\"258\":{}},\"comment\":{}}],[\"has\",{\"_index\":69,\"name\":{\"75\":{},\"85\":{}},\"comment\":{}}],[\"hasproperty\",{\"_index\":180,\"name\":{\"200\":{}},\"comment\":{}}],[\"hex\",{\"_index\":94,\"name\":{\"110\":{}},\"comment\":{}}],[\"hexaddressstruct\",{\"_index\":97,\"name\":{\"113\":{}},\"comment\":{}}],[\"hexchecksumaddressstruct\",{\"_index\":98,\"name\":{\"114\":{}},\"comment\":{}}],[\"hexstruct\",{\"_index\":95,\"name\":{\"111\":{}},\"comment\":{}}],[\"hextobigint\",{\"_index\":195,\"name\":{\"215\":{}},\"comment\":{}}],[\"hextobytes\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"hextonumber\",{\"_index\":194,\"name\":{\"214\":{}},\"comment\":{}}],[\"hour\",{\"_index\":208,\"name\":{\"231\":{}},\"comment\":{}}],[\"inferwithparams\",{\"_index\":135,\"name\":{\"152\":{}},\"comment\":{}}],[\"init\",{\"_index\":154,\"name\":{\"174\":{}},\"comment\":{}}],[\"inmilliseconds\",{\"_index\":202,\"name\":{\"225\":{}},\"comment\":{}}],[\"isascii\",{\"_index\":173,\"name\":{\"193\":{}},\"comment\":{}}],[\"isbytes\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"iscaipaccountaddress\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"iscaipaccountid\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"iscaipchainid\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"iscaipnamespace\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"iscaipreference\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"iserrorwithcode\",{\"_index\":80,\"name\":{\"96\":{}},\"comment\":{}}],[\"iserrorwithmessage\",{\"_index\":81,\"name\":{\"97\":{}},\"comment\":{}}],[\"iserrorwithstack\",{\"_index\":82,\"name\":{\"98\":{}},\"comment\":{}}],[\"ishexstring\",{\"_index\":85,\"name\":{\"101\":{}},\"comment\":{}}],[\"isjsonrpcerror\",{\"_index\":115,\"name\":{\"131\":{}},\"comment\":{}}],[\"isjsonrpcfailure\",{\"_index\":113,\"name\":{\"129\":{}},\"comment\":{}}],[\"isjsonrpcnotification\",{\"_index\":103,\"name\":{\"119\":{}},\"comment\":{}}],[\"isjsonrpcrequest\",{\"_index\":105,\"name\":{\"121\":{}},\"comment\":{}}],[\"isjsonrpcresponse\",{\"_index\":109,\"name\":{\"125\":{}},\"comment\":{}}],[\"isjsonrpcsuccess\",{\"_index\":111,\"name\":{\"127\":{}},\"comment\":{}}],[\"isnonemptyarray\",{\"_index\":168,\"name\":{\"188\":{}},\"comment\":{}}],[\"isnullorundefined\",{\"_index\":169,\"name\":{\"189\":{}},\"comment\":{}}],[\"isobject\",{\"_index\":170,\"name\":{\"190\":{}},\"comment\":{}}],[\"ispendingjsonrpcresponse\",{\"_index\":107,\"name\":{\"123\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":172,\"name\":{\"192\":{}},\"comment\":{}}],[\"isstricthexstring\",{\"_index\":86,\"name\":{\"102\":{}},\"comment\":{}}],[\"isvalidchecksumaddress\",{\"_index\":91,\"name\":{\"107\":{}},\"comment\":{}}],[\"isvalidhexaddress\",{\"_index\":89,\"name\":{\"105\":{}},\"comment\":{}}],[\"isvalidjson\",{\"_index\":100,\"name\":{\"116\":{}},\"comment\":{}}],[\"isvalidsemverrange\",{\"_index\":229,\"name\":{\"255\":{}},\"comment\":{}}],[\"isvalidsemverversion\",{\"_index\":228,\"name\":{\"254\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":73,\"name\":{\"79\":{},\"89\":{}},\"comment\":{}}],[\"json\",{\"_index\":118,\"name\":{\"135\":{}},\"comment\":{}}],[\"jsonrpc2\",{\"_index\":124,\"name\":{\"141\":{}},\"comment\":{}}],[\"jsonrpcerror\",{\"_index\":131,\"name\":{\"148\":{}},\"comment\":{}}],[\"jsonrpcerrorstruct\",{\"_index\":129,\"name\":{\"146\":{}},\"comment\":{}}],[\"jsonrpcfailure\",{\"_index\":144,\"name\":{\"161\":{}},\"comment\":{}}],[\"jsonrpcfailurestruct\",{\"_index\":143,\"name\":{\"160\":{}},\"comment\":{}}],[\"jsonrpcid\",{\"_index\":128,\"name\":{\"145\":{}},\"comment\":{}}],[\"jsonrpcidstruct\",{\"_index\":127,\"name\":{\"144\":{}},\"comment\":{}}],[\"jsonrpcnotification\",{\"_index\":138,\"name\":{\"155\":{}},\"comment\":{}}],[\"jsonrpcnotificationstruct\",{\"_index\":137,\"name\":{\"154\":{}},\"comment\":{}}],[\"jsonrpcparams\",{\"_index\":133,\"name\":{\"150\":{}},\"comment\":{}}],[\"jsonrpcparamsstruct\",{\"_index\":132,\"name\":{\"149\":{}},\"comment\":{}}],[\"jsonrpcrequest\",{\"_index\":136,\"name\":{\"153\":{}},\"comment\":{}}],[\"jsonrpcrequeststruct\",{\"_index\":134,\"name\":{\"151\":{}},\"comment\":{}}],[\"jsonrpcresponse\",{\"_index\":146,\"name\":{\"163\":{}},\"comment\":{}}],[\"jsonrpcresponsestruct\",{\"_index\":145,\"name\":{\"162\":{}},\"comment\":{}}],[\"jsonrpcsuccess\",{\"_index\":142,\"name\":{\"159\":{}},\"comment\":{}}],[\"jsonrpcsuccessstruct\",{\"_index\":141,\"name\":{\"158\":{}},\"comment\":{}}],[\"jsonrpcversion2\",{\"_index\":126,\"name\":{\"143\":{}},\"comment\":{}}],[\"jsonrpcversionstruct\",{\"_index\":125,\"name\":{\"142\":{}},\"comment\":{}}],[\"jsonsize\",{\"_index\":182,\"name\":{\"202\":{}},\"comment\":{}}],[\"jsonstruct\",{\"_index\":123,\"name\":{\"140\":{}},\"comment\":{}}],[\"keyring\",{\"_index\":149,\"name\":{\"167\":{}},\"comment\":{}}],[\"keyringclass\",{\"_index\":147,\"name\":{\"164\":{}},\"comment\":{}}],[\"keys\",{\"_index\":70,\"name\":{\"76\":{},\"86\":{}},\"comment\":{}}],[\"legacytransaction\",{\"_index\":225,\"name\":{\"251\":{}},\"comment\":{}}],[\"millisecond\",{\"_index\":205,\"name\":{\"228\":{}},\"comment\":{}}],[\"minute\",{\"_index\":207,\"name\":{\"230\":{}},\"comment\":{}}],[\"mutable\",{\"_index\":176,\"name\":{\"196\":{}},\"comment\":{}}],[\"namespace\",{\"_index\":36,\"name\":{\"37\":{},\"45\":{}},\"comment\":{}}],[\"nonce\",{\"_index\":77,\"name\":{\"93\":{},\"244\":{}},\"comment\":{}}],[\"nonemptyarray\",{\"_index\":178,\"name\":{\"198\":{}},\"comment\":{}}],[\"null\",{\"_index\":183,\"name\":{\"203\":{}},\"comment\":{}}],[\"numberlike\",{\"_index\":62,\"name\":{\"67\":{}},\"comment\":{}}],[\"numbertobytes\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"numbertohex\",{\"_index\":192,\"name\":{\"212\":{}},\"comment\":{}}],[\"object\",{\"_index\":121,\"name\":{\"138\":{}},\"comment\":{}}],[\"objectoptional\",{\"_index\":119,\"name\":{\"136\":{}},\"comment\":{}}],[\"objecttype\",{\"_index\":120,\"name\":{\"137\":{}},\"comment\":{}}],[\"opaque\",{\"_index\":196,\"name\":{\"216\":{}},\"comment\":{}}],[\"optionalfield\",{\"_index\":130,\"name\":{\"147\":{}},\"comment\":{}}],[\"paddingrequired\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"parsecaipaccountid\",{\"_index\":38,\"name\":{\"39\":{}},\"comment\":{}}],[\"parsecaipchainid\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"partialorabsent\",{\"_index\":177,\"name\":{\"197\":{}},\"comment\":{}}],[\"pendingjsonrpcresponse\",{\"_index\":140,\"name\":{\"157\":{}},\"comment\":{}}],[\"pendingjsonrpcresponsestruct\",{\"_index\":139,\"name\":{\"156\":{}},\"comment\":{}}],[\"plainobject\",{\"_index\":181,\"name\":{\"201\":{}},\"comment\":{}}],[\"promise\",{\"_index\":199,\"name\":{\"220\":{}},\"comment\":{}}],[\"quote\",{\"_index\":188,\"name\":{\"208\":{}},\"comment\":{}}],[\"r\",{\"_index\":215,\"name\":{\"239\":{}},\"comment\":{}}],[\"reference\",{\"_index\":37,\"name\":{\"38\":{},\"46\":{}},\"comment\":{}}],[\"reject\",{\"_index\":201,\"name\":{\"223\":{}},\"comment\":{}}],[\"remove0x\",{\"_index\":93,\"name\":{\"109\":{}},\"comment\":{}}],[\"removeaccount\",{\"_index\":155,\"name\":{\"175\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":200,\"name\":{\"221\":{}},\"comment\":{}}],[\"runtimeobject\",{\"_index\":179,\"name\":{\"199\":{}},\"comment\":{}}],[\"s\",{\"_index\":216,\"name\":{\"240\":{}},\"comment\":{}}],[\"satisfiesversionrange\",{\"_index\":234,\"name\":{\"260\":{}},\"comment\":{}}],[\"second\",{\"_index\":206,\"name\":{\"229\":{}},\"comment\":{}}],[\"semverrange\",{\"_index\":235,\"name\":{\"261\":{}},\"comment\":{}}],[\"semverversion\",{\"_index\":236,\"name\":{\"262\":{}},\"comment\":{}}],[\"serialize\",{\"_index\":152,\"name\":{\"172\":{}},\"comment\":{}}],[\"signature\",{\"_index\":214,\"name\":{\"237\":{}},\"comment\":{}}],[\"signedbiginttobytes\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"signedtransaction\",{\"_index\":213,\"name\":{\"236\":{}},\"comment\":{}}],[\"signmessage\",{\"_index\":159,\"name\":{\"179\":{}},\"comment\":{}}],[\"signpersonalmessage\",{\"_index\":160,\"name\":{\"180\":{}},\"comment\":{}}],[\"signtransaction\",{\"_index\":158,\"name\":{\"178\":{}},\"comment\":{}}],[\"signtypeddata\",{\"_index\":161,\"name\":{\"181\":{}},\"comment\":{}}],[\"size\",{\"_index\":65,\"name\":{\"71\":{},\"82\":{}},\"comment\":{}}],[\"stricthexstruct\",{\"_index\":96,\"name\":{\"112\":{}},\"comment\":{}}],[\"stringtobytes\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"timesince\",{\"_index\":203,\"name\":{\"226\":{}},\"comment\":{}}],[\"to\",{\"_index\":220,\"name\":{\"246\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":72,\"name\":{\"78\":{},\"88\":{}},\"comment\":{}}],[\"transaction\",{\"_index\":212,\"name\":{\"235\":{}},\"comment\":{}}],[\"true\",{\"_index\":186,\"name\":{\"206\":{}},\"comment\":{}}],[\"type\",{\"_index\":148,\"name\":{\"166\":{},\"169\":{}},\"comment\":{}}],[\"typedtransaction\",{\"_index\":224,\"name\":{\"250\":{}},\"comment\":{}}],[\"unsafejsonstruct\",{\"_index\":122,\"name\":{\"139\":{}},\"comment\":{}}],[\"value\",{\"_index\":221,\"name\":{\"247\":{}},\"comment\":{}}],[\"values\",{\"_index\":71,\"name\":{\"77\":{},\"87\":{}},\"comment\":{}}],[\"valuetobytes\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"version\",{\"_index\":76,\"name\":{\"92\":{}},\"comment\":{}}],[\"versionrangestruct\",{\"_index\":238,\"name\":{\"264\":{}},\"comment\":{}}],[\"versionstruct\",{\"_index\":237,\"name\":{\"263\":{}},\"comment\":{}}],[\"week\",{\"_index\":210,\"name\":{\"233\":{}},\"comment\":{}}],[\"wraperror\",{\"_index\":84,\"name\":{\"100\":{}},\"comment\":{}}],[\"wrapper\",{\"_index\":185,\"name\":{\"205\":{}},\"comment\":{}}],[\"year\",{\"_index\":211,\"name\":{\"234\":{}},\"comment\":{}}],[\"yparity\",{\"_index\":217,\"name\":{\"241\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":64,\"name\":\"assert\",\"url\":\"functions/assert.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertStruct\",\"url\":\"functions/assertStruct.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertExhaustive\",\"url\":\"functions/assertExhaustive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"AssertionErrorConstructor\",\"url\":\"types/AssertionErrorConstructor.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"AssertionError\",\"url\":\"classes/AssertionError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AssertionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AssertionError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AssertionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AssertionError\"},{\"kind\":4194304,\"name\":\"Base64Options\",\"url\":\"types/Base64Options.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Base64Options.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Base64Options\"},{\"kind\":1024,\"name\":\"paddingRequired\",\"url\":\"types/Base64Options.html#__type.paddingRequired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Base64Options.__type\"},{\"kind\":1024,\"name\":\"characterSet\",\"url\":\"types/Base64Options.html#__type.characterSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Base64Options.__type\"},{\"kind\":64,\"name\":\"base64\",\"url\":\"functions/base64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isBytes\",\"url\":\"functions/isBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsBytes\",\"url\":\"functions/assertIsBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToHex\",\"url\":\"functions/bytesToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToBigInt\",\"url\":\"functions/bytesToBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToSignedBigInt\",\"url\":\"functions/bytesToSignedBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToNumber\",\"url\":\"functions/bytesToNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToString\",\"url\":\"functions/bytesToString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToBase64\",\"url\":\"functions/bytesToBase64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToBytes\",\"url\":\"functions/hexToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bigIntToBytes\",\"url\":\"functions/bigIntToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"signedBigIntToBytes\",\"url\":\"functions/signedBigIntToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"numberToBytes\",\"url\":\"functions/numberToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stringToBytes\",\"url\":\"functions/stringToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"base64ToBytes\",\"url\":\"functions/base64ToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"valueToBytes\",\"url\":\"functions/valueToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"concatBytes\",\"url\":\"functions/concatBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createDataView\",\"url\":\"functions/createDataView.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Bytes\",\"url\":\"types/Bytes.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"isCaipChainId\",\"url\":\"functions/isCaipChainId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipNamespace\",\"url\":\"functions/isCaipNamespace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipReference\",\"url\":\"functions/isCaipReference.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipAccountId\",\"url\":\"functions/isCaipAccountId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isCaipAccountAddress\",\"url\":\"functions/isCaipAccountAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"parseCaipChainId\",\"url\":\"functions/parseCaipChainId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type.namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId.__type\"},{\"kind\":1024,\"name\":\"reference\",\"url\":\"functions/parseCaipChainId.html#parseCaipChainId.__type.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipChainId.parseCaipChainId.__type\"},{\"kind\":64,\"name\":\"parseCaipAccountId\",\"url\":\"functions/parseCaipAccountId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.address\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":1024,\"name\":\"chainId\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chainId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":1024,\"name\":\"chain\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1.namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain.__type\"},{\"kind\":1024,\"name\":\"reference\",\"url\":\"functions/parseCaipAccountId.html#parseCaipAccountId.__type.chain.__type-1.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"parseCaipAccountId.parseCaipAccountId.__type.chain.__type\"},{\"kind\":64,\"name\":\"toCaipChainId\",\"url\":\"functions/toCaipChainId.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"CAIP_CHAIN_ID_REGEX\",\"url\":\"variables/CAIP_CHAIN_ID_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_NAMESPACE_REGEX\",\"url\":\"variables/CAIP_NAMESPACE_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_REFERENCE_REGEX\",\"url\":\"variables/CAIP_REFERENCE_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_ACCOUNT_ID_REGEX\",\"url\":\"variables/CAIP_ACCOUNT_ID_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CAIP_ACCOUNT_ADDRESS_REGEX\",\"url\":\"variables/CAIP_ACCOUNT_ADDRESS_REGEX.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CaipChainIdStruct\",\"url\":\"variables/CaipChainIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipChainId\",\"url\":\"types/CaipChainId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipNamespaceStruct\",\"url\":\"variables/CaipNamespaceStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipNamespace\",\"url\":\"types/CaipNamespace.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipReferenceStruct\",\"url\":\"variables/CaipReferenceStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipReference\",\"url\":\"types/CaipReference.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipAccountIdStruct\",\"url\":\"variables/CaipAccountIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipAccountId\",\"url\":\"types/CaipAccountId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CaipAccountAddressStruct\",\"url\":\"variables/CaipAccountAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CaipAccountAddress\",\"url\":\"types/CaipAccountAddress.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"KnownCaipNamespace\",\"url\":\"enums/KnownCaipNamespace.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Eip155\",\"url\":\"enums/KnownCaipNamespace.html#Eip155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"KnownCaipNamespace\"},{\"kind\":32,\"name\":\"ChecksumStruct\",\"url\":\"variables/ChecksumStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"createNumber\",\"url\":\"functions/createNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createBigInt\",\"url\":\"functions/createBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createBytes\",\"url\":\"functions/createBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createHex\",\"url\":\"functions/createHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"NumberLike\",\"url\":\"types/NumberLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"BytesLike\",\"url\":\"types/BytesLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"FrozenMap\",\"url\":\"classes/FrozenMap.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FrozenMap.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FrozenMap.html#size\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/FrozenMap.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FrozenMap.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/FrozenMap.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"has\",\"url\":\"classes/FrozenMap.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/FrozenMap.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"values\",\"url\":\"classes/FrozenMap.html#values\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/FrozenMap.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/FrozenMap.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenMap\"},{\"kind\":128,\"name\":\"FrozenSet\",\"url\":\"classes/FrozenSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FrozenSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FrozenSet.html#size\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/FrozenSet.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FrozenSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"has\",\"url\":\"classes/FrozenSet.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/FrozenSet.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"values\",\"url\":\"classes/FrozenSet.html#values\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/FrozenSet.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/FrozenSet.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FrozenSet\"},{\"kind\":4194304,\"name\":\"Eip1024EncryptedData\",\"url\":\"types/Eip1024EncryptedData.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Eip1024EncryptedData.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Eip1024EncryptedData\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/Eip1024EncryptedData.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"nonce\",\"url\":\"types/Eip1024EncryptedData.html#__type.nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"ephemPublicKey\",\"url\":\"types/Eip1024EncryptedData.html#__type.ephemPublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":1024,\"name\":\"ciphertext\",\"url\":\"types/Eip1024EncryptedData.html#__type.ciphertext\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Eip1024EncryptedData.__type\"},{\"kind\":64,\"name\":\"isErrorWithCode\",\"url\":\"functions/isErrorWithCode.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isErrorWithMessage\",\"url\":\"functions/isErrorWithMessage.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isErrorWithStack\",\"url\":\"functions/isErrorWithStack.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getErrorMessage\",\"url\":\"functions/getErrorMessage.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wrapError\",\"url\":\"functions/wrapError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isHexString\",\"url\":\"functions/isHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isStrictHexString\",\"url\":\"functions/isStrictHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsHexString\",\"url\":\"functions/assertIsHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsStrictHexString\",\"url\":\"functions/assertIsStrictHexString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidHexAddress\",\"url\":\"functions/isValidHexAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getChecksumAddress\",\"url\":\"functions/getChecksumAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidChecksumAddress\",\"url\":\"functions/isValidChecksumAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"add0x\",\"url\":\"functions/add0x.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove0x\",\"url\":\"functions/remove0x.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Hex\",\"url\":\"types/Hex.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"HexStruct\",\"url\":\"variables/HexStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"StrictHexStruct\",\"url\":\"variables/StrictHexStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"HexAddressStruct\",\"url\":\"variables/HexAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"HexChecksumAddressStruct\",\"url\":\"variables/HexChecksumAddressStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"exactOptional\",\"url\":\"functions/exactOptional.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidJson\",\"url\":\"functions/isValidJson.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getSafeJson\",\"url\":\"functions/getSafeJson.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getJsonSize\",\"url\":\"functions/getJsonSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcNotification\",\"url\":\"functions/isJsonRpcNotification.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcNotification\",\"url\":\"functions/assertIsJsonRpcNotification.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcRequest\",\"url\":\"functions/isJsonRpcRequest.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcRequest\",\"url\":\"functions/assertIsJsonRpcRequest.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isPendingJsonRpcResponse\",\"url\":\"functions/isPendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsPendingJsonRpcResponse\",\"url\":\"functions/assertIsPendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcResponse\",\"url\":\"functions/isJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcResponse\",\"url\":\"functions/assertIsJsonRpcResponse.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcSuccess\",\"url\":\"functions/isJsonRpcSuccess.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcSuccess\",\"url\":\"functions/assertIsJsonRpcSuccess.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcFailure\",\"url\":\"functions/isJsonRpcFailure.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcFailure\",\"url\":\"functions/assertIsJsonRpcFailure.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isJsonRpcError\",\"url\":\"functions/isJsonRpcError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsJsonRpcError\",\"url\":\"functions/assertIsJsonRpcError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getJsonRpcIdValidator\",\"url\":\"functions/getJsonRpcIdValidator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/getJsonRpcIdValidator.html#getJsonRpcIdValidator.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"getJsonRpcIdValidator.getJsonRpcIdValidator\"},{\"kind\":4194304,\"name\":\"Json\",\"url\":\"types/Json.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ObjectOptional\",\"url\":\"types/ObjectOptional.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ObjectType\",\"url\":\"types/ObjectType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"object\",\"url\":\"functions/object.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"UnsafeJsonStruct\",\"url\":\"variables/UnsafeJsonStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"JsonStruct\",\"url\":\"variables/JsonStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"jsonrpc2\",\"url\":\"variables/jsonrpc2.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"JsonRpcVersionStruct\",\"url\":\"variables/JsonRpcVersionStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcVersion2\",\"url\":\"types/JsonRpcVersion2.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcIdStruct\",\"url\":\"variables/JsonRpcIdStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcId\",\"url\":\"types/JsonRpcId.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcErrorStruct\",\"url\":\"variables/JsonRpcErrorStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"OptionalField\",\"url\":\"types/OptionalField.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"JsonRpcError\",\"url\":\"types/JsonRpcError.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcParamsStruct\",\"url\":\"variables/JsonRpcParamsStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcParams\",\"url\":\"types/JsonRpcParams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcRequestStruct\",\"url\":\"variables/JsonRpcRequestStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"InferWithParams\",\"url\":\"types/InferWithParams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"JsonRpcRequest\",\"url\":\"types/JsonRpcRequest.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcNotificationStruct\",\"url\":\"variables/JsonRpcNotificationStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcNotification\",\"url\":\"types/JsonRpcNotification.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"PendingJsonRpcResponseStruct\",\"url\":\"variables/PendingJsonRpcResponseStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"PendingJsonRpcResponse\",\"url\":\"types/PendingJsonRpcResponse.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcSuccessStruct\",\"url\":\"variables/JsonRpcSuccessStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcSuccess\",\"url\":\"types/JsonRpcSuccess.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcFailureStruct\",\"url\":\"variables/JsonRpcFailureStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcFailure\",\"url\":\"types/JsonRpcFailure.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"JsonRpcResponseStruct\",\"url\":\"variables/JsonRpcResponseStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"JsonRpcResponse\",\"url\":\"types/JsonRpcResponse.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"KeyringClass\",\"url\":\"types/KeyringClass.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/KeyringClass.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"KeyringClass\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/KeyringClass.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyringClass.__type\"},{\"kind\":4194304,\"name\":\"Keyring\",\"url\":\"types/Keyring.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Keyring.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Keyring\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Keyring.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getAccounts\",\"url\":\"types/Keyring.html#__type.getAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"addAccounts\",\"url\":\"types/Keyring.html#__type.addAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"serialize\",\"url\":\"types/Keyring.html#__type.serialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"deserialize\",\"url\":\"types/Keyring.html#__type.deserialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"types/Keyring.html#__type.init\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"removeAccount\",\"url\":\"types/Keyring.html#__type.removeAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"exportAccount\",\"url\":\"types/Keyring.html#__type.exportAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getAppKeyAddress\",\"url\":\"types/Keyring.html#__type.getAppKeyAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signTransaction\",\"url\":\"types/Keyring.html#__type.signTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signMessage\",\"url\":\"types/Keyring.html#__type.signMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signPersonalMessage\",\"url\":\"types/Keyring.html#__type.signPersonalMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"signTypedData\",\"url\":\"types/Keyring.html#__type.signTypedData\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"getEncryptionPublicKey\",\"url\":\"types/Keyring.html#__type.getEncryptionPublicKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"decryptMessage\",\"url\":\"types/Keyring.html#__type.decryptMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"generateRandomMnemonic\",\"url\":\"types/Keyring.html#__type.generateRandomMnemonic\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"types/Keyring.html#__type.destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"Keyring.__type\"},{\"kind\":64,\"name\":\"createProjectLogger\",\"url\":\"functions/createProjectLogger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"createModuleLogger\",\"url\":\"functions/createModuleLogger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNonEmptyArray\",\"url\":\"functions/isNonEmptyArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNullOrUndefined\",\"url\":\"functions/isNullOrUndefined.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isObject\",\"url\":\"functions/isObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getKnownPropertyNames\",\"url\":\"functions/getKnownPropertyNames.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isASCII\",\"url\":\"functions/isASCII.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"calculateStringSize\",\"url\":\"functions/calculateStringSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"calculateNumberSize\",\"url\":\"functions/calculateNumberSize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Mutable\",\"url\":\"types/Mutable.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"PartialOrAbsent\",\"url\":\"types/PartialOrAbsent.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"NonEmptyArray\",\"url\":\"types/NonEmptyArray.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"RuntimeObject\",\"url\":\"types/RuntimeObject.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"hasProperty\",\"url\":\"functions/hasProperty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"PlainObject\",\"url\":\"types/PlainObject.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JsonSize\",\"url\":\"enums/JsonSize.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Null\",\"url\":\"enums/JsonSize.html#Null\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Comma\",\"url\":\"enums/JsonSize.html#Comma\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Wrapper\",\"url\":\"enums/JsonSize.html#Wrapper\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"True\",\"url\":\"enums/JsonSize.html#True\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"False\",\"url\":\"enums/JsonSize.html#False\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Quote\",\"url\":\"enums/JsonSize.html#Quote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Colon\",\"url\":\"enums/JsonSize.html#Colon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":16,\"name\":\"Date\",\"url\":\"enums/JsonSize.html#Date\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JsonSize\"},{\"kind\":32,\"name\":\"ESCAPE_CHARACTERS_REGEXP\",\"url\":\"variables/ESCAPE_CHARACTERS_REGEXP.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"numberToHex\",\"url\":\"functions/numberToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bigIntToHex\",\"url\":\"functions/bigIntToHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToNumber\",\"url\":\"functions/hexToNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hexToBigInt\",\"url\":\"functions/hexToBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Opaque\",\"url\":\"types/Opaque.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"createDeferredPromise\",\"url\":\"functions/createDeferredPromise.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"DeferredPromise\",\"url\":\"types/DeferredPromise.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"DeferredPromise\"},{\"kind\":1024,\"name\":\"promise\",\"url\":\"types/DeferredPromise.html#__type.promise\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"types/DeferredPromise.html#__type.resolve\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type.resolve.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"DeferredPromise.__type.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"types/DeferredPromise.html#__type.reject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DeferredPromise.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/DeferredPromise.html#__type.reject.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"DeferredPromise.__type.reject\"},{\"kind\":64,\"name\":\"inMilliseconds\",\"url\":\"functions/inMilliseconds.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"timeSince\",\"url\":\"functions/timeSince.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"Duration\",\"url\":\"enums/Duration.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Millisecond\",\"url\":\"enums/Duration.html#Millisecond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Second\",\"url\":\"enums/Duration.html#Second\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Minute\",\"url\":\"enums/Duration.html#Minute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Hour\",\"url\":\"enums/Duration.html#Hour\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Day\",\"url\":\"enums/Duration.html#Day\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Week\",\"url\":\"enums/Duration.html#Week\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":16,\"name\":\"Year\",\"url\":\"enums/Duration.html#Year\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Duration\"},{\"kind\":4194304,\"name\":\"Transaction\",\"url\":\"types/Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SignedTransaction\",\"url\":\"types/SignedTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"Signature\",\"url\":\"types/Signature.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Signature.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Signature\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"types/Signature.html#__type.r\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"types/Signature.html#__type.s\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":1024,\"name\":\"yParity\",\"url\":\"types/Signature.html#__type.yParity\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signature.__type\"},{\"kind\":4194304,\"name\":\"BaseTransaction\",\"url\":\"types/BaseTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BaseTransaction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BaseTransaction\"},{\"kind\":1024,\"name\":\"nonce\",\"url\":\"types/BaseTransaction.html#__type.nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"types/BaseTransaction.html#__type.from\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"types/BaseTransaction.html#__type.to\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BaseTransaction.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"gasLimit\",\"url\":\"types/BaseTransaction.html#__type.gasLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/BaseTransaction.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseTransaction.__type\"},{\"kind\":4194304,\"name\":\"TypedTransaction\",\"url\":\"types/TypedTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"LegacyTransaction\",\"url\":\"types/LegacyTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"EIP2930Transaction\",\"url\":\"types/EIP2930Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"EIP1559Transaction\",\"url\":\"types/EIP1559Transaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"isValidSemVerVersion\",\"url\":\"functions/isValidSemVerVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidSemVerRange\",\"url\":\"functions/isValidSemVerRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsSemVerVersion\",\"url\":\"functions/assertIsSemVerVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assertIsSemVerRange\",\"url\":\"functions/assertIsSemVerRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"gtVersion\",\"url\":\"functions/gtVersion.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"gtRange\",\"url\":\"functions/gtRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"satisfiesVersionRange\",\"url\":\"functions/satisfiesVersionRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SemVerRange\",\"url\":\"types/SemVerRange.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SemVerVersion\",\"url\":\"types/SemVerVersion.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"VersionStruct\",\"url\":\"variables/VersionStruct.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"VersionRangeStruct\",\"url\":\"variables/VersionRangeStruct.html\",\"classes\":\"tsd-kind-variable\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,51.892]],[\"comment/0\",[]],[\"name/1\",[1,51.892]],[\"comment/1\",[]],[\"name/2\",[2,51.892]],[\"comment/2\",[]],[\"name/3\",[3,51.892]],[\"comment/3\",[]],[\"name/4\",[4,51.892]],[\"comment/4\",[]],[\"name/5\",[5,43.419]],[\"comment/5\",[]],[\"name/6\",[6,51.892]],[\"comment/6\",[]],[\"name/7\",[7,51.892]],[\"comment/7\",[]],[\"name/8\",[8,29.92]],[\"comment/8\",[]],[\"name/9\",[9,51.892]],[\"comment/9\",[]],[\"name/10\",[10,51.892]],[\"comment/10\",[]],[\"name/11\",[11,51.892]],[\"comment/11\",[]],[\"name/12\",[12,51.892]],[\"comment/12\",[]],[\"name/13\",[13,51.892]],[\"comment/13\",[]],[\"name/14\",[14,51.892]],[\"comment/14\",[]],[\"name/15\",[15,51.892]],[\"comment/15\",[]],[\"name/16\",[16,51.892]],[\"comment/16\",[]],[\"name/17\",[17,51.892]],[\"comment/17\",[]],[\"name/18\",[18,51.892]],[\"comment/18\",[]],[\"name/19\",[19,51.892]],[\"comment/19\",[]],[\"name/20\",[20,51.892]],[\"comment/20\",[]],[\"name/21\",[21,51.892]],[\"comment/21\",[]],[\"name/22\",[22,51.892]],[\"comment/22\",[]],[\"name/23\",[23,51.892]],[\"comment/23\",[]],[\"name/24\",[24,51.892]],[\"comment/24\",[]],[\"name/25\",[25,51.892]],[\"comment/25\",[]],[\"name/26\",[26,51.892]],[\"comment/26\",[]],[\"name/27\",[27,51.892]],[\"comment/27\",[]],[\"name/28\",[28,51.892]],[\"comment/28\",[]],[\"name/29\",[29,51.892]],[\"comment/29\",[]],[\"name/30\",[30,51.892]],[\"comment/30\",[]],[\"name/31\",[31,51.892]],[\"comment/31\",[]],[\"name/32\",[32,51.892]],[\"comment/32\",[]],[\"name/33\",[33,51.892]],[\"comment/33\",[]],[\"name/34\",[34,51.892]],[\"comment/34\",[]],[\"name/35\",[35,51.892]],[\"comment/35\",[]],[\"name/36\",[8,29.92]],[\"comment/36\",[]],[\"name/37\",[36,46.784]],[\"comment/37\",[]],[\"name/38\",[37,46.784]],[\"comment/38\",[]],[\"name/39\",[38,51.892]],[\"comment/39\",[]],[\"name/40\",[8,29.92]],[\"comment/40\",[]],[\"name/41\",[39,51.892]],[\"comment/41\",[]],[\"name/42\",[40,51.892]],[\"comment/42\",[]],[\"name/43\",[41,51.892]],[\"comment/43\",[]],[\"name/44\",[8,29.92]],[\"comment/44\",[]],[\"name/45\",[36,46.784]],[\"comment/45\",[]],[\"name/46\",[37,46.784]],[\"comment/46\",[]],[\"name/47\",[42,51.892]],[\"comment/47\",[]],[\"name/48\",[43,51.892]],[\"comment/48\",[]],[\"name/49\",[44,51.892]],[\"comment/49\",[]],[\"name/50\",[45,51.892]],[\"comment/50\",[]],[\"name/51\",[46,51.892]],[\"comment/51\",[]],[\"name/52\",[47,51.892]],[\"comment/52\",[]],[\"name/53\",[48,51.892]],[\"comment/53\",[]],[\"name/54\",[49,51.892]],[\"comment/54\",[]],[\"name/55\",[50,51.892]],[\"comment/55\",[]],[\"name/56\",[51,51.892]],[\"comment/56\",[]],[\"name/57\",[52,51.892]],[\"comment/57\",[]],[\"name/58\",[53,51.892]],[\"comment/58\",[]],[\"name/59\",[54,51.892]],[\"comment/59\",[]],[\"name/60\",[55,51.892]],[\"comment/60\",[]],[\"name/61\",[56,51.892]],[\"comment/61\",[]],[\"name/62\",[57,51.892]],[\"comment/62\",[]],[\"name/63\",[58,51.892]],[\"comment/63\",[]],[\"name/64\",[59,51.892]],[\"comment/64\",[]],[\"name/65\",[60,51.892]],[\"comment/65\",[]],[\"name/66\",[61,51.892]],[\"comment/66\",[]],[\"name/67\",[62,51.892]],[\"comment/67\",[]],[\"name/68\",[63,51.892]],[\"comment/68\",[]],[\"name/69\",[64,51.892]],[\"comment/69\",[]],[\"name/70\",[65,51.892]],[\"comment/70\",[]],[\"name/71\",[66,51.892]],[\"comment/71\",[]],[\"name/72\",[67,51.892]],[\"comment/72\",[]],[\"name/73\",[5,43.419]],[\"comment/73\",[]],[\"name/74\",[68,46.784]],[\"comment/74\",[]],[\"name/75\",[69,46.784]],[\"comment/75\",[]],[\"name/76\",[70,46.784]],[\"comment/76\",[]],[\"name/77\",[71,51.892]],[\"comment/77\",[]],[\"name/78\",[72,46.784]],[\"comment/78\",[]],[\"name/79\",[73,46.784]],[\"comment/79\",[]],[\"name/80\",[74,46.784]],[\"comment/80\",[]],[\"name/81\",[75,46.784]],[\"comment/81\",[]],[\"name/82\",[76,46.784]],[\"comment/82\",[]],[\"name/83\",[77,51.892]],[\"comment/83\",[]],[\"name/84\",[5,43.419]],[\"comment/84\",[]],[\"name/85\",[68,46.784]],[\"comment/85\",[]],[\"name/86\",[69,46.784]],[\"comment/86\",[]],[\"name/87\",[70,46.784]],[\"comment/87\",[]],[\"name/88\",[72,46.784]],[\"comment/88\",[]],[\"name/89\",[73,46.784]],[\"comment/89\",[]],[\"name/90\",[74,46.784]],[\"comment/90\",[]],[\"name/91\",[75,46.784]],[\"comment/91\",[]],[\"name/92\",[76,46.784]],[\"comment/92\",[]],[\"name/93\",[78,51.892]],[\"comment/93\",[]],[\"name/94\",[8,29.92]],[\"comment/94\",[]],[\"name/95\",[79,51.892]],[\"comment/95\",[]],[\"name/96\",[80,46.784]],[\"comment/96\",[]],[\"name/97\",[81,51.892]],[\"comment/97\",[]],[\"name/98\",[82,51.892]],[\"comment/98\",[]],[\"name/99\",[83,51.892]],[\"comment/99\",[]],[\"name/100\",[84,51.892]],[\"comment/100\",[]],[\"name/101\",[85,51.892]],[\"comment/101\",[]],[\"name/102\",[86,51.892]],[\"comment/102\",[]],[\"name/103\",[87,51.892]],[\"comment/103\",[]],[\"name/104\",[88,51.892]],[\"comment/104\",[]],[\"name/105\",[89,51.892]],[\"comment/105\",[]],[\"name/106\",[90,51.892]],[\"comment/106\",[]],[\"name/107\",[91,51.892]],[\"comment/107\",[]],[\"name/108\",[92,51.892]],[\"comment/108\",[]],[\"name/109\",[93,51.892]],[\"comment/109\",[]],[\"name/110\",[94,51.892]],[\"comment/110\",[]],[\"name/111\",[95,51.892]],[\"comment/111\",[]],[\"name/112\",[96,51.892]],[\"comment/112\",[]],[\"name/113\",[97,51.892]],[\"comment/113\",[]],[\"name/114\",[98,51.892]],[\"comment/114\",[]],[\"name/115\",[99,51.892]],[\"comment/115\",[]],[\"name/116\",[100,51.892]],[\"comment/116\",[]],[\"name/117\",[101,51.892]],[\"comment/117\",[]],[\"name/118\",[102,51.892]],[\"comment/118\",[]],[\"name/119\",[103,51.892]],[\"comment/119\",[]],[\"name/120\",[104,51.892]],[\"comment/120\",[]],[\"name/121\",[105,51.892]],[\"comment/121\",[]],[\"name/122\",[106,51.892]],[\"comment/122\",[]],[\"name/123\",[107,51.892]],[\"comment/123\",[]],[\"name/124\",[108,51.892]],[\"comment/124\",[]],[\"name/125\",[109,51.892]],[\"comment/125\",[]],[\"name/126\",[110,51.892]],[\"comment/126\",[]],[\"name/127\",[111,51.892]],[\"comment/127\",[]],[\"name/128\",[112,51.892]],[\"comment/128\",[]],[\"name/129\",[113,51.892]],[\"comment/129\",[]],[\"name/130\",[114,51.892]],[\"comment/130\",[]],[\"name/131\",[115,51.892]],[\"comment/131\",[]],[\"name/132\",[116,51.892]],[\"comment/132\",[]],[\"name/133\",[117,51.892]],[\"comment/133\",[]],[\"name/134\",[118,51.892]],[\"comment/134\",[]],[\"name/135\",[119,51.892]],[\"comment/135\",[]],[\"name/136\",[120,51.892]],[\"comment/136\",[]],[\"name/137\",[8,29.92]],[\"comment/137\",[]],[\"name/138\",[121,51.892]],[\"comment/138\",[]],[\"name/139\",[122,51.892]],[\"comment/139\",[]],[\"name/140\",[123,51.892]],[\"comment/140\",[]],[\"name/141\",[124,51.892]],[\"comment/141\",[]],[\"name/142\",[125,51.892]],[\"comment/142\",[]],[\"name/143\",[126,51.892]],[\"comment/143\",[]],[\"name/144\",[127,51.892]],[\"comment/144\",[]],[\"name/145\",[128,51.892]],[\"comment/145\",[]],[\"name/146\",[129,51.892]],[\"comment/146\",[]],[\"name/147\",[130,51.892]],[\"comment/147\",[]],[\"name/148\",[131,51.892]],[\"comment/148\",[]],[\"name/149\",[132,51.892]],[\"comment/149\",[]],[\"name/150\",[133,51.892]],[\"comment/150\",[]],[\"name/151\",[134,51.892]],[\"comment/151\",[]],[\"name/152\",[135,51.892]],[\"comment/152\",[]],[\"name/153\",[136,51.892]],[\"comment/153\",[]],[\"name/154\",[137,51.892]],[\"comment/154\",[]],[\"name/155\",[138,51.892]],[\"comment/155\",[]],[\"name/156\",[139,51.892]],[\"comment/156\",[]],[\"name/157\",[140,51.892]],[\"comment/157\",[]],[\"name/158\",[141,51.892]],[\"comment/158\",[]],[\"name/159\",[142,51.892]],[\"comment/159\",[]],[\"name/160\",[143,51.892]],[\"comment/160\",[]],[\"name/161\",[144,51.892]],[\"comment/161\",[]],[\"name/162\",[145,51.892]],[\"comment/162\",[]],[\"name/163\",[146,51.892]],[\"comment/163\",[]],[\"name/164\",[147,51.892]],[\"comment/164\",[]],[\"name/165\",[148,51.892]],[\"comment/165\",[]],[\"name/166\",[149,51.892]],[\"comment/166\",[]],[\"name/167\",[150,51.892]],[\"comment/167\",[]],[\"name/168\",[8,29.92]],[\"comment/168\",[]],[\"name/169\",[151,46.784]],[\"comment/169\",[]],[\"name/170\",[152,51.892]],[\"comment/170\",[]],[\"name/171\",[8,29.92]],[\"comment/171\",[]],[\"name/172\",[151,46.784]],[\"comment/172\",[]],[\"name/173\",[153,51.892]],[\"comment/173\",[]],[\"name/174\",[154,51.892]],[\"comment/174\",[]],[\"name/175\",[155,51.892]],[\"comment/175\",[]],[\"name/176\",[156,51.892]],[\"comment/176\",[]],[\"name/177\",[157,51.892]],[\"comment/177\",[]],[\"name/178\",[158,51.892]],[\"comment/178\",[]],[\"name/179\",[159,51.892]],[\"comment/179\",[]],[\"name/180\",[160,51.892]],[\"comment/180\",[]],[\"name/181\",[161,51.892]],[\"comment/181\",[]],[\"name/182\",[162,51.892]],[\"comment/182\",[]],[\"name/183\",[163,51.892]],[\"comment/183\",[]],[\"name/184\",[164,51.892]],[\"comment/184\",[]],[\"name/185\",[165,51.892]],[\"comment/185\",[]],[\"name/186\",[166,51.892]],[\"comment/186\",[]],[\"name/187\",[167,51.892]],[\"comment/187\",[]],[\"name/188\",[168,51.892]],[\"comment/188\",[]],[\"name/189\",[169,51.892]],[\"comment/189\",[]],[\"name/190\",[170,51.892]],[\"comment/190\",[]],[\"name/191\",[171,51.892]],[\"comment/191\",[]],[\"name/192\",[172,51.892]],[\"comment/192\",[]],[\"name/193\",[173,51.892]],[\"comment/193\",[]],[\"name/194\",[174,51.892]],[\"comment/194\",[]],[\"name/195\",[175,51.892]],[\"comment/195\",[]],[\"name/196\",[176,51.892]],[\"comment/196\",[]],[\"name/197\",[177,51.892]],[\"comment/197\",[]],[\"name/198\",[178,51.892]],[\"comment/198\",[]],[\"name/199\",[179,51.892]],[\"comment/199\",[]],[\"name/200\",[180,51.892]],[\"comment/200\",[]],[\"name/201\",[181,51.892]],[\"comment/201\",[]],[\"name/202\",[182,51.892]],[\"comment/202\",[]],[\"name/203\",[183,51.892]],[\"comment/203\",[]],[\"name/204\",[184,51.892]],[\"comment/204\",[]],[\"name/205\",[185,51.892]],[\"comment/205\",[]],[\"name/206\",[186,51.892]],[\"comment/206\",[]],[\"name/207\",[187,51.892]],[\"comment/207\",[]],[\"name/208\",[188,51.892]],[\"comment/208\",[]],[\"name/209\",[189,51.892]],[\"comment/209\",[]],[\"name/210\",[190,51.892]],[\"comment/210\",[]],[\"name/211\",[191,51.892]],[\"comment/211\",[]],[\"name/212\",[192,51.892]],[\"comment/212\",[]],[\"name/213\",[193,51.892]],[\"comment/213\",[]],[\"name/214\",[194,51.892]],[\"comment/214\",[]],[\"name/215\",[195,51.892]],[\"comment/215\",[]],[\"name/216\",[196,51.892]],[\"comment/216\",[]],[\"name/217\",[197,51.892]],[\"comment/217\",[]],[\"name/218\",[198,51.892]],[\"comment/218\",[]],[\"name/219\",[199,51.892]],[\"comment/219\",[]],[\"name/220\",[200,51.892]],[\"comment/220\",[]],[\"name/221\",[201,51.892]],[\"comment/221\",[]],[\"name/222\",[8,29.92]],[\"comment/222\",[]],[\"name/223\",[202,51.892]],[\"comment/223\",[]],[\"name/224\",[203,51.892]],[\"comment/224\",[]],[\"name/225\",[8,29.92]],[\"comment/225\",[]],[\"name/226\",[204,51.892]],[\"comment/226\",[]],[\"name/227\",[8,29.92]],[\"comment/227\",[]],[\"name/228\",[205,51.892]],[\"comment/228\",[]],[\"name/229\",[206,51.892]],[\"comment/229\",[]],[\"name/230\",[207,51.892]],[\"comment/230\",[]],[\"name/231\",[208,51.892]],[\"comment/231\",[]],[\"name/232\",[209,51.892]],[\"comment/232\",[]],[\"name/233\",[210,51.892]],[\"comment/233\",[]],[\"name/234\",[211,51.892]],[\"comment/234\",[]],[\"name/235\",[212,51.892]],[\"comment/235\",[]],[\"name/236\",[213,51.892]],[\"comment/236\",[]],[\"name/237\",[214,51.892]],[\"comment/237\",[]],[\"name/238\",[215,51.892]],[\"comment/238\",[]],[\"name/239\",[216,51.892]],[\"comment/239\",[]],[\"name/240\",[217,51.892]],[\"comment/240\",[]],[\"name/241\",[8,29.92]],[\"comment/241\",[]],[\"name/242\",[218,51.892]],[\"comment/242\",[]],[\"name/243\",[219,51.892]],[\"comment/243\",[]],[\"name/244\",[220,51.892]],[\"comment/244\",[]],[\"name/245\",[221,51.892]],[\"comment/245\",[]],[\"name/246\",[8,29.92]],[\"comment/246\",[]],[\"name/247\",[80,46.784]],[\"comment/247\",[]],[\"name/248\",[222,51.892]],[\"comment/248\",[]],[\"name/249\",[223,51.892]],[\"comment/249\",[]],[\"name/250\",[224,51.892]],[\"comment/250\",[]],[\"name/251\",[225,51.892]],[\"comment/251\",[]],[\"name/252\",[226,51.892]],[\"comment/252\",[]],[\"name/253\",[227,51.892]],[\"comment/253\",[]],[\"name/254\",[228,51.892]],[\"comment/254\",[]],[\"name/255\",[229,51.892]],[\"comment/255\",[]],[\"name/256\",[230,51.892]],[\"comment/256\",[]],[\"name/257\",[231,51.892]],[\"comment/257\",[]],[\"name/258\",[232,51.892]],[\"comment/258\",[]],[\"name/259\",[233,51.892]],[\"comment/259\",[]],[\"name/260\",[234,51.892]],[\"comment/260\",[]],[\"name/261\",[235,51.892]],[\"comment/261\",[]],[\"name/262\",[236,51.892]],[\"comment/262\",[]],[\"name/263\",[237,51.892]],[\"comment/263\",[]],[\"name/264\",[238,51.892]],[\"comment/264\",[]],[\"name/265\",[239,51.892]],[\"comment/265\",[]],[\"name/266\",[240,51.892]],[\"comment/266\",[]],[\"name/267\",[241,51.892]],[\"comment/267\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":8,\"name\":{\"8\":{},\"36\":{},\"40\":{},\"44\":{},\"94\":{},\"137\":{},\"168\":{},\"171\":{},\"222\":{},\"225\":{},\"227\":{},\"241\":{},\"246\":{}},\"comment\":{}}],[\"add0x\",{\"_index\":95,\"name\":{\"111\":{}},\"comment\":{}}],[\"addaccounts\",{\"_index\":154,\"name\":{\"174\":{}},\"comment\":{}}],[\"address\",{\"_index\":39,\"name\":{\"41\":{}},\"comment\":{}}],[\"assert\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"assertexhaustive\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"assertionerror\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"assertionerrorconstructor\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"assertisbytes\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"assertishexstring\",{\"_index\":90,\"name\":{\"106\":{}},\"comment\":{}}],[\"assertisjsonrpcerror\",{\"_index\":119,\"name\":{\"135\":{}},\"comment\":{}}],[\"assertisjsonrpcfailure\",{\"_index\":117,\"name\":{\"133\":{}},\"comment\":{}}],[\"assertisjsonrpcnotification\",{\"_index\":107,\"name\":{\"123\":{}},\"comment\":{}}],[\"assertisjsonrpcrequest\",{\"_index\":109,\"name\":{\"125\":{}},\"comment\":{}}],[\"assertisjsonrpcresponse\",{\"_index\":113,\"name\":{\"129\":{}},\"comment\":{}}],[\"assertisjsonrpcsuccess\",{\"_index\":115,\"name\":{\"131\":{}},\"comment\":{}}],[\"assertispendingjsonrpcresponse\",{\"_index\":111,\"name\":{\"127\":{}},\"comment\":{}}],[\"assertissemverrange\",{\"_index\":234,\"name\":{\"260\":{}},\"comment\":{}}],[\"assertissemverversion\",{\"_index\":233,\"name\":{\"259\":{}},\"comment\":{}}],[\"assertisstricthexstring\",{\"_index\":91,\"name\":{\"107\":{}},\"comment\":{}}],[\"assertstruct\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"base64\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"base64options\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"base64tobytes\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"basetransaction\",{\"_index\":221,\"name\":{\"245\":{}},\"comment\":{}}],[\"biginttobytes\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"biginttohex\",{\"_index\":196,\"name\":{\"216\":{}},\"comment\":{}}],[\"bytes\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"byteslike\",{\"_index\":66,\"name\":{\"71\":{}},\"comment\":{}}],[\"bytestobase64\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"bytestobigint\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"bytestohex\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"bytestonumber\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"bytestosignedbigint\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"bytestostring\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"caip_account_address_regex\",{\"_index\":47,\"name\":{\"52\":{}},\"comment\":{}}],[\"caip_account_id_regex\",{\"_index\":46,\"name\":{\"51\":{}},\"comment\":{}}],[\"caip_chain_id_regex\",{\"_index\":43,\"name\":{\"48\":{}},\"comment\":{}}],[\"caip_namespace_regex\",{\"_index\":44,\"name\":{\"49\":{}},\"comment\":{}}],[\"caip_reference_regex\",{\"_index\":45,\"name\":{\"50\":{}},\"comment\":{}}],[\"caipaccountaddress\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"caipaccountaddressstruct\",{\"_index\":56,\"name\":{\"61\":{}},\"comment\":{}}],[\"caipaccountid\",{\"_index\":55,\"name\":{\"60\":{}},\"comment\":{}}],[\"caipaccountidstruct\",{\"_index\":54,\"name\":{\"59\":{}},\"comment\":{}}],[\"caipchainid\",{\"_index\":49,\"name\":{\"54\":{}},\"comment\":{}}],[\"caipchainidstruct\",{\"_index\":48,\"name\":{\"53\":{}},\"comment\":{}}],[\"caipnamespace\",{\"_index\":51,\"name\":{\"56\":{}},\"comment\":{}}],[\"caipnamespacestruct\",{\"_index\":50,\"name\":{\"55\":{}},\"comment\":{}}],[\"caipreference\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"caipreferencestruct\",{\"_index\":52,\"name\":{\"57\":{}},\"comment\":{}}],[\"calculatenumbersize\",{\"_index\":178,\"name\":{\"198\":{}},\"comment\":{}}],[\"calculatestringsize\",{\"_index\":177,\"name\":{\"197\":{}},\"comment\":{}}],[\"chain\",{\"_index\":41,\"name\":{\"43\":{}},\"comment\":{}}],[\"chainid\",{\"_index\":40,\"name\":{\"42\":{}},\"comment\":{}}],[\"characterset\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"checksumstruct\",{\"_index\":60,\"name\":{\"65\":{}},\"comment\":{}}],[\"ciphertext\",{\"_index\":82,\"name\":{\"98\":{}},\"comment\":{}}],[\"code\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"colon\",{\"_index\":192,\"name\":{\"212\":{}},\"comment\":{}}],[\"comma\",{\"_index\":187,\"name\":{\"207\":{}},\"comment\":{}}],[\"concatbytes\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":5,\"name\":{\"5\":{},\"73\":{},\"84\":{}},\"comment\":{}}],[\"createbigint\",{\"_index\":62,\"name\":{\"67\":{}},\"comment\":{}}],[\"createbytes\",{\"_index\":63,\"name\":{\"68\":{}},\"comment\":{}}],[\"createdataview\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"createdeferredpromise\",{\"_index\":200,\"name\":{\"220\":{}},\"comment\":{}}],[\"createhex\",{\"_index\":64,\"name\":{\"69\":{}},\"comment\":{}}],[\"createmodulelogger\",{\"_index\":170,\"name\":{\"190\":{}},\"comment\":{}}],[\"createnumber\",{\"_index\":61,\"name\":{\"66\":{}},\"comment\":{}}],[\"createprojectlogger\",{\"_index\":169,\"name\":{\"189\":{}},\"comment\":{}}],[\"data\",{\"_index\":226,\"name\":{\"252\":{}},\"comment\":{}}],[\"date\",{\"_index\":193,\"name\":{\"213\":{}},\"comment\":{}}],[\"day\",{\"_index\":212,\"name\":{\"235\":{}},\"comment\":{}}],[\"decryptmessage\",{\"_index\":166,\"name\":{\"186\":{}},\"comment\":{}}],[\"deferredpromise\",{\"_index\":201,\"name\":{\"221\":{}},\"comment\":{}}],[\"deserialize\",{\"_index\":156,\"name\":{\"176\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":168,\"name\":{\"188\":{}},\"comment\":{}}],[\"duration\",{\"_index\":207,\"name\":{\"230\":{}},\"comment\":{}}],[\"eip1024encrypteddata\",{\"_index\":78,\"name\":{\"93\":{}},\"comment\":{}}],[\"eip155\",{\"_index\":59,\"name\":{\"64\":{}},\"comment\":{}}],[\"eip1559transaction\",{\"_index\":230,\"name\":{\"256\":{}},\"comment\":{}}],[\"eip2930transaction\",{\"_index\":229,\"name\":{\"255\":{}},\"comment\":{}}],[\"entries\",{\"_index\":69,\"name\":{\"75\":{},\"86\":{}},\"comment\":{}}],[\"ephempublickey\",{\"_index\":81,\"name\":{\"97\":{}},\"comment\":{}}],[\"escape_characters_regexp\",{\"_index\":194,\"name\":{\"214\":{}},\"comment\":{}}],[\"exactoptional\",{\"_index\":102,\"name\":{\"118\":{}},\"comment\":{}}],[\"exportaccount\",{\"_index\":159,\"name\":{\"179\":{}},\"comment\":{}}],[\"false\",{\"_index\":190,\"name\":{\"210\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":70,\"name\":{\"76\":{},\"87\":{}},\"comment\":{}}],[\"from\",{\"_index\":222,\"name\":{\"248\":{}},\"comment\":{}}],[\"frozenmap\",{\"_index\":67,\"name\":{\"72\":{}},\"comment\":{}}],[\"frozenset\",{\"_index\":77,\"name\":{\"83\":{}},\"comment\":{}}],[\"gaslimit\",{\"_index\":225,\"name\":{\"251\":{}},\"comment\":{}}],[\"generaterandommnemonic\",{\"_index\":167,\"name\":{\"187\":{}},\"comment\":{}}],[\"get\",{\"_index\":71,\"name\":{\"77\":{}},\"comment\":{}}],[\"getaccounts\",{\"_index\":153,\"name\":{\"173\":{}},\"comment\":{}}],[\"getappkeyaddress\",{\"_index\":160,\"name\":{\"180\":{}},\"comment\":{}}],[\"getchecksumaddress\",{\"_index\":93,\"name\":{\"109\":{}},\"comment\":{}}],[\"getencryptionpublickey\",{\"_index\":165,\"name\":{\"185\":{}},\"comment\":{}}],[\"geterrormessage\",{\"_index\":86,\"name\":{\"102\":{}},\"comment\":{}}],[\"getjsonrpcidvalidator\",{\"_index\":120,\"name\":{\"136\":{}},\"comment\":{}}],[\"getjsonsize\",{\"_index\":105,\"name\":{\"121\":{}},\"comment\":{}}],[\"getknownpropertynames\",{\"_index\":174,\"name\":{\"194\":{}},\"comment\":{}}],[\"getsafejson\",{\"_index\":104,\"name\":{\"120\":{}},\"comment\":{}}],[\"gtrange\",{\"_index\":236,\"name\":{\"262\":{}},\"comment\":{}}],[\"gtversion\",{\"_index\":235,\"name\":{\"261\":{}},\"comment\":{}}],[\"has\",{\"_index\":72,\"name\":{\"78\":{},\"88\":{}},\"comment\":{}}],[\"hasproperty\",{\"_index\":183,\"name\":{\"203\":{}},\"comment\":{}}],[\"hex\",{\"_index\":97,\"name\":{\"113\":{}},\"comment\":{}}],[\"hexaddressstruct\",{\"_index\":100,\"name\":{\"116\":{}},\"comment\":{}}],[\"hexchecksumaddressstruct\",{\"_index\":101,\"name\":{\"117\":{}},\"comment\":{}}],[\"hexstruct\",{\"_index\":98,\"name\":{\"114\":{}},\"comment\":{}}],[\"hextobigint\",{\"_index\":198,\"name\":{\"218\":{}},\"comment\":{}}],[\"hextobytes\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"hextonumber\",{\"_index\":197,\"name\":{\"217\":{}},\"comment\":{}}],[\"hour\",{\"_index\":211,\"name\":{\"234\":{}},\"comment\":{}}],[\"inferwithparams\",{\"_index\":138,\"name\":{\"155\":{}},\"comment\":{}}],[\"init\",{\"_index\":157,\"name\":{\"177\":{}},\"comment\":{}}],[\"inmilliseconds\",{\"_index\":205,\"name\":{\"228\":{}},\"comment\":{}}],[\"isascii\",{\"_index\":176,\"name\":{\"196\":{}},\"comment\":{}}],[\"isbytes\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"iscaipaccountaddress\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"iscaipaccountid\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"iscaipchainid\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"iscaipnamespace\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"iscaipreference\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"iserrorwithcode\",{\"_index\":83,\"name\":{\"99\":{}},\"comment\":{}}],[\"iserrorwithmessage\",{\"_index\":84,\"name\":{\"100\":{}},\"comment\":{}}],[\"iserrorwithstack\",{\"_index\":85,\"name\":{\"101\":{}},\"comment\":{}}],[\"ishexstring\",{\"_index\":88,\"name\":{\"104\":{}},\"comment\":{}}],[\"isjsonrpcerror\",{\"_index\":118,\"name\":{\"134\":{}},\"comment\":{}}],[\"isjsonrpcfailure\",{\"_index\":116,\"name\":{\"132\":{}},\"comment\":{}}],[\"isjsonrpcnotification\",{\"_index\":106,\"name\":{\"122\":{}},\"comment\":{}}],[\"isjsonrpcrequest\",{\"_index\":108,\"name\":{\"124\":{}},\"comment\":{}}],[\"isjsonrpcresponse\",{\"_index\":112,\"name\":{\"128\":{}},\"comment\":{}}],[\"isjsonrpcsuccess\",{\"_index\":114,\"name\":{\"130\":{}},\"comment\":{}}],[\"isnonemptyarray\",{\"_index\":171,\"name\":{\"191\":{}},\"comment\":{}}],[\"isnullorundefined\",{\"_index\":172,\"name\":{\"192\":{}},\"comment\":{}}],[\"isobject\",{\"_index\":173,\"name\":{\"193\":{}},\"comment\":{}}],[\"ispendingjsonrpcresponse\",{\"_index\":110,\"name\":{\"126\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":175,\"name\":{\"195\":{}},\"comment\":{}}],[\"isstricthexstring\",{\"_index\":89,\"name\":{\"105\":{}},\"comment\":{}}],[\"isvalidchecksumaddress\",{\"_index\":94,\"name\":{\"110\":{}},\"comment\":{}}],[\"isvalidhexaddress\",{\"_index\":92,\"name\":{\"108\":{}},\"comment\":{}}],[\"isvalidjson\",{\"_index\":103,\"name\":{\"119\":{}},\"comment\":{}}],[\"isvalidsemverrange\",{\"_index\":232,\"name\":{\"258\":{}},\"comment\":{}}],[\"isvalidsemverversion\",{\"_index\":231,\"name\":{\"257\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":76,\"name\":{\"82\":{},\"92\":{}},\"comment\":{}}],[\"json\",{\"_index\":121,\"name\":{\"138\":{}},\"comment\":{}}],[\"jsonrpc2\",{\"_index\":127,\"name\":{\"144\":{}},\"comment\":{}}],[\"jsonrpcerror\",{\"_index\":134,\"name\":{\"151\":{}},\"comment\":{}}],[\"jsonrpcerrorstruct\",{\"_index\":132,\"name\":{\"149\":{}},\"comment\":{}}],[\"jsonrpcfailure\",{\"_index\":147,\"name\":{\"164\":{}},\"comment\":{}}],[\"jsonrpcfailurestruct\",{\"_index\":146,\"name\":{\"163\":{}},\"comment\":{}}],[\"jsonrpcid\",{\"_index\":131,\"name\":{\"148\":{}},\"comment\":{}}],[\"jsonrpcidstruct\",{\"_index\":130,\"name\":{\"147\":{}},\"comment\":{}}],[\"jsonrpcnotification\",{\"_index\":141,\"name\":{\"158\":{}},\"comment\":{}}],[\"jsonrpcnotificationstruct\",{\"_index\":140,\"name\":{\"157\":{}},\"comment\":{}}],[\"jsonrpcparams\",{\"_index\":136,\"name\":{\"153\":{}},\"comment\":{}}],[\"jsonrpcparamsstruct\",{\"_index\":135,\"name\":{\"152\":{}},\"comment\":{}}],[\"jsonrpcrequest\",{\"_index\":139,\"name\":{\"156\":{}},\"comment\":{}}],[\"jsonrpcrequeststruct\",{\"_index\":137,\"name\":{\"154\":{}},\"comment\":{}}],[\"jsonrpcresponse\",{\"_index\":149,\"name\":{\"166\":{}},\"comment\":{}}],[\"jsonrpcresponsestruct\",{\"_index\":148,\"name\":{\"165\":{}},\"comment\":{}}],[\"jsonrpcsuccess\",{\"_index\":145,\"name\":{\"162\":{}},\"comment\":{}}],[\"jsonrpcsuccessstruct\",{\"_index\":144,\"name\":{\"161\":{}},\"comment\":{}}],[\"jsonrpcversion2\",{\"_index\":129,\"name\":{\"146\":{}},\"comment\":{}}],[\"jsonrpcversionstruct\",{\"_index\":128,\"name\":{\"145\":{}},\"comment\":{}}],[\"jsonsize\",{\"_index\":185,\"name\":{\"205\":{}},\"comment\":{}}],[\"jsonstruct\",{\"_index\":126,\"name\":{\"143\":{}},\"comment\":{}}],[\"keyring\",{\"_index\":152,\"name\":{\"170\":{}},\"comment\":{}}],[\"keyringclass\",{\"_index\":150,\"name\":{\"167\":{}},\"comment\":{}}],[\"keys\",{\"_index\":73,\"name\":{\"79\":{},\"89\":{}},\"comment\":{}}],[\"knowncaipnamespace\",{\"_index\":58,\"name\":{\"63\":{}},\"comment\":{}}],[\"legacytransaction\",{\"_index\":228,\"name\":{\"254\":{}},\"comment\":{}}],[\"millisecond\",{\"_index\":208,\"name\":{\"231\":{}},\"comment\":{}}],[\"minute\",{\"_index\":210,\"name\":{\"233\":{}},\"comment\":{}}],[\"mutable\",{\"_index\":179,\"name\":{\"199\":{}},\"comment\":{}}],[\"namespace\",{\"_index\":36,\"name\":{\"37\":{},\"45\":{}},\"comment\":{}}],[\"nonce\",{\"_index\":80,\"name\":{\"96\":{},\"247\":{}},\"comment\":{}}],[\"nonemptyarray\",{\"_index\":181,\"name\":{\"201\":{}},\"comment\":{}}],[\"null\",{\"_index\":186,\"name\":{\"206\":{}},\"comment\":{}}],[\"numberlike\",{\"_index\":65,\"name\":{\"70\":{}},\"comment\":{}}],[\"numbertobytes\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"numbertohex\",{\"_index\":195,\"name\":{\"215\":{}},\"comment\":{}}],[\"object\",{\"_index\":124,\"name\":{\"141\":{}},\"comment\":{}}],[\"objectoptional\",{\"_index\":122,\"name\":{\"139\":{}},\"comment\":{}}],[\"objecttype\",{\"_index\":123,\"name\":{\"140\":{}},\"comment\":{}}],[\"opaque\",{\"_index\":199,\"name\":{\"219\":{}},\"comment\":{}}],[\"optionalfield\",{\"_index\":133,\"name\":{\"150\":{}},\"comment\":{}}],[\"paddingrequired\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"parsecaipaccountid\",{\"_index\":38,\"name\":{\"39\":{}},\"comment\":{}}],[\"parsecaipchainid\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"partialorabsent\",{\"_index\":180,\"name\":{\"200\":{}},\"comment\":{}}],[\"pendingjsonrpcresponse\",{\"_index\":143,\"name\":{\"160\":{}},\"comment\":{}}],[\"pendingjsonrpcresponsestruct\",{\"_index\":142,\"name\":{\"159\":{}},\"comment\":{}}],[\"plainobject\",{\"_index\":184,\"name\":{\"204\":{}},\"comment\":{}}],[\"promise\",{\"_index\":202,\"name\":{\"223\":{}},\"comment\":{}}],[\"quote\",{\"_index\":191,\"name\":{\"211\":{}},\"comment\":{}}],[\"r\",{\"_index\":218,\"name\":{\"242\":{}},\"comment\":{}}],[\"reference\",{\"_index\":37,\"name\":{\"38\":{},\"46\":{}},\"comment\":{}}],[\"reject\",{\"_index\":204,\"name\":{\"226\":{}},\"comment\":{}}],[\"remove0x\",{\"_index\":96,\"name\":{\"112\":{}},\"comment\":{}}],[\"removeaccount\",{\"_index\":158,\"name\":{\"178\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":203,\"name\":{\"224\":{}},\"comment\":{}}],[\"runtimeobject\",{\"_index\":182,\"name\":{\"202\":{}},\"comment\":{}}],[\"s\",{\"_index\":219,\"name\":{\"243\":{}},\"comment\":{}}],[\"satisfiesversionrange\",{\"_index\":237,\"name\":{\"263\":{}},\"comment\":{}}],[\"second\",{\"_index\":209,\"name\":{\"232\":{}},\"comment\":{}}],[\"semverrange\",{\"_index\":238,\"name\":{\"264\":{}},\"comment\":{}}],[\"semverversion\",{\"_index\":239,\"name\":{\"265\":{}},\"comment\":{}}],[\"serialize\",{\"_index\":155,\"name\":{\"175\":{}},\"comment\":{}}],[\"signature\",{\"_index\":217,\"name\":{\"240\":{}},\"comment\":{}}],[\"signedbiginttobytes\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"signedtransaction\",{\"_index\":216,\"name\":{\"239\":{}},\"comment\":{}}],[\"signmessage\",{\"_index\":162,\"name\":{\"182\":{}},\"comment\":{}}],[\"signpersonalmessage\",{\"_index\":163,\"name\":{\"183\":{}},\"comment\":{}}],[\"signtransaction\",{\"_index\":161,\"name\":{\"181\":{}},\"comment\":{}}],[\"signtypeddata\",{\"_index\":164,\"name\":{\"184\":{}},\"comment\":{}}],[\"size\",{\"_index\":68,\"name\":{\"74\":{},\"85\":{}},\"comment\":{}}],[\"stricthexstruct\",{\"_index\":99,\"name\":{\"115\":{}},\"comment\":{}}],[\"stringtobytes\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"timesince\",{\"_index\":206,\"name\":{\"229\":{}},\"comment\":{}}],[\"to\",{\"_index\":223,\"name\":{\"249\":{}},\"comment\":{}}],[\"tocaipchainid\",{\"_index\":42,\"name\":{\"47\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":75,\"name\":{\"81\":{},\"91\":{}},\"comment\":{}}],[\"transaction\",{\"_index\":215,\"name\":{\"238\":{}},\"comment\":{}}],[\"true\",{\"_index\":189,\"name\":{\"209\":{}},\"comment\":{}}],[\"type\",{\"_index\":151,\"name\":{\"169\":{},\"172\":{}},\"comment\":{}}],[\"typedtransaction\",{\"_index\":227,\"name\":{\"253\":{}},\"comment\":{}}],[\"unsafejsonstruct\",{\"_index\":125,\"name\":{\"142\":{}},\"comment\":{}}],[\"value\",{\"_index\":224,\"name\":{\"250\":{}},\"comment\":{}}],[\"values\",{\"_index\":74,\"name\":{\"80\":{},\"90\":{}},\"comment\":{}}],[\"valuetobytes\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"version\",{\"_index\":79,\"name\":{\"95\":{}},\"comment\":{}}],[\"versionrangestruct\",{\"_index\":241,\"name\":{\"267\":{}},\"comment\":{}}],[\"versionstruct\",{\"_index\":240,\"name\":{\"266\":{}},\"comment\":{}}],[\"week\",{\"_index\":213,\"name\":{\"236\":{}},\"comment\":{}}],[\"wraperror\",{\"_index\":87,\"name\":{\"103\":{}},\"comment\":{}}],[\"wrapper\",{\"_index\":188,\"name\":{\"208\":{}},\"comment\":{}}],[\"year\",{\"_index\":214,\"name\":{\"237\":{}},\"comment\":{}}],[\"yparity\",{\"_index\":220,\"name\":{\"244\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/staging/classes/AssertionError.html b/staging/classes/AssertionError.html index fb73739f9..9da0ec280 100644 --- a/staging/classes/AssertionError.html +++ b/staging/classes/AssertionError.html @@ -25,7 +25,7 @@

Hierarchy

+
  • Defined in src/assert.ts:61
  • @@ -67,7 +67,7 @@
    message: Returns AssertionError
    +
  • Defined in src/assert.ts:64
  • Properties

    @@ -80,7 +80,7 @@
    code: "ERR_ASSERTION" = 'ERR_ASSERTION'
    +
  • Defined in src/assert.ts:62
  • message: string
    +
  • Defined in src/collections.ts:7
  • @@ -83,7 +83,7 @@

    Parameters

    Optional entries: null | readonly (readonly [Key, Value])[]

    Returns FrozenMap<Key, Value>

    +
  • Defined in src/collections.ts:18
  • Accessors

    @@ -94,7 +94,7 @@
    +
  • Defined in src/collections.ts:10
  • Methods

    @@ -105,7 +105,7 @@
    +
  • Defined in src/collections.ts:14
  • +
  • Defined in src/collections.ts:23
  • +
  • Defined in src/collections.ts:27
  • +
  • Defined in src/collections.ts:38
  • +
  • Defined in src/collections.ts:42
  • +
  • Defined in src/collections.ts:46
  • +
  • Defined in src/collections.ts:54
  • +
  • Defined in src/collections.ts:50
  • +
  • Defined in src/collections.ts:110
  • +
  • Defined in src/time.ts:28
  • Hour: 3600000

    An hour, in milliseconds.

    +
  • Defined in src/time.ts:23
  • Millisecond: 1

    A millisecond.

    +
  • Defined in src/time.ts:8
  • Minute: 60000

    A minute, in milliseconds.

    +
  • Defined in src/time.ts:18
  • Second: 1000

    A second, in milliseconds.

    +
  • Defined in src/time.ts:13
  • Week: 604800000

    A week, in milliseconds.

    +
  • Defined in src/time.ts:33
  • Year: 31536000000

    A year, in milliseconds.

    +
  • Defined in src/time.ts:38
  • +
  • Defined in src/misc.ts:127
  • Returns Hex

    +
  • Defined in src/hex.ts:128
  • \ No newline at end of file diff --git a/staging/functions/assert.html b/staging/functions/assert.html index 57b7139ee..de7d6f119 100644 --- a/staging/functions/assert.html +++ b/staging/functions/assert.html @@ -44,7 +44,7 @@
    ErrorWrapper: Returns asserts value
    +
  • Defined in src/assert.ts:81
  • \ No newline at end of file diff --git a/staging/functions/assertExhaustive.html b/staging/functions/assertExhaustive.html index 649c1afba..2e9f9fb96 100644 --- a/staging/functions/assertExhaustive.html +++ b/staging/functions/assertExhaustive.html @@ -35,7 +35,7 @@
    _object: never

    Returns never

    +
  • Defined in src/assert.ts:143
  • \ No newline at end of file diff --git a/staging/functions/assertIsBytes.html b/staging/functions/assertIsBytes.html index 2751c7a3c..fe58641e5 100644 --- a/staging/functions/assertIsBytes.html +++ b/staging/functions/assertIsBytes.html @@ -32,7 +32,7 @@
    value: unknown

    Returns asserts value is Uint8Array

    +
  • Defined in src/bytes.ts:70
  • \ No newline at end of file diff --git a/staging/functions/assertIsHexString.html b/staging/functions/assertIsHexString.html index 18f7f02c9..ae3272fa7 100644 --- a/staging/functions/assertIsHexString.html +++ b/staging/functions/assertIsHexString.html @@ -32,7 +32,7 @@
    value: unknown

    Returns asserts value is string

    +
  • Defined in src/hex.ts:51
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcError.html b/staging/functions/assertIsJsonRpcError.html index f04fd3700..3cdba5a43 100644 --- a/staging/functions/assertIsJsonRpcError.html +++ b/staging/functions/assertIsJsonRpcError.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is JsonRpcError

    +
  • Defined in src/json.ts:608
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcFailure.html b/staging/functions/assertIsJsonRpcFailure.html index 1f384b85f..94c48a052 100644 --- a/staging/functions/assertIsJsonRpcFailure.html +++ b/staging/functions/assertIsJsonRpcFailure.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is {
        error:
    JsonRpcError;
        id: null | string | number;
        jsonrpc: "2.0";
    }

    +
  • Defined in src/json.ts:577
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcNotification.html b/staging/functions/assertIsJsonRpcNotification.html index 023dd8eec..63aef9635 100644 --- a/staging/functions/assertIsJsonRpcNotification.html +++ b/staging/functions/assertIsJsonRpcNotification.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is JsonRpcNotification<JsonRpcParams>

    +
  • Defined in src/json.ts:355
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcRequest.html b/staging/functions/assertIsJsonRpcRequest.html index 6bf3cb73d..171af54ca 100644 --- a/staging/functions/assertIsJsonRpcRequest.html +++ b/staging/functions/assertIsJsonRpcRequest.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is JsonRpcRequest<JsonRpcParams>

    +
  • Defined in src/json.ts:386
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcResponse.html b/staging/functions/assertIsJsonRpcResponse.html index 4554bba06..b56532c19 100644 --- a/staging/functions/assertIsJsonRpcResponse.html +++ b/staging/functions/assertIsJsonRpcResponse.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is JsonRpcResponse<Json>

    +
  • Defined in src/json.ts:513
  • \ No newline at end of file diff --git a/staging/functions/assertIsJsonRpcSuccess.html b/staging/functions/assertIsJsonRpcSuccess.html index 0498bc118..2e735f542 100644 --- a/staging/functions/assertIsJsonRpcSuccess.html +++ b/staging/functions/assertIsJsonRpcSuccess.html @@ -37,7 +37,7 @@
    Optional ErrorWrapper:

    Returns asserts value is JsonRpcSuccess<Json>

    +
  • Defined in src/json.ts:546
  • \ No newline at end of file diff --git a/staging/functions/assertIsPendingJsonRpcResponse.html b/staging/functions/assertIsPendingJsonRpcResponse.html index f3fda4846..c395b73f9 100644 --- a/staging/functions/assertIsPendingJsonRpcResponse.html +++ b/staging/functions/assertIsPendingJsonRpcResponse.html @@ -38,7 +38,7 @@
    Optional ErrorWrapper:

    Returns asserts response is PendingJsonRpcResponse<Json>

    +
  • Defined in src/json.ts:480
  • \ No newline at end of file diff --git a/staging/functions/assertIsSemVerRange.html b/staging/functions/assertIsSemVerRange.html index 643d84594..3de2db22c 100644 --- a/staging/functions/assertIsSemVerRange.html +++ b/staging/functions/assertIsSemVerRange.html @@ -30,7 +30,7 @@
    range: unknown

    Returns asserts range is SemVerRange

    +
  • Defined in src/versions.ts:123
  • \ No newline at end of file diff --git a/staging/functions/assertIsSemVerVersion.html b/staging/functions/assertIsSemVerVersion.html index 73c1115f5..b92dabc6b 100644 --- a/staging/functions/assertIsSemVerVersion.html +++ b/staging/functions/assertIsSemVerVersion.html @@ -30,7 +30,7 @@
    version: unknown

    Returns asserts version is SemVerVersion

    +
  • Defined in src/versions.ts:112
  • \ No newline at end of file diff --git a/staging/functions/assertIsStrictHexString.html b/staging/functions/assertIsStrictHexString.html index a95c52c44..7f8bbebd3 100644 --- a/staging/functions/assertIsStrictHexString.html +++ b/staging/functions/assertIsStrictHexString.html @@ -33,7 +33,7 @@
    value: unknown

    Returns asserts value is `0x${string}`

    +
  • Defined in src/hex.ts:62
  • \ No newline at end of file diff --git a/staging/functions/assertStruct.html b/staging/functions/assertStruct.html index 1b4308866..5940145bb 100644 --- a/staging/functions/assertStruct.html +++ b/staging/functions/assertStruct.html @@ -53,7 +53,7 @@
    ErrorWrapper: Returns asserts value is Type
    +
  • Defined in src/assert.ts:107
  • \ No newline at end of file diff --git a/staging/functions/base64.html b/staging/functions/base64.html index 8167c29af..f28686294 100644 --- a/staging/functions/base64.html +++ b/staging/functions/base64.html @@ -43,7 +43,7 @@
    options:

    Returns Struct<Type, Schema>

    +
  • Defined in src/base64.ts:30
  • \ No newline at end of file diff --git a/staging/functions/base64ToBytes.html b/staging/functions/base64ToBytes.html index 4ba330bbb..c28493214 100644 --- a/staging/functions/base64ToBytes.html +++ b/staging/functions/base64ToBytes.html @@ -32,7 +32,7 @@
    value: string

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:341
  • \ No newline at end of file diff --git a/staging/functions/bigIntToBytes.html b/staging/functions/bigIntToBytes.html index ec2b37e68..388ae21be 100644 --- a/staging/functions/bigIntToBytes.html +++ b/staging/functions/bigIntToBytes.html @@ -34,7 +34,7 @@
    value: bigint

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:240
  • \ No newline at end of file diff --git a/staging/functions/bigIntToHex.html b/staging/functions/bigIntToHex.html index de1d4e3c6..d8b2ad262 100644 --- a/staging/functions/bigIntToHex.html +++ b/staging/functions/bigIntToHex.html @@ -39,7 +39,7 @@
    value: bigint

    Returns string

    +
  • Defined in src/number.ts:48
  • \ No newline at end of file diff --git a/staging/functions/bytesToBase64.html b/staging/functions/bytesToBase64.html index 418a9bf56..932dc0132 100644 --- a/staging/functions/bytesToBase64.html +++ b/staging/functions/bytesToBase64.html @@ -32,7 +32,7 @@
    bytes: Uint8Array

    Returns string

    +
  • Defined in src/bytes.ts:178
  • \ No newline at end of file diff --git a/staging/functions/bytesToBigInt.html b/staging/functions/bytesToBigInt.html index f3f1bbc56..be71635bb 100644 --- a/staging/functions/bytesToBigInt.html +++ b/staging/functions/bytesToBigInt.html @@ -35,7 +35,7 @@
    bytes: Uint8Array

    Returns bigint

    +
  • Defined in src/bytes.ts:108
  • \ No newline at end of file diff --git a/staging/functions/bytesToHex.html b/staging/functions/bytesToHex.html index 9936b4e9f..518b914e7 100644 --- a/staging/functions/bytesToHex.html +++ b/staging/functions/bytesToHex.html @@ -32,7 +32,7 @@
    bytes: Uint8Array

    Returns Hex

    +
  • Defined in src/bytes.ts:80
  • \ No newline at end of file diff --git a/staging/functions/bytesToNumber.html b/staging/functions/bytesToNumber.html index 87cf83b0a..c02c8a438 100644 --- a/staging/functions/bytesToNumber.html +++ b/staging/functions/bytesToNumber.html @@ -35,7 +35,7 @@
    bytes: Uint8Array

    Returns number

    +
  • Defined in src/bytes.ts:147
  • \ No newline at end of file diff --git a/staging/functions/bytesToSignedBigInt.html b/staging/functions/bytesToSignedBigInt.html index 53f1656a5..68faddbff 100644 --- a/staging/functions/bytesToSignedBigInt.html +++ b/staging/functions/bytesToSignedBigInt.html @@ -37,7 +37,7 @@
    bytes: Uint8Array

    Returns bigint

    +
  • Defined in src/bytes.ts:126
  • \ No newline at end of file diff --git a/staging/functions/bytesToString.html b/staging/functions/bytesToString.html index 40d821e41..22fb371eb 100644 --- a/staging/functions/bytesToString.html +++ b/staging/functions/bytesToString.html @@ -32,7 +32,7 @@
    bytes: Uint8Array

    Returns string

    +
  • Defined in src/bytes.ts:166
  • \ No newline at end of file diff --git a/staging/functions/calculateNumberSize.html b/staging/functions/calculateNumberSize.html index 1e2fed8c7..fdf804c39 100644 --- a/staging/functions/calculateNumberSize.html +++ b/staging/functions/calculateNumberSize.html @@ -32,7 +32,7 @@
    value: number

    Returns number

    +
  • Defined in src/misc.ts:199
  • \ No newline at end of file diff --git a/staging/functions/calculateStringSize.html b/staging/functions/calculateStringSize.html index ec214556f..0486cb905 100644 --- a/staging/functions/calculateStringSize.html +++ b/staging/functions/calculateStringSize.html @@ -32,7 +32,7 @@
    value: string

    Returns number

    +
  • Defined in src/misc.ts:181
  • \ No newline at end of file diff --git a/staging/functions/concatBytes.html b/staging/functions/concatBytes.html index d2b524074..07d2484de 100644 --- a/staging/functions/concatBytes.html +++ b/staging/functions/concatBytes.html @@ -35,7 +35,7 @@
    values:

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:401
  • \ No newline at end of file diff --git a/staging/functions/createBigInt.html b/staging/functions/createBigInt.html index 55237024d..935f0eb57 100644 --- a/staging/functions/createBigInt.html +++ b/staging/functions/createBigInt.html @@ -45,7 +45,7 @@
    value: stringReturns bigint
    +
  • Defined in src/coercers.ts:101
  • \ No newline at end of file diff --git a/staging/functions/createBytes.html b/staging/functions/createBytes.html index 136627f9e..b230a450d 100644 --- a/staging/functions/createBytes.html +++ b/staging/functions/createBytes.html @@ -42,7 +42,7 @@
    value: Uint8ArrayReturns Uint8Array
    +
  • Defined in src/coercers.ts:137
  • \ No newline at end of file diff --git a/staging/functions/createDataView.html b/staging/functions/createDataView.html index 3c74804d5..353c52cd5 100644 --- a/staging/functions/createDataView.html +++ b/staging/functions/createDataView.html @@ -41,7 +41,7 @@
    bytes: Uint8Array

    Returns DataView

    +
  • Defined in src/bytes.ts:446
  • \ No newline at end of file diff --git a/staging/functions/createDeferredPromise.html b/staging/functions/createDeferredPromise.html index 29153587c..e304a6c3d 100644 --- a/staging/functions/createDeferredPromise.html +++ b/staging/functions/createDeferredPromise.html @@ -54,7 +54,7 @@
    Optional suppressUnhandle

    Returns DeferredPromise<Result>

    +
  • Defined in src/promise.ts:43
  • \ No newline at end of file diff --git a/staging/functions/createHex.html b/staging/functions/createHex.html index 5495f3272..12c2f6d8c 100644 --- a/staging/functions/createHex.html +++ b/staging/functions/createHex.html @@ -42,7 +42,7 @@
    value: Uint8ArrayReturns Hex
    +
  • Defined in src/coercers.ts:175
  • \ No newline at end of file diff --git a/staging/functions/createModuleLogger.html b/staging/functions/createModuleLogger.html index cb98e0ef1..79a53bd2b 100644 --- a/staging/functions/createModuleLogger.html +++ b/staging/functions/createModuleLogger.html @@ -43,7 +43,7 @@
    moduleName: string

    Returns Debugger

    +
  • Defined in src/logging.ts:36
  • \ No newline at end of file diff --git a/staging/functions/createNumber.html b/staging/functions/createNumber.html index 8ece1e263..d5a402e44 100644 --- a/staging/functions/createNumber.html +++ b/staging/functions/createNumber.html @@ -47,7 +47,7 @@
    value: stringReturns number
    +
  • Defined in src/coercers.ts:59
  • \ No newline at end of file diff --git a/staging/functions/createProjectLogger.html b/staging/functions/createProjectLogger.html index 7b83502bc..0af9d60b7 100644 --- a/staging/functions/createProjectLogger.html +++ b/staging/functions/createProjectLogger.html @@ -38,7 +38,7 @@
    projectName: string

    Returns Debugger

    +
  • Defined in src/logging.ts:18
  • \ No newline at end of file diff --git a/staging/functions/exactOptional.html b/staging/functions/exactOptional.html index 80ae2dc0c..c23b13189 100644 --- a/staging/functions/exactOptional.html +++ b/staging/functions/exactOptional.html @@ -45,7 +45,7 @@
    struct: StructReturns Struct<Type & ExactOptionalGuard, Schema>
    +
  • Defined in src/json.ts:140
  • \ No newline at end of file diff --git a/staging/functions/getChecksumAddress.html b/staging/functions/getChecksumAddress.html index 3b3aebcec..7fac7791b 100644 --- a/staging/functions/getChecksumAddress.html +++ b/staging/functions/getChecksumAddress.html @@ -34,7 +34,7 @@
    address: `Returns string
    +
  • Defined in src/hex.ts:90
  • \ No newline at end of file diff --git a/staging/functions/getErrorMessage.html b/staging/functions/getErrorMessage.html index 5c4b3cd24..8cc6da3c1 100644 --- a/staging/functions/getErrorMessage.html +++ b/staging/functions/getErrorMessage.html @@ -35,7 +35,7 @@
    error: unknown

    Returns string

    +
  • Defined in src/errors.ts:65
  • \ No newline at end of file diff --git a/staging/functions/getJsonRpcIdValidator.html b/staging/functions/getJsonRpcIdValidator.html index bcefed2f3..f2b5cdf67 100644 --- a/staging/functions/getJsonRpcIdValidator.html +++ b/staging/functions/getJsonRpcIdValidator.html @@ -58,7 +58,7 @@
    id: unknown

    Returns id is null | string | number

    +
  • Defined in src/json.ts:650
  • \ No newline at end of file diff --git a/staging/functions/getJsonSize.html b/staging/functions/getJsonSize.html index 0a77184cf..7d3766e1b 100644 --- a/staging/functions/getJsonSize.html +++ b/staging/functions/getJsonSize.html @@ -32,7 +32,7 @@
    value: unknown

    Returns number

    +
  • Defined in src/json.ts:241
  • \ No newline at end of file diff --git a/staging/functions/getKnownPropertyNames.html b/staging/functions/getKnownPropertyNames.html index 3e2787608..a87d4f351 100644 --- a/staging/functions/getKnownPropertyNames.html +++ b/staging/functions/getKnownPropertyNames.html @@ -42,7 +42,7 @@
    object: PartialReturns Key[]
    +
  • Defined in src/misc.ts:113
  • \ No newline at end of file diff --git a/staging/functions/getSafeJson.html b/staging/functions/getSafeJson.html index 7db738f41..71858dab8 100644 --- a/staging/functions/getSafeJson.html +++ b/staging/functions/getSafeJson.html @@ -42,7 +42,7 @@
    value: unknown

    Returns Type

    +
  • Defined in src/json.ts:231
  • \ No newline at end of file diff --git a/staging/functions/gtRange.html b/staging/functions/gtRange.html index b9259f93d..27378470c 100644 --- a/staging/functions/gtRange.html +++ b/staging/functions/gtRange.html @@ -36,7 +36,7 @@
    range:

    Returns boolean

    +
  • Defined in src/versions.ts:150
  • \ No newline at end of file diff --git a/staging/functions/gtVersion.html b/staging/functions/gtVersion.html index 1a85e3c9f..45f96c32e 100644 --- a/staging/functions/gtVersion.html +++ b/staging/functions/gtVersion.html @@ -36,7 +36,7 @@
    version2:

    Returns boolean

    +
  • Defined in src/versions.ts:136
  • \ No newline at end of file diff --git a/staging/functions/hasProperty.html b/staging/functions/hasProperty.html index 663c62a8c..6ecf63853 100644 --- a/staging/functions/hasProperty.html +++ b/staging/functions/hasProperty.html @@ -44,7 +44,7 @@
    name: Proper

    Returns objectToCheck is ObjectToCheck & Record<Property, Property extends keyof ObjectToCheck ? ObjectToCheck[Property] : unknown>

    +
  • Defined in src/misc.ts:89
  • \ No newline at end of file diff --git a/staging/functions/hexToBigInt.html b/staging/functions/hexToBigInt.html index 499f92da8..3e160a4e6 100644 --- a/staging/functions/hexToBigInt.html +++ b/staging/functions/hexToBigInt.html @@ -39,7 +39,7 @@
    value: string

    Returns bigint

    +
  • Defined in src/number.ts:105
  • \ No newline at end of file diff --git a/staging/functions/hexToBytes.html b/staging/functions/hexToBytes.html index 1e6774194..292159461 100644 --- a/staging/functions/hexToBytes.html +++ b/staging/functions/hexToBytes.html @@ -34,7 +34,7 @@
    value: string

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:193
  • \ No newline at end of file diff --git a/staging/functions/hexToNumber.html b/staging/functions/hexToNumber.html index 3412840b1..a0f4da360 100644 --- a/staging/functions/hexToNumber.html +++ b/staging/functions/hexToNumber.html @@ -42,7 +42,7 @@
    value: string

    Returns number

    +
  • Defined in src/number.ts:74
  • \ No newline at end of file diff --git a/staging/functions/inMilliseconds.html b/staging/functions/inMilliseconds.html index 592b64523..737a4d22e 100644 --- a/staging/functions/inMilliseconds.html +++ b/staging/functions/inMilliseconds.html @@ -36,7 +36,7 @@
    duration:

    Returns number

    +
  • Defined in src/time.ts:59
  • \ No newline at end of file diff --git a/staging/functions/isASCII.html b/staging/functions/isASCII.html index 349d501cc..617bc740f 100644 --- a/staging/functions/isASCII.html +++ b/staging/functions/isASCII.html @@ -32,7 +32,7 @@
    character: string

    Returns boolean

    +
  • Defined in src/misc.ts:171
  • \ No newline at end of file diff --git a/staging/functions/isBytes.html b/staging/functions/isBytes.html index af1d69f3d..416642f24 100644 --- a/staging/functions/isBytes.html +++ b/staging/functions/isBytes.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is Uint8Array

    +
  • Defined in src/bytes.ts:60
  • \ No newline at end of file diff --git a/staging/functions/isCaipAccountAddress.html b/staging/functions/isCaipAccountAddress.html index c5f14cd48..e4586bf18 100644 --- a/staging/functions/isCaipAccountAddress.html +++ b/staging/functions/isCaipAccountAddress.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is string

    +
  • Defined in src/caip-types.ts:101
  • \ No newline at end of file diff --git a/staging/functions/isCaipAccountId.html b/staging/functions/isCaipAccountId.html index 48dd1cc6d..ae8e9c4cd 100644 --- a/staging/functions/isCaipAccountId.html +++ b/staging/functions/isCaipAccountId.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is `${string}:${string}:${string}`

    +
  • Defined in src/caip-types.ts:91
  • \ No newline at end of file diff --git a/staging/functions/isCaipChainId.html b/staging/functions/isCaipChainId.html index 544a5e779..86122ca87 100644 --- a/staging/functions/isCaipChainId.html +++ b/staging/functions/isCaipChainId.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is `${string}:${string}`

    +
  • Defined in src/caip-types.ts:61
  • \ No newline at end of file diff --git a/staging/functions/isCaipNamespace.html b/staging/functions/isCaipNamespace.html index bfbd84044..e40c2adb3 100644 --- a/staging/functions/isCaipNamespace.html +++ b/staging/functions/isCaipNamespace.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is string

    +
  • Defined in src/caip-types.ts:71
  • \ No newline at end of file diff --git a/staging/functions/isCaipReference.html b/staging/functions/isCaipReference.html index ec8b7f676..6497a7767 100644 --- a/staging/functions/isCaipReference.html +++ b/staging/functions/isCaipReference.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is string

    +
  • Defined in src/caip-types.ts:81
  • \ No newline at end of file diff --git a/staging/functions/isErrorWithCode.html b/staging/functions/isErrorWithCode.html index 1bfcd721f..a98929796 100644 --- a/staging/functions/isErrorWithCode.html +++ b/staging/functions/isErrorWithCode.html @@ -34,7 +34,7 @@
    error: unknown

    Returns error is {
        code: string;
    }

    +
  • Defined in src/errors.ts:28
  • \ No newline at end of file diff --git a/staging/functions/isErrorWithMessage.html b/staging/functions/isErrorWithMessage.html index 77bd59c6c..adbd6953b 100644 --- a/staging/functions/isErrorWithMessage.html +++ b/staging/functions/isErrorWithMessage.html @@ -33,7 +33,7 @@
    error: unknown

    Returns error is {
        message: string;
    }

    +
  • Defined in src/errors.ts:39
  • \ No newline at end of file diff --git a/staging/functions/isErrorWithStack.html b/staging/functions/isErrorWithStack.html index 90ae2d467..5c6ef4f1e 100644 --- a/staging/functions/isErrorWithStack.html +++ b/staging/functions/isErrorWithStack.html @@ -33,7 +33,7 @@
    error: unknown

    Returns error is {
        stack: string;
    }

    +
  • Defined in src/errors.ts:52
  • \ No newline at end of file diff --git a/staging/functions/isHexString.html b/staging/functions/isHexString.html index bf9ed4b82..3ad8c9c7a 100644 --- a/staging/functions/isHexString.html +++ b/staging/functions/isHexString.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is string

    +
  • Defined in src/hex.ts:30
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcError.html b/staging/functions/isJsonRpcError.html index 2960733c3..f22fba752 100644 --- a/staging/functions/isJsonRpcError.html +++ b/staging/functions/isJsonRpcError.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is JsonRpcError

    +
  • Defined in src/json.ts:596
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcFailure.html b/staging/functions/isJsonRpcFailure.html index bfaa21726..4990a75af 100644 --- a/staging/functions/isJsonRpcFailure.html +++ b/staging/functions/isJsonRpcFailure.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is {
        error: JsonRpcError;
        id: null | string | number;
        jsonrpc: "2.0";
    }

    +
  • Defined in src/json.ts:565
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcNotification.html b/staging/functions/isJsonRpcNotification.html index 766dbee46..3809a5b99 100644 --- a/staging/functions/isJsonRpcNotification.html +++ b/staging/functions/isJsonRpcNotification.html @@ -33,7 +33,7 @@
    value: unknown

    Returns value is JsonRpcNotification<JsonRpcParams>

    +
  • Defined in src/json.ts:341
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcRequest.html b/staging/functions/isJsonRpcRequest.html index 2fd1a556e..2a77e382f 100644 --- a/staging/functions/isJsonRpcRequest.html +++ b/staging/functions/isJsonRpcRequest.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is JsonRpcRequest<JsonRpcParams>

    +
  • Defined in src/json.ts:374
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcResponse.html b/staging/functions/isJsonRpcResponse.html index 31a4abc81..a12acd88e 100644 --- a/staging/functions/isJsonRpcResponse.html +++ b/staging/functions/isJsonRpcResponse.html @@ -32,7 +32,7 @@
    response: unknown

    Returns response is JsonRpcResponse<Json>

    +
  • Defined in src/json.ts:499
  • \ No newline at end of file diff --git a/staging/functions/isJsonRpcSuccess.html b/staging/functions/isJsonRpcSuccess.html index d45b89d02..cdf8c8d59 100644 --- a/staging/functions/isJsonRpcSuccess.html +++ b/staging/functions/isJsonRpcSuccess.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is JsonRpcSuccess<Json>

    +
  • Defined in src/json.ts:532
  • \ No newline at end of file diff --git a/staging/functions/isNonEmptyArray.html b/staging/functions/isNonEmptyArray.html index 0ebc0da53..f6a537f9e 100644 --- a/staging/functions/isNonEmptyArray.html +++ b/staging/functions/isNonEmptyArray.html @@ -39,7 +39,7 @@
    value: Eleme

    Returns value is NonEmptyArray<Element>

    +
  • Defined in src/misc.ts:50
  • \ No newline at end of file diff --git a/staging/functions/isNullOrUndefined.html b/staging/functions/isNullOrUndefined.html index 77dc2ec44..6b67825bc 100644 --- a/staging/functions/isNullOrUndefined.html +++ b/staging/functions/isNullOrUndefined.html @@ -32,7 +32,7 @@
    value: unknown

    Returns value is undefined | null

    +
  • Defined in src/misc.ts:62
  • \ No newline at end of file diff --git a/staging/functions/isObject.html b/staging/functions/isObject.html index 3b8e02b7b..34a4e388e 100644 --- a/staging/functions/isObject.html +++ b/staging/functions/isObject.html @@ -33,7 +33,7 @@
    value: unknown

    Returns value is RuntimeObject

    +
  • Defined in src/misc.ts:73
  • \ No newline at end of file diff --git a/staging/functions/isPendingJsonRpcResponse.html b/staging/functions/isPendingJsonRpcResponse.html index 0ccca53a2..6bb9d9dbc 100644 --- a/staging/functions/isPendingJsonRpcResponse.html +++ b/staging/functions/isPendingJsonRpcResponse.html @@ -33,7 +33,7 @@
    response: unknown

    Returns response is PendingJsonRpcResponse<Json>

    +
  • Defined in src/json.ts:465
  • \ No newline at end of file diff --git a/staging/functions/isPlainObject.html b/staging/functions/isPlainObject.html index 23ea37794..50b254c0a 100644 --- a/staging/functions/isPlainObject.html +++ b/staging/functions/isPlainObject.html @@ -33,7 +33,7 @@
    value: unknown

    Returns value is PlainObject

    +
  • Defined in src/misc.ts:148
  • \ No newline at end of file diff --git a/staging/functions/isStrictHexString.html b/staging/functions/isStrictHexString.html index ff4059414..7c5d28625 100644 --- a/staging/functions/isStrictHexString.html +++ b/staging/functions/isStrictHexString.html @@ -33,7 +33,7 @@
    value: unknown

    Returns value is `0x${string}`

    +
  • Defined in src/hex.ts:41
  • \ No newline at end of file diff --git a/staging/functions/isValidChecksumAddress.html b/staging/functions/isValidChecksumAddress.html index 7878f692f..9e50069cf 100644 --- a/staging/functions/isValidChecksumAddress.html +++ b/staging/functions/isValidChecksumAddress.html @@ -33,7 +33,7 @@
    possibleChecksum: `Returns boolean
    +
  • Defined in src/hex.ts:113
  • \ No newline at end of file diff --git a/staging/functions/isValidHexAddress.html b/staging/functions/isValidHexAddress.html index d815d2fef..3a9985d71 100644 --- a/staging/functions/isValidHexAddress.html +++ b/staging/functions/isValidHexAddress.html @@ -33,7 +33,7 @@
    possibleAddress: `Returns boolean
    +
  • Defined in src/hex.ts:76
  • \ No newline at end of file diff --git a/staging/functions/isValidJson.html b/staging/functions/isValidJson.html index b693e8093..50ba4cfa2 100644 --- a/staging/functions/isValidJson.html +++ b/staging/functions/isValidJson.html @@ -33,7 +33,7 @@
    value: unknown

    Returns value is Json

    +
  • Defined in src/json.ts:210
  • \ No newline at end of file diff --git a/staging/functions/isValidSemVerRange.html b/staging/functions/isValidSemVerRange.html index 7810822c0..da8b38344 100644 --- a/staging/functions/isValidSemVerRange.html +++ b/staging/functions/isValidSemVerRange.html @@ -32,7 +32,7 @@
    versionRange: unknown

    Returns versionRange is SemVerRange

    +
  • Defined in src/versions.ts:101
  • \ No newline at end of file diff --git a/staging/functions/isValidSemVerVersion.html b/staging/functions/isValidSemVerVersion.html index ad988172f..186599bbc 100644 --- a/staging/functions/isValidSemVerVersion.html +++ b/staging/functions/isValidSemVerVersion.html @@ -32,7 +32,7 @@
    version: unknown

    Returns version is SemVerVersion

    +
  • Defined in src/versions.ts:89
  • \ No newline at end of file diff --git a/staging/functions/numberToBytes.html b/staging/functions/numberToBytes.html index eff841f70..d063c323e 100644 --- a/staging/functions/numberToBytes.html +++ b/staging/functions/numberToBytes.html @@ -34,7 +34,7 @@
    value: number

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:311
  • \ No newline at end of file diff --git a/staging/functions/numberToHex.html b/staging/functions/numberToHex.html index e50ec9ea6..91aea821f 100644 --- a/staging/functions/numberToHex.html +++ b/staging/functions/numberToHex.html @@ -40,7 +40,7 @@
    value: number

    Returns string

    +
  • Defined in src/number.ts:21
  • \ No newline at end of file diff --git a/staging/functions/object.html b/staging/functions/object.html index 69f029115..87e2e3185 100644 --- a/staging/functions/object.html +++ b/staging/functions/object.html @@ -38,7 +38,7 @@
    schema: Sche

    Returns Struct<Simplify<ObjectOptional<Optionalize<{ [ Key in string | number | symbol]: Infer<Schema[Key]> }>>>, unknown>

    +
  • Defined in src/json.ts:86
  • \ No newline at end of file diff --git a/staging/functions/parseCaipAccountId.html b/staging/functions/parseCaipAccountId.html index 5dd55e243..d5b38dd5e 100644 --- a/staging/functions/parseCaipAccountId.html +++ b/staging/functions/parseCaipAccountId.html @@ -45,7 +45,7 @@
    reference:
    chainId: CaipChainId
    +
  • Defined in src/caip-types.ts:136
  • \ No newline at end of file diff --git a/staging/functions/parseCaipChainId.html b/staging/functions/parseCaipChainId.html index ca15bb48c..0d2c4b42b 100644 --- a/staging/functions/parseCaipChainId.html +++ b/staging/functions/parseCaipChainId.html @@ -38,7 +38,7 @@
    namespace:
    reference: CaipReference
    +
  • Defined in src/caip-types.ts:114
  • \ No newline at end of file diff --git a/staging/functions/remove0x.html b/staging/functions/remove0x.html index 8695eb5d6..ba70d5897 100644 --- a/staging/functions/remove0x.html +++ b/staging/functions/remove0x.html @@ -33,7 +33,7 @@
    hexadecimal: string

    Returns string

    +
  • Defined in src/hex.ts:147
  • \ No newline at end of file diff --git a/staging/functions/satisfiesVersionRange.html b/staging/functions/satisfiesVersionRange.html index 9924b71ba..e7362d380 100644 --- a/staging/functions/satisfiesVersionRange.html +++ b/staging/functions/satisfiesVersionRange.html @@ -36,7 +36,7 @@
    versionRange:

    Returns boolean

    +
  • Defined in src/versions.ts:161
  • \ No newline at end of file diff --git a/staging/functions/signedBigIntToBytes.html b/staging/functions/signedBigIntToBytes.html index 79ad018a1..44fd7298b 100644 --- a/staging/functions/signedBigIntToBytes.html +++ b/staging/functions/signedBigIntToBytes.html @@ -43,7 +43,7 @@
    byteLength: number

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:278
  • \ No newline at end of file diff --git a/staging/functions/stringToBytes.html b/staging/functions/stringToBytes.html index 7ac4b0b8e..a9b6e1397 100644 --- a/staging/functions/stringToBytes.html +++ b/staging/functions/stringToBytes.html @@ -32,7 +32,7 @@
    value: string

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:329
  • \ No newline at end of file diff --git a/staging/functions/timeSince.html b/staging/functions/timeSince.html index c96620930..00bb9e26a 100644 --- a/staging/functions/timeSince.html +++ b/staging/functions/timeSince.html @@ -32,7 +32,7 @@
    timestamp: number

    Returns number

    +
  • Defined in src/time.ts:70
  • \ No newline at end of file diff --git a/staging/functions/toCaipChainId.html b/staging/functions/toCaipChainId.html new file mode 100644 index 000000000..dcd72da2a --- /dev/null +++ b/staging/functions/toCaipChainId.html @@ -0,0 +1,245 @@ +toCaipChainId | @metamask/utils
    +
    + +
    +
    +
    +
    + +

    Function toCaipChainId

    +
    +
    +
    +
    \ No newline at end of file diff --git a/staging/functions/valueToBytes.html b/staging/functions/valueToBytes.html index bd4829ea8..b4a768bc4 100644 --- a/staging/functions/valueToBytes.html +++ b/staging/functions/valueToBytes.html @@ -43,7 +43,7 @@
    value:

    Returns Uint8Array

    +
  • Defined in src/bytes.ts:368
  • \ No newline at end of file diff --git a/staging/functions/wrapError.html b/staging/functions/wrapError.html index 10f99b17c..fea410a83 100644 --- a/staging/functions/wrapError.html +++ b/staging/functions/wrapError.html @@ -46,7 +46,7 @@
    message: string

    Returns Error & {
        code?: string;
    }

    +
  • Defined in src/errors.ts:90
  • \ No newline at end of file diff --git a/staging/index.html b/staging/index.html index dbb32f592..d5f4bb993 100644 --- a/staging/index.html +++ b/staging/index.html @@ -129,6 +129,7 @@

    Duration
  • JsonSize
  • +
  • KnownCaipNamespace
  • AssertionError
  • FrozenMap
  • FrozenSet
  • @@ -298,6 +299,7 @@

    signedBigIntToBytes
  • stringToBytes
  • timeSince
  • +
  • toCaipChainId
  • valueToBytes
  • wrapError
  • \ No newline at end of file diff --git a/staging/modules.html b/staging/modules.html index 8433e62fb..b302b4224 100644 --- a/staging/modules.html +++ b/staging/modules.html @@ -19,6 +19,7 @@

    Index

    Enumerations

    Classes

    @@ -200,6 +201,7 @@

    Functions

    signedBigIntToBytes stringToBytes timeSince +toCaipChainId valueToBytes wrapError
    @@ -227,6 +229,7 @@

    Duration
  • JsonSize
  • +
  • KnownCaipNamespace
  • AssertionError
  • FrozenMap
  • FrozenSet
  • @@ -396,6 +399,7 @@

    signedBigIntToBytes
  • stringToBytes
  • timeSince
  • +
  • toCaipChainId
  • valueToBytes
  • wrapError
  • \ No newline at end of file diff --git a/staging/types/AssertionErrorConstructor.html b/staging/types/AssertionErrorConstructor.html index adaca0aff..7c9700e1f 100644 --- a/staging/types/AssertionErrorConstructor.html +++ b/staging/types/AssertionErrorConstructor.html @@ -17,7 +17,7 @@

    Type alias AssertionErrorConstructor

    AssertionErrorConstructor: (new (args: {
        message: string;
    }) => Error) | ((args: {
        message: string;
    }) => Error)
    +
  • Defined in src/assert.ts:6
  • \ No newline at end of file diff --git a/staging/types/Base64Options.html b/staging/types/Base64Options.html index f17d4ebfa..e3d8de3a1 100644 --- a/staging/types/Base64Options.html +++ b/staging/types/Base64Options.html @@ -33,7 +33,7 @@
    Optional paddingRequired<

    Default

    false

    +
  • Defined in src/base64.ts:6
  • \ No newline at end of file diff --git a/staging/types/BaseTransaction.html b/staging/types/BaseTransaction.html index d64bb604c..d0583e6ea 100644 --- a/staging/types/BaseTransaction.html +++ b/staging/types/BaseTransaction.html @@ -49,7 +49,7 @@
    value:

    The amount of Ether sent.

    +
  • Defined in src/transaction-types.ts:35
  • \ No newline at end of file diff --git a/staging/types/Bytes.html b/staging/types/Bytes.html index 328946bdd..74f478d42 100644 --- a/staging/types/Bytes.html +++ b/staging/types/Bytes.html @@ -17,7 +17,7 @@

    Type alias Bytes

    Bytes: bigint | number | string | Uint8Array
    +
  • Defined in src/bytes.ts:14
  • \ No newline at end of file diff --git a/staging/types/BytesLike.html b/staging/types/BytesLike.html index 7a2544372..5f46627d9 100644 --- a/staging/types/BytesLike.html +++ b/staging/types/BytesLike.html @@ -17,7 +17,7 @@

    Type alias BytesLike

    BytesLike: Infer<typeof BytesLikeStruct>
    +
  • Defined in src/coercers.ts:32
  • \ No newline at end of file diff --git a/staging/types/CaipAccountAddress.html b/staging/types/CaipAccountAddress.html index f6cbb92c7..dbe595e8d 100644 --- a/staging/types/CaipAccountAddress.html +++ b/staging/types/CaipAccountAddress.html @@ -17,7 +17,7 @@

    Type alias CaipAccountAddress

    CaipAccountAddress: Infer<typeof CaipAccountAddressStruct>
    +
  • Defined in src/caip-types.ts:47
  • \ No newline at end of file diff --git a/staging/types/CaipAccountId.html b/staging/types/CaipAccountId.html index 9321768d7..4345eb353 100644 --- a/staging/types/CaipAccountId.html +++ b/staging/types/CaipAccountId.html @@ -17,7 +17,7 @@

    Type alias CaipAccountId

    CaipAccountId: `${string}:${string}:${string}`
    +
  • Defined in src/caip-types.ts:38
  • \ No newline at end of file diff --git a/staging/types/CaipChainId.html b/staging/types/CaipChainId.html index 47c2bddc8..1d3422210 100644 --- a/staging/types/CaipChainId.html +++ b/staging/types/CaipChainId.html @@ -17,7 +17,7 @@

    Type alias CaipChainId

    CaipChainId: `${string}:${string}`
    +
  • Defined in src/caip-types.ts:20
  • \ No newline at end of file diff --git a/staging/types/CaipNamespace.html b/staging/types/CaipNamespace.html index 1f6f6cbc1..77ab5f1a7 100644 --- a/staging/types/CaipNamespace.html +++ b/staging/types/CaipNamespace.html @@ -17,7 +17,7 @@

    Type alias CaipNamespace

    CaipNamespace: Infer<typeof CaipNamespaceStruct>
    +
  • Defined in src/caip-types.ts:26
  • \ No newline at end of file diff --git a/staging/types/CaipReference.html b/staging/types/CaipReference.html index fa7f286ff..d894330f7 100644 --- a/staging/types/CaipReference.html +++ b/staging/types/CaipReference.html @@ -17,7 +17,7 @@

    Type alias CaipReference

    CaipReference: Infer<typeof CaipReferenceStruct>
    +
  • Defined in src/caip-types.ts:32
  • \ No newline at end of file diff --git a/staging/types/DeferredPromise.html b/staging/types/DeferredPromise.html index fddce17e1..f91875344 100644 --- a/staging/types/DeferredPromise.html +++ b/staging/types/DeferredPromise.html @@ -65,7 +65,7 @@

    Parameters

    result: Result

    Returns void

    +
  • Defined in src/promise.ts:8
  • \ No newline at end of file diff --git a/staging/types/EIP1559Transaction.html b/staging/types/EIP1559Transaction.html index d731a65f3..89b984e79 100644 --- a/staging/types/EIP1559Transaction.html +++ b/staging/types/EIP1559Transaction.html @@ -20,7 +20,7 @@

    Type alias EIP1559Transaction

    Reference: https://eips.ethereum.org/EIPS/eip-1559

    +
  • Defined in src/transaction-types.ts:119
  • \ No newline at end of file diff --git a/staging/types/EIP2930Transaction.html b/staging/types/EIP2930Transaction.html index 794e5bf16..64f535124 100644 --- a/staging/types/EIP2930Transaction.html +++ b/staging/types/EIP2930Transaction.html @@ -20,7 +20,7 @@

    Type alias EIP2930Transaction

    Reference: https://eips.ethereum.org/EIPS/eip-2930

    +
  • Defined in src/transaction-types.ts:95
  • \ No newline at end of file diff --git a/staging/types/Eip1024EncryptedData.html b/staging/types/Eip1024EncryptedData.html index ef8ffd849..570208749 100644 --- a/staging/types/Eip1024EncryptedData.html +++ b/staging/types/Eip1024EncryptedData.html @@ -28,7 +28,7 @@
    nonce:
    version: string
    +
  • Defined in src/encryption-types.ts:1
  • \ No newline at end of file diff --git a/staging/types/Hex.html b/staging/types/Hex.html index 30e12051d..a25ca1ba1 100644 --- a/staging/types/Hex.html +++ b/staging/types/Hex.html @@ -17,7 +17,7 @@

    Type alias Hex

    Hex: `0x${string}`
    +
  • Defined in src/hex.ts:8
  • \ No newline at end of file diff --git a/staging/types/InferWithParams.html b/staging/types/InferWithParams.html index a4d120419..0bc633f65 100644 --- a/staging/types/InferWithParams.html +++ b/staging/types/InferWithParams.html @@ -24,7 +24,7 @@

    Type extends extends JsonRpcParams

    +
  • Defined in src/json.ts:309
  • \ No newline at end of file diff --git a/staging/types/Json.html b/staging/types/Json.html index f843094de..5f1e04922 100644 --- a/staging/types/Json.html +++ b/staging/types/Json.html @@ -19,7 +19,7 @@

    Type alias Json

    Any JSON-compatible value.

    +
  • Defined in src/json.ts:36
  • \ No newline at end of file diff --git a/staging/types/JsonRpcError.html b/staging/types/JsonRpcError.html index e83f227d6..6510655c9 100644 --- a/staging/types/JsonRpcError.html +++ b/staging/types/JsonRpcError.html @@ -22,7 +22,7 @@

    Type alias JsonRpcError

    OptionalField helper, to explicitly make it optional.

    +
  • Defined in src/json.ts:292
  • \ No newline at end of file diff --git a/staging/types/JsonRpcFailure.html b/staging/types/JsonRpcFailure.html index 8c6ecf045..248e8edee 100644 --- a/staging/types/JsonRpcFailure.html +++ b/staging/types/JsonRpcFailure.html @@ -19,7 +19,7 @@

    Type alias JsonRpcFailure

    A failed JSON-RPC response object.

    +
  • Defined in src/json.ts:441
  • \ No newline at end of file diff --git a/staging/types/JsonRpcId.html b/staging/types/JsonRpcId.html index ee160ed8a..db92056fa 100644 --- a/staging/types/JsonRpcId.html +++ b/staging/types/JsonRpcId.html @@ -22,7 +22,7 @@

    Type alias JsonRpcId

    NOT contain fractional parts.

    +
  • Defined in src/json.ts:268
  • \ No newline at end of file diff --git a/staging/types/JsonRpcNotification.html b/staging/types/JsonRpcNotification.html index 58ea41516..57da52556 100644 --- a/staging/types/JsonRpcNotification.html +++ b/staging/types/JsonRpcNotification.html @@ -24,7 +24,7 @@

    Type Parameters

  • Params extends JsonRpcParams = JsonRpcParams

  • +
  • Defined in src/json.ts:331
  • \ No newline at end of file diff --git a/staging/types/JsonRpcParams.html b/staging/types/JsonRpcParams.html index f1ef8b9b8..9d855fa46 100644 --- a/staging/types/JsonRpcParams.html +++ b/staging/types/JsonRpcParams.html @@ -17,7 +17,7 @@

    Type alias JsonRpcParams

    JsonRpcParams: Json[] | Record<string, Json>
    +
  • Defined in src/json.ts:300
  • \ No newline at end of file diff --git a/staging/types/JsonRpcRequest.html b/staging/types/JsonRpcRequest.html index 2c66b7933..1a9b28426 100644 --- a/staging/types/JsonRpcRequest.html +++ b/staging/types/JsonRpcRequest.html @@ -24,7 +24,7 @@

    Type Parameters

  • Params extends JsonRpcParams = JsonRpcParams

  • +
  • Defined in src/json.ts:319
  • \ No newline at end of file diff --git a/staging/types/JsonRpcResponse.html b/staging/types/JsonRpcResponse.html index f10debb48..c1a304c25 100644 --- a/staging/types/JsonRpcResponse.html +++ b/staging/types/JsonRpcResponse.html @@ -27,7 +27,7 @@

    Result extends

    The type of the result.

    +
  • Defined in src/json.ts:454
  • \ No newline at end of file diff --git a/staging/types/JsonRpcSuccess.html b/staging/types/JsonRpcSuccess.html index 6fd0c45b6..e1a9f24d3 100644 --- a/staging/types/JsonRpcSuccess.html +++ b/staging/types/JsonRpcSuccess.html @@ -24,7 +24,7 @@

    Type Parameters

  • Result extends Json

  • +
  • Defined in src/json.ts:425
  • \ No newline at end of file diff --git a/staging/types/JsonRpcVersion2.html b/staging/types/JsonRpcVersion2.html index e9ef68d4e..b894195b8 100644 --- a/staging/types/JsonRpcVersion2.html +++ b/staging/types/JsonRpcVersion2.html @@ -20,7 +20,7 @@

    Type alias JsonRpcVersion2

    MUST be exactly "2.0".

    +
  • Defined in src/json.ts:258
  • \ No newline at end of file diff --git a/staging/types/Keyring.html b/staging/types/Keyring.html index 617ef933d..8052a7e05 100644 --- a/staging/types/Keyring.html +++ b/staging/types/Keyring.html @@ -59,7 +59,7 @@
    number: number

    Returns Promise<`0x${string}`[]>

    +
  • Defined in src/keyring.ts:67
  • decryptMessage?:function
  • +
  • Defined in src/keyring.ts:251
  • deserialize:function
      @@ -103,7 +103,7 @@
      state: State

    Returns Promise<void>

  • +
  • Defined in src/keyring.ts:82
  • destroy?:function
      @@ -113,7 +113,7 @@
      destroy?:function

      Returns Promise<void>

  • +
  • Defined in src/keyring.ts:265
  • exportAccount?:function
      @@ -141,7 +141,7 @@
      Optional options: Returns Promise<string>
  • +
  • Defined in src/keyring.ts:109
  • generateRandomMnemonic?:function
  • +
  • Defined in src/keyring.ts:260
  • getAccounts:function
      @@ -164,7 +164,7 @@

      Returns

      A list of the account addresses for this keyring

      Returns Promise<`0x${string}`[]>

  • +
  • Defined in src/keyring.ts:59
  • getAppKeyAddress?:function
      @@ -191,7 +191,7 @@
      origin: string

    Returns Promise<`0x${string}`>

  • +
  • Defined in src/keyring.ts:125
  • getEncryptionPublicKey?:function
      @@ -218,7 +218,7 @@
      Optional options: Returns Promise<string>
  • +
  • Defined in src/keyring.ts:236
  • init?:function
      @@ -228,7 +228,7 @@
      init?:function

      Returns Promise<void>

  • +
  • Defined in src/keyring.ts:87
  • removeAccount?:function
  • +
  • Defined in src/keyring.ts:94
  • serialize:function
      @@ -257,7 +257,7 @@

      Returns

      A JSON-serializable representation of the keyring state.

      Returns Promise<State>

  • +
  • Defined in src/keyring.ts:74
  • signMessage?:function
      @@ -292,7 +292,7 @@
      Optional options: Returns Promise<string>
  • +
  • Defined in src/keyring.ts:166
  • signPersonalMessage?:function
      @@ -327,7 +327,7 @@
      Optional options: Returns Promise<string>
  • +
  • Defined in src/keyring.ts:190
  • signTransaction?:function
      @@ -360,7 +360,7 @@
      Optional options: Returns Promise<TxData>
  • +
  • Defined in src/keyring.ts:142
  • signTypedData?:function
      @@ -398,9 +398,9 @@
      Optional options: Returns Promise<string>
  • +
  • Defined in src/keyring.ts:47
  • \ No newline at end of file diff --git a/staging/types/KeyringClass.html b/staging/types/KeyringClass.html index f3fa0b971..9d6e55f01 100644 --- a/staging/types/KeyringClass.html +++ b/staging/types/KeyringClass.html @@ -47,7 +47,7 @@
    type: +
  • Defined in src/keyring.ts:14
  • \ No newline at end of file diff --git a/staging/types/LegacyTransaction.html b/staging/types/LegacyTransaction.html index 53de68d0a..9aa8e3c91 100644 --- a/staging/types/LegacyTransaction.html +++ b/staging/types/LegacyTransaction.html @@ -20,7 +20,7 @@

    Type alias LegacyTransaction

    Reference: https://ethereum.org/en/developers/docs/transactions/

    +
  • Defined in src/transaction-types.ts:84
  • \ No newline at end of file diff --git a/staging/types/Mutable.html b/staging/types/Mutable.html index f4e5f126f..7e998361d 100644 --- a/staging/types/Mutable.html +++ b/staging/types/Mutable.html @@ -30,7 +30,7 @@

    TargetKey extends

    The property key(s) to make mutable.

    +
  • Defined in src/misc.ts:11
  • \ No newline at end of file diff --git a/staging/types/NonEmptyArray.html b/staging/types/NonEmptyArray.html index 5245fb549..295aaa163 100644 --- a/staging/types/NonEmptyArray.html +++ b/staging/types/NonEmptyArray.html @@ -26,7 +26,7 @@

    Element

    The non-empty array member type.

    +
  • Defined in src/misc.ts:32
  • \ No newline at end of file diff --git a/staging/types/NumberLike.html b/staging/types/NumberLike.html index 02e89476c..335914d0b 100644 --- a/staging/types/NumberLike.html +++ b/staging/types/NumberLike.html @@ -17,7 +17,7 @@

    Type alias NumberLike

    NumberLike: Infer<typeof NumberLikeStruct>
    +
  • Defined in src/coercers.ts:31
  • \ No newline at end of file diff --git a/staging/types/ObjectOptional.html b/staging/types/ObjectOptional.html index fa8de3362..e69f94f56 100644 --- a/staging/types/ObjectOptional.html +++ b/staging/types/ObjectOptional.html @@ -28,7 +28,7 @@

    Type Parameters

  • Schema extends Record<string, unknown>

  • +
  • Defined in src/json.ts:54
  • \ No newline at end of file diff --git a/staging/types/ObjectType.html b/staging/types/ObjectType.html index a79dd7f50..75b06de31 100644 --- a/staging/types/ObjectType.html +++ b/staging/types/ObjectType.html @@ -26,7 +26,7 @@

    Type Parameters

  • Schema extends ObjectSchema

  • +
  • Defined in src/json.ts:71
  • \ No newline at end of file diff --git a/staging/types/Opaque.html b/staging/types/Opaque.html index cd6caeda5..5fe221908 100644 --- a/staging/types/Opaque.html +++ b/staging/types/Opaque.html @@ -24,7 +24,7 @@

    Base

  • Brand extends symbol

  • +
  • Defined in src/opaque.ts:4
  • \ No newline at end of file diff --git a/staging/types/OptionalField.html b/staging/types/OptionalField.html index 20c7b8f69..bbe5167d9 100644 --- a/staging/types/OptionalField.html +++ b/staging/types/OptionalField.html @@ -26,7 +26,7 @@

    Type extends extends keyof Type

    +
  • Defined in src/json.ts:280
  • \ No newline at end of file diff --git a/staging/types/PartialOrAbsent.html b/staging/types/PartialOrAbsent.html index 0d3f6085e..5d7a9a953 100644 --- a/staging/types/PartialOrAbsent.html +++ b/staging/types/PartialOrAbsent.html @@ -26,7 +26,7 @@

    Value

    The value that might be present or complete.

    +
  • Defined in src/misc.ts:25
  • \ No newline at end of file diff --git a/staging/types/PendingJsonRpcResponse.html b/staging/types/PendingJsonRpcResponse.html index e695e8b61..150a405a5 100644 --- a/staging/types/PendingJsonRpcResponse.html +++ b/staging/types/PendingJsonRpcResponse.html @@ -24,7 +24,7 @@

    Type Parameters

  • Result extends Json

  • +
  • Defined in src/json.ts:409
  • \ No newline at end of file diff --git a/staging/types/PlainObject.html b/staging/types/PlainObject.html index d0e692971..b3b4e31dd 100644 --- a/staging/types/PlainObject.html +++ b/staging/types/PlainObject.html @@ -17,7 +17,7 @@

    Type alias PlainObject

    PlainObject: Record<number | string | symbol, unknown>
    +
  • Defined in src/misc.ts:119
  • \ No newline at end of file diff --git a/staging/types/RuntimeObject.html b/staging/types/RuntimeObject.html index 8bf58c871..13bc24620 100644 --- a/staging/types/RuntimeObject.html +++ b/staging/types/RuntimeObject.html @@ -19,7 +19,7 @@

    Type alias RuntimeObject

    A JavaScript object that is not null, a function, or an array.

    +
  • Defined in src/misc.ts:37
  • \ No newline at end of file diff --git a/staging/types/SemVerRange.html b/staging/types/SemVerRange.html index 163663331..e732757f3 100644 --- a/staging/types/SemVerRange.html +++ b/staging/types/SemVerRange.html @@ -32,7 +32,7 @@

    See

    +
  • Defined in src/versions.ts:33
  • \ No newline at end of file diff --git a/staging/types/SemVerVersion.html b/staging/types/SemVerVersion.html index 361617906..b557f5bd0 100644 --- a/staging/types/SemVerVersion.html +++ b/staging/types/SemVerVersion.html @@ -32,7 +32,7 @@

    See

    +
  • Defined in src/versions.ts:55
  • \ No newline at end of file diff --git a/staging/types/Signature.html b/staging/types/Signature.html index 2c65d8c99..7cc171f11 100644 --- a/staging/types/Signature.html +++ b/staging/types/Signature.html @@ -36,7 +36,7 @@
    yParity: +
  • Defined in src/transaction-types.ts:11
  • \ No newline at end of file diff --git a/staging/types/SignedTransaction.html b/staging/types/SignedTransaction.html index e83eb78df..6cede9bbb 100644 --- a/staging/types/SignedTransaction.html +++ b/staging/types/SignedTransaction.html @@ -17,7 +17,7 @@

    Type alias SignedTransaction

    SignedTransaction: Transaction & Signature
    +
  • Defined in src/transaction-types.ts:9
  • \ No newline at end of file diff --git a/staging/types/Transaction.html b/staging/types/Transaction.html index 6a7c4e12c..f0ebff053 100644 --- a/staging/types/Transaction.html +++ b/staging/types/Transaction.html @@ -17,7 +17,7 @@

    Type alias Transaction

    +
  • Defined in src/transaction-types.ts:4
  • \ No newline at end of file diff --git a/staging/types/TypedTransaction.html b/staging/types/TypedTransaction.html index 0764afa2d..eb3388f00 100644 --- a/staging/types/TypedTransaction.html +++ b/staging/types/TypedTransaction.html @@ -19,7 +19,7 @@

    Type alias TypedTransaction

    Typed Ethereum Transaction

    +
  • Defined in src/transaction-types.ts:73
  • \ No newline at end of file diff --git a/staging/variables/CAIP_ACCOUNT_ADDRESS_REGEX.html b/staging/variables/CAIP_ACCOUNT_ADDRESS_REGEX.html index a1155507e..7464927f5 100644 --- a/staging/variables/CAIP_ACCOUNT_ADDRESS_REGEX.html +++ b/staging/variables/CAIP_ACCOUNT_ADDRESS_REGEX.html @@ -17,7 +17,7 @@

    Variable CAIP_ACCOUNT_ADDRESS_REGEXConst

    CAIP_ACCOUNT_ADDRESS_REGEX: RegExp = ...
    +
  • Defined in src/caip-types.ts:14
  • \ No newline at end of file diff --git a/staging/variables/CAIP_ACCOUNT_ID_REGEX.html b/staging/variables/CAIP_ACCOUNT_ID_REGEX.html index b0adb8d26..950441255 100644 --- a/staging/variables/CAIP_ACCOUNT_ID_REGEX.html +++ b/staging/variables/CAIP_ACCOUNT_ID_REGEX.html @@ -17,7 +17,7 @@

    Variable CAIP_ACCOUNT_ID_REGEXConst

    CAIP_ACCOUNT_ID_REGEX: RegExp = ...
    +
  • Defined in src/caip-types.ts:11
  • \ No newline at end of file diff --git a/staging/variables/CAIP_CHAIN_ID_REGEX.html b/staging/variables/CAIP_CHAIN_ID_REGEX.html index 79da45d37..51f09c591 100644 --- a/staging/variables/CAIP_CHAIN_ID_REGEX.html +++ b/staging/variables/CAIP_CHAIN_ID_REGEX.html @@ -17,7 +17,7 @@

    Variable CAIP_CHAIN_ID_REGEXConst

    CAIP_CHAIN_ID_REGEX: RegExp = ...
    +
  • Defined in src/caip-types.ts:4
  • \ No newline at end of file diff --git a/staging/variables/CAIP_NAMESPACE_REGEX.html b/staging/variables/CAIP_NAMESPACE_REGEX.html index 0ed9c56b5..fab8cd113 100644 --- a/staging/variables/CAIP_NAMESPACE_REGEX.html +++ b/staging/variables/CAIP_NAMESPACE_REGEX.html @@ -17,7 +17,7 @@

    Variable CAIP_NAMESPACE_REGEXConst

    CAIP_NAMESPACE_REGEX: RegExp = ...
    +
  • Defined in src/caip-types.ts:7
  • \ No newline at end of file diff --git a/staging/variables/CAIP_REFERENCE_REGEX.html b/staging/variables/CAIP_REFERENCE_REGEX.html index 87bb8b188..f63009e5d 100644 --- a/staging/variables/CAIP_REFERENCE_REGEX.html +++ b/staging/variables/CAIP_REFERENCE_REGEX.html @@ -17,7 +17,7 @@

    Variable CAIP_REFERENCE_REGEXConst

    CAIP_REFERENCE_REGEX: RegExp = ...
    +
  • Defined in src/caip-types.ts:9
  • \ No newline at end of file diff --git a/staging/variables/CaipAccountAddressStruct.html b/staging/variables/CaipAccountAddressStruct.html index 87dbf41fd..d531f33fb 100644 --- a/staging/variables/CaipAccountAddressStruct.html +++ b/staging/variables/CaipAccountAddressStruct.html @@ -19,7 +19,7 @@

    Variable CaipAccountAddressStructConst

    A CAIP-10 account address, i.e., the third part of the CAIP account ID.

    +
  • Defined in src/caip-types.ts:43
  • \ No newline at end of file diff --git a/staging/variables/CaipAccountIdStruct.html b/staging/variables/CaipAccountIdStruct.html index d36e70908..720a77f7f 100644 --- a/staging/variables/CaipAccountIdStruct.html +++ b/staging/variables/CaipAccountIdStruct.html @@ -19,7 +19,7 @@

    Variable CaipAccountIdStructConst

    A CAIP-10 account ID, i.e., a human-readable namespace, reference, and account address.

    +
  • Defined in src/caip-types.ts:37
  • \ No newline at end of file diff --git a/staging/variables/CaipChainIdStruct.html b/staging/variables/CaipChainIdStruct.html index 251d147d9..709ca7e04 100644 --- a/staging/variables/CaipChainIdStruct.html +++ b/staging/variables/CaipChainIdStruct.html @@ -19,7 +19,7 @@

    Variable CaipChainIdStructConst

    A CAIP-2 chain ID, i.e., a human-readable namespace and reference.

    +
  • Defined in src/caip-types.ts:19
  • \ No newline at end of file diff --git a/staging/variables/CaipNamespaceStruct.html b/staging/variables/CaipNamespaceStruct.html index f85a47888..3087d8cc9 100644 --- a/staging/variables/CaipNamespaceStruct.html +++ b/staging/variables/CaipNamespaceStruct.html @@ -19,7 +19,7 @@

    Variable CaipNamespaceStructConst

    A CAIP-2 namespace, i.e., the first part of a CAIP chain ID.

    +
  • Defined in src/caip-types.ts:25
  • \ No newline at end of file diff --git a/staging/variables/CaipReferenceStruct.html b/staging/variables/CaipReferenceStruct.html index 63ec24eec..998cad56e 100644 --- a/staging/variables/CaipReferenceStruct.html +++ b/staging/variables/CaipReferenceStruct.html @@ -19,7 +19,7 @@

    Variable CaipReferenceStructConst

    A CAIP-2 reference, i.e., the second part of a CAIP chain ID.

    +
  • Defined in src/caip-types.ts:31
  • \ No newline at end of file diff --git a/staging/variables/ChecksumStruct.html b/staging/variables/ChecksumStruct.html index 3fafdd054..032e8e2ca 100644 --- a/staging/variables/ChecksumStruct.html +++ b/staging/variables/ChecksumStruct.html @@ -17,7 +17,7 @@

    Variable ChecksumStructConst

    ChecksumStruct: Struct<string, null> = ...
    +
  • Defined in src/checksum.ts:5
  • \ No newline at end of file diff --git a/staging/variables/ESCAPE_CHARACTERS_REGEXP.html b/staging/variables/ESCAPE_CHARACTERS_REGEXP.html index c206bd68f..f71588d6c 100644 --- a/staging/variables/ESCAPE_CHARACTERS_REGEXP.html +++ b/staging/variables/ESCAPE_CHARACTERS_REGEXP.html @@ -19,7 +19,7 @@

    Variable ESCAPE_CHARACTERS_REGEXPConst

    Regular expression with pattern matching for (special) escaped characters.

    +
  • Defined in src/misc.ts:139
  • \ No newline at end of file diff --git a/staging/variables/HexAddressStruct.html b/staging/variables/HexAddressStruct.html index 9d1e6392c..ba3b0d455 100644 --- a/staging/variables/HexAddressStruct.html +++ b/staging/variables/HexAddressStruct.html @@ -17,7 +17,7 @@

    Variable HexAddressStructConst

    HexAddressStruct: Struct<`0x${string}`, null> = ...
    +
  • Defined in src/hex.ts:15
  • \ No newline at end of file diff --git a/staging/variables/HexChecksumAddressStruct.html b/staging/variables/HexChecksumAddressStruct.html index e96c25bb8..d84e0685b 100644 --- a/staging/variables/HexChecksumAddressStruct.html +++ b/staging/variables/HexChecksumAddressStruct.html @@ -17,7 +17,7 @@

    Variable HexChecksumAddressStructConst

    HexChecksumAddressStruct: Struct<`0x${string}`, null> = ...
    +
  • Defined in src/hex.ts:19
  • \ No newline at end of file diff --git a/staging/variables/HexStruct.html b/staging/variables/HexStruct.html index da7b49e75..d7cced3c5 100644 --- a/staging/variables/HexStruct.html +++ b/staging/variables/HexStruct.html @@ -17,7 +17,7 @@

    Variable HexStructConst

    HexStruct: Struct<string, null> = ...
    +
  • Defined in src/hex.ts:10
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcErrorStruct.html b/staging/variables/JsonRpcErrorStruct.html index 5e91d1152..bd28c5139 100644 --- a/staging/variables/JsonRpcErrorStruct.html +++ b/staging/variables/JsonRpcErrorStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcErrorStructConst

    JsonRpcErrorStruct: Struct<{
        code: number;
        data: undefined | Object;
        message: string;
        stack: undefined | string;
    }, unknown> = ...
    +
  • Defined in src/json.ts:270
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcFailureStruct.html b/staging/variables/JsonRpcFailureStruct.html index 4ab0f1afc..f3b7a5957 100644 --- a/staging/variables/JsonRpcFailureStruct.html +++ b/staging/variables/JsonRpcFailureStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcFailureStructConst

    JsonRpcFailureStruct: Struct<{
        error: JsonRpcError;
        id: null | string | number;
        jsonrpc: "2.0";
    }, unknown> = ...
    +
  • Defined in src/json.ts:432
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcIdStruct.html b/staging/variables/JsonRpcIdStruct.html index 1f57e28f4..520d68d80 100644 --- a/staging/variables/JsonRpcIdStruct.html +++ b/staging/variables/JsonRpcIdStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcIdStructConst

    JsonRpcIdStruct: Struct<null | string | number, null> = ...
    +
  • Defined in src/json.ts:260
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcNotificationStruct.html b/staging/variables/JsonRpcNotificationStruct.html index 3f02a1320..2e0a99e3d 100644 --- a/staging/variables/JsonRpcNotificationStruct.html +++ b/staging/variables/JsonRpcNotificationStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcNotificationStructConst

    JsonRpcNotificationStruct: Struct<{
        jsonrpc: "2.0";
        method: string;
        params: undefined | Object;
    }, unknown> = ...
    +
  • Defined in src/json.ts:322
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcParamsStruct.html b/staging/variables/JsonRpcParamsStruct.html index ce95d9f40..17f5104ab 100644 --- a/staging/variables/JsonRpcParamsStruct.html +++ b/staging/variables/JsonRpcParamsStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcParamsStructConst

    JsonRpcParamsStruct: Struct<Json[] | Record<string, Json>, null> = ...
    +
  • Defined in src/json.ts:297
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcRequestStruct.html b/staging/variables/JsonRpcRequestStruct.html index 55fb1bf24..2055ac44a 100644 --- a/staging/variables/JsonRpcRequestStruct.html +++ b/staging/variables/JsonRpcRequestStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcRequestStructConst

    JsonRpcRequestStruct: Struct<{
        id: null | string | number;
        jsonrpc: "2.0";
        method: string;
        params: undefined | Object;
    }, unknown> = ...
    +
  • Defined in src/json.ts:302
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcResponseStruct.html b/staging/variables/JsonRpcResponseStruct.html index 501ddbe24..4162e6416 100644 --- a/staging/variables/JsonRpcResponseStruct.html +++ b/staging/variables/JsonRpcResponseStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcResponseStructConst

    JsonRpcResponseStruct: Struct<{
        id: null | string | number;
        jsonrpc: "2.0";
        result: Json;
    } | {
        error: JsonRpcError;
        id: null | string | number;
        jsonrpc: "2.0";
    }, null> = ...
    +
  • Defined in src/json.ts:443
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcSuccessStruct.html b/staging/variables/JsonRpcSuccessStruct.html index 31bfbf96b..29dee35ef 100644 --- a/staging/variables/JsonRpcSuccessStruct.html +++ b/staging/variables/JsonRpcSuccessStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcSuccessStructConst

    JsonRpcSuccessStruct: Struct<{
        id: null | string | number;
        jsonrpc: "2.0";
        result: Json;
    }, unknown> = ...
    +
  • Defined in src/json.ts:416
  • \ No newline at end of file diff --git a/staging/variables/JsonRpcVersionStruct.html b/staging/variables/JsonRpcVersionStruct.html index f2cb1026f..af37f2875 100644 --- a/staging/variables/JsonRpcVersionStruct.html +++ b/staging/variables/JsonRpcVersionStruct.html @@ -17,7 +17,7 @@

    Variable JsonRpcVersionStructConst

    JsonRpcVersionStruct: Struct<"2.0", "2.0"> = ...
    +
  • Defined in src/json.ts:252
  • \ No newline at end of file diff --git a/staging/variables/JsonStruct.html b/staging/variables/JsonStruct.html index 80c64d58c..7ddf1245b 100644 --- a/staging/variables/JsonStruct.html +++ b/staging/variables/JsonStruct.html @@ -21,7 +21,7 @@

    Variable JsonStructConst

    +
  • Defined in src/json.ts:190
  • \ No newline at end of file diff --git a/staging/variables/PendingJsonRpcResponseStruct.html b/staging/variables/PendingJsonRpcResponseStruct.html index 932d1bbfc..7aaf3c922 100644 --- a/staging/variables/PendingJsonRpcResponseStruct.html +++ b/staging/variables/PendingJsonRpcResponseStruct.html @@ -17,7 +17,7 @@

    Variable PendingJsonRpcResponseStructConst

    PendingJsonRpcResponseStruct: Struct<{
        error?: { data?: Json & ExactOptionalGuard; stack?: string; code: number; message: string; };
        id: null | string | number;
        jsonrpc: "2.0";
        result: unknown;
    }, {
        error: Struct<undefined | {
            code: number;
            data: undefined | Object;
            message: string;
            stack: undefined | string;
        }, unknown>;
        id: Struct<null | string | number, null>;
        jsonrpc: Struct<"2.0", "2.0">;
        result: Struct<unknown, null>;
    }> = ...
    +
  • Defined in src/json.ts:399
  • \ No newline at end of file diff --git a/staging/variables/StrictHexStruct.html b/staging/variables/StrictHexStruct.html index 2e512de6c..9cc54387c 100644 --- a/staging/variables/StrictHexStruct.html +++ b/staging/variables/StrictHexStruct.html @@ -17,7 +17,7 @@

    Variable StrictHexStructConst

    StrictHexStruct: Struct<`0x${string}`, null> = ...
    +
  • Defined in src/hex.ts:11
  • \ No newline at end of file diff --git a/staging/variables/UnsafeJsonStruct.html b/staging/variables/UnsafeJsonStruct.html index b348fc690..81048fd98 100644 --- a/staging/variables/UnsafeJsonStruct.html +++ b/staging/variables/UnsafeJsonStruct.html @@ -20,7 +20,7 @@

    Variable UnsafeJsonStructConst Note that this struct is unsafe. For safe validation, use JsonStruct.

    +
  • Defined in src/json.ts:172
  • \ No newline at end of file diff --git a/staging/variables/VersionRangeStruct.html b/staging/variables/VersionRangeStruct.html index 3ec74cfea..1fddf0990 100644 --- a/staging/variables/VersionRangeStruct.html +++ b/staging/variables/VersionRangeStruct.html @@ -17,7 +17,7 @@

    Variable VersionRangeStructConst

    VersionRangeStruct: Struct<SemVerRange, null> = ...
    +
  • Defined in src/versions.ts:72
  • \ No newline at end of file diff --git a/staging/variables/VersionStruct.html b/staging/variables/VersionStruct.html index 0a679287c..77058d7f0 100644 --- a/staging/variables/VersionStruct.html +++ b/staging/variables/VersionStruct.html @@ -19,7 +19,7 @@

    Variable VersionStructConst

    <

    A struct for validating a version string.

    +
  • Defined in src/versions.ts:61
  • \ No newline at end of file diff --git a/staging/variables/jsonrpc2.html b/staging/variables/jsonrpc2.html index 26d72a0ae..0824216d1 100644 --- a/staging/variables/jsonrpc2.html +++ b/staging/variables/jsonrpc2.html @@ -19,7 +19,7 @@

    Variable jsonrpc2Const

    The string '2.0'.

    +
  • Defined in src/json.ts:251
  • \ No newline at end of file