SYMBOL INDEX (3271 symbols across 798 files) FILE: docs/build-api-index.js function exists (line 15) | async function exists(path) { constant ROOT_DIR (line 24) | const ROOT_DIR = path.join(__dirname, '..'); constant PACKAGES_DIR (line 25) | const PACKAGES_DIR = path.join(ROOT_DIR, 'packages'); constant OUTPUT_FILE (line 26) | const OUTPUT_FILE = path.join(ROOT_DIR, 'docs', 'content', 'api', 'index... constant API_GROUP_ORDER (line 56) | const API_GROUP_ORDER = ['Classes', 'Enums', 'Types', 'Functions', 'Vari... constant REFLECTION_KIND_DATA (line 57) | const REFLECTION_KIND_DATA = { function findPackageInfos (line 67) | async function findPackageInfos() { function generateTypeDocJSON (line 96) | async function generateTypeDocJSON(packageInfo) { function processTypeDocJSON (line 136) | function processTypeDocJSON(packageInfo, typeDocJSON) { function generateIndexContent (line 168) | function generateIndexContent(packages) { function wrapApiGroupTitle (line 245) | function wrapApiGroupTitle(content) { function wrapLinks (line 249) | function wrapLinks(links, names) { function main (line 262) | async function main() { FILE: docs/content/docs/tree-shaking.tsx function TreeShaking (line 3) | function TreeShaking() { FILE: docs/src/app/(home)/layout.tsx function Layout (line 5) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/(home)/page.tsx function getExamples (line 12) | function getExamples(): Record { function HomePage (line 24) | function HomePage() { FILE: docs/src/app/(home)/page/code.tsx type Props (line 7) | type Props = Readonly<{ function CodeSection (line 11) | function CodeSection({ examples }: Props) { FILE: docs/src/app/(home)/page/cta.tsx function CtaSection (line 6) | function CtaSection() { FILE: docs/src/app/(home)/page/example-context.tsx constant EXAMPLES (line 5) | const EXAMPLES = ['rpc', 'codecs', 'signers', 'transactions', 'rpc-subsc... constant TIMER_INTERVAL (line 6) | const TIMER_INTERVAL = 8000; type ExampleKey (line 8) | type ExampleKey = (typeof EXAMPLES)[number]; function ExampleProvider (line 24) | function ExampleProvider({ FILE: docs/src/app/(home)/page/features.tsx type Feature (line 22) | type Feature = { function FeaturesSection (line 96) | function FeaturesSection() { FILE: docs/src/app/(home)/page/footer.tsx function FooterSection (line 6) | function FooterSection() { FILE: docs/src/app/(home)/page/hero.tsx function HeroSection (line 6) | function HeroSection() { FILE: docs/src/app/api/[[...slug]]/page.tsx function Page (line 7) | async function Page(props: { params: Promise<{ slug?: string[] }> }) { function generateStaticParams (line 32) | async function generateStaticParams() { function generateMetadata (line 36) | async function generateMetadata(props: { params: Promise<{ slug?: string... FILE: docs/src/app/api/layout.tsx function Layout (line 8) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/docs/[[...slug]]/page.tsx function Page (line 9) | async function Page(props: { params: Promise<{ slug?: string[] }> }) { function generateStaticParams (line 46) | async function generateStaticParams() { function generateMetadata (line 50) | async function generateMetadata(props: { params: Promise<{ slug?: string... FILE: docs/src/app/docs/layout.tsx function Layout (line 8) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/docs/navbar.tsx function Navbar (line 10) | function Navbar({ FILE: docs/src/app/docs/sidebar.tsx function Sidebar (line 24) | function Sidebar({ FILE: docs/src/app/layout.tsx function Layout (line 7) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/llms-full.txt/route.ts function GET (line 7) | async function GET() { FILE: docs/src/app/llms.mdx/api/[[...slug]]/route.ts function GET (line 7) | async function GET(_req: Request, { params }: RouteContext<'/llms.mdx/ap... function generateStaticParams (line 19) | function generateStaticParams() { FILE: docs/src/app/llms.mdx/docs/[[...slug]]/route.ts function GET (line 7) | async function GET(_req: Request, { params }: RouteContext<'/llms.mdx/do... function generateStaticParams (line 19) | function generateStaticParams() { FILE: docs/src/app/llms.mdx/recipes/[[...slug]]/route.ts function GET (line 7) | async function GET(_req: Request, { params }: RouteContext<'/llms.mdx/re... function generateStaticParams (line 19) | function generateStaticParams() { FILE: docs/src/app/logo.tsx function LogoWithSolana (line 3) | function LogoWithSolana({ function Logo (line 62) | function Logo({ className }: React.ComponentProps<'svg'>) { FILE: docs/src/app/recipes/[[...slug]]/page.tsx function Page (line 9) | async function Page(props: { params: Promise<{ slug?: string[] }> }) { function generateStaticParams (line 46) | async function generateStaticParams() { function generateMetadata (line 50) | async function generateMetadata(props: { params: Promise<{ slug?: string... FILE: docs/src/app/recipes/layout.tsx function Layout (line 8) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/components/card-tabs.tsx type CardDefinition (line 15) | interface CardDefinition { type CardTabsProps (line 21) | interface CardTabsProps { function toValue (line 28) | function toValue(title: string): string { function CardTabs (line 43) | function CardTabs({ cards, groupId, persist = false, children }: CardTab... function CardTab (line 122) | function CardTab({ children }: { children: ReactNode }) { FILE: docs/src/components/page-actions.tsx function LLMCopyButton (line 12) | function LLMCopyButton({ function ViewOptions (line 65) | function ViewOptions({ FILE: docs/src/components/ui/button.tsx type ButtonProps (line 29) | type ButtonProps = VariantProps; FILE: docs/src/lib/InKeepSearchDialog.tsx constant AI_ASSISTANT_NAME (line 11) | const AI_ASSISTANT_NAME = 'Kit'; function InKeepSearchDialog (line 13) | function InKeepSearchDialog(props: SharedProps) { FILE: docs/src/lib/Spread.tsx function Spread (line 3) | function Spread({ children }: { children: ReactNode }) { FILE: docs/src/lib/ThemedImage.tsx function ThemedImage (line 4) | function ThemedImage({ FILE: docs/src/lib/get-llm-text.ts function getLLMText (line 4) | async function getLLMText(page: InferPageType = { function createNoopStore (line 19) | function createNoopStore(error?: unknown): ReactiveStore & function WalletAccountIcon (line 10) | function WalletAccountIcon({ account, ...imgProps }: Props) { FILE: examples/react-app/src/components/WalletMenuItemContent.tsx type Props (line 5) | type Props = Readonly<{ function WalletMenuItemContent (line 11) | function WalletMenuItemContent({ children, loading, wallet }: Props) { FILE: examples/react-app/src/context/ChainContext.tsx type ChainContext (line 5) | type ChainContext = Readonly<{ constant DEFAULT_CHAIN_CONFIG (line 14) | const DEFAULT_CHAIN_CONFIG = Object.freeze({ FILE: examples/react-app/src/context/ChainContextProvider.tsx constant STORAGE_KEY (line 6) | const STORAGE_KEY = 'solana-example-react-app:selected-chain'; function ChainContextProvider (line 8) | function ChainContextProvider({ children }: { children: React.ReactNode ... FILE: examples/react-app/src/context/RpcContextProvider.tsx type Props (line 7) | type Props = Readonly<{ function RpcContextProvider (line 11) | function RpcContextProvider({ children }: Props) { FILE: examples/react-app/src/errors.tsx constant NO_ERROR (line 11) | const NO_ERROR = Symbol(); function getErrorMessage (line 13) | function getErrorMessage(err: unknown, fallbackMessage: React.ReactNode)... FILE: examples/react-app/src/functions/balance.ts function balanceSubscribe (line 20) | function balanceSubscribe( FILE: examples/react-app/src/hooks/useStable.ts constant UNRESOLVED (line 4) | const UNRESOLVED = Symbol(); function useStable (line 6) | function useStable(getValue: () => T): T { FILE: examples/react-app/src/main.tsx constant STORAGE_KEY (line 15) | const STORAGE_KEY = 'solana-wallet-standard-example-react:selected-walle... FILE: examples/react-app/src/routes/root.tsx function Root (line 18) | function Root() { FILE: examples/react-app/src/storage.ts function guard (line 17) | function guard( FILE: examples/react-app/vite.config.ts function replaceProcessEnv (line 4) | function replaceProcessEnv(mode: string): Plugin { FILE: examples/rpc-custom-api/src/example.ts type AssetMetadata (line 30) | type AssetMetadata = Readonly<{ type TritonGetAssetApi (line 35) | type TritonGetAssetApi = { method defineProperty (line 54) | defineProperty() { method deleteProperty (line 57) | deleteProperty() { method get (line 60) | get(target, p, receiver): (address: Address) => RpcPlan { FILE: examples/rpc-transport-throttled/src/example.ts constant MAX_RPS (line 24) | const MAX_RPS = 2; type QueuedRequest (line 31) | type QueuedRequest = Readonly<{ function getThrottledTransport (line 37) | function getThrottledTransport( FILE: examples/signers/src/example.ts function getTransferSolTransactionMessage (line 51) | function getTransferSolTransactionMessage(signer: TransactionSigner) { function signMessage (line 78) | async function signMessage(signer: MessagePartialSigner, message: string) { function signTransaction (line 91) | async function signTransaction( function signTransactionWithSigners (line 112) | async function signTransactionWithSigners( FILE: examples/token-airdrop/src/example.ts constant SOURCE_ACCOUNT_SIGNER (line 45) | const SOURCE_ACCOUNT_SIGNER = await createKeyPairSignerFromBytes( method createTransactionMessage (line 100) | createTransactionMessage() { function estimateWithMultiplier (line 150) | async function estimateWithMultiplier(...args: Parameters) { function createLoggerWithName (line 33) | function createLoggerWithName(name: string, stream: DestinationStream) { function createLogger (line 43) | function createLogger(name: string) { function createLoggerWithTimestamp (line 49) | function createLoggerWithTimestamp(name: string) { FILE: packages/accounts/src/__tests__/__setup__.ts type Base64RpcAccount (line 14) | type Base64RpcAccount = AccountInfoBase & AccountInfoWithBase64EncodedData; type Base58RpcAccount (line 15) | type Base58RpcAccount = AccountInfoBase & (AccountInfoWithBase58Bytes | ... type JsonParsedRpcAccount (line 16) | type JsonParsedRpcAccount = AccountInfoBase & { readonly data: JsonParse... function getMockRpc (line 18) | function getMockRpc( function getMockDecoder (line 42) | function getMockDecoder(mockValue: T): Decoder { FILE: packages/accounts/src/__tests__/decode-account-test.ts type MockData (line 85) | type MockData = { foo: 42 }; type MockData (line 135) | type MockData = { foo: 42 }; FILE: packages/accounts/src/__tests__/fetch-account-test.ts type MyData (line 114) | type MyData = { mint: Address; owner: Address }; type MyData (line 150) | type MyData = { mint: Address; owner: Address }; type MyData (line 288) | type MyData = { mint: Address; owner: Address }; FILE: packages/accounts/src/__tests__/parse-account-test.ts type MyData (line 208) | type MyData = { mint: Address; owner: Address }; type MyData (line 257) | type MyData = { blockhash: string; feeCalculator: { lamportsPerSignature... type MyData (line 294) | type MyData = { mint: Address }; type MyData (line 326) | type MyData = { mint: Address }; type MyData (line 354) | type MyData = { mint: Address }; type MyData (line 423) | type MyData = { blockhash: string; feeCalculator: { lamportsPerSignature... type MyData (line 480) | type MyData = { mint: Address; owner: Address }; FILE: packages/accounts/src/__typetests__/decode-account-typetest.ts type MockData (line 8) | type MockData = { foo: 42 }; type MockDataDecoder (line 9) | type MockDataDecoder = Decoder; FILE: packages/accounts/src/__typetests__/fetch-account-typetest.ts type MockData (line 26) | type MockData = { foo: 42 }; type MockData (line 58) | type MockData = { foo: 42 }; type OtherMockData (line 59) | type OtherMockData = { bar: 42 }; FILE: packages/accounts/src/__typetests__/maybe-account-typetest.ts type MockData (line 6) | type MockData = { foo: 42 }; FILE: packages/accounts/src/__typetests__/parse-account-typetest.ts type MyData (line 9) | type MyData = { mint: Address; token: Address }; FILE: packages/accounts/src/account.ts constant BASE_ACCOUNT_SIZE (line 13) | const BASE_ACCOUNT_SIZE = 128; type BaseAccount (line 31) | type BaseAccount = { type Account (line 73) | type Account = Account(account: Account | M... function assertAccountDecoded (line 101) | function assertAccountDecoded( function fetchJsonParsedAccount (line 89) | async function fetchJsonParsedAccount = MaybeAccoun... function assertAccountExists (line 90) | function assertAccountExists( type Base58EncodedRpcAccount (line 46) | type Base58EncodedRpcAccount = AccountInfoBase & (AccountInfoWithBase58B... function parseBase58RpcAccount (line 69) | function parseBase58RpcAccount( type JsonParsedRpcAccount (line 78) | type JsonParsedRpcAccount = AccountInfoBase & { readonly data: JsonParse... type ParsedAccountMeta (line 79) | type ParsedAccountMeta = { program: string; type?: string }; type JsonParsedAccountData (line 80) | type JsonParsedAccountData = TData & { parsedAccou... function parseJsonRpcAccount (line 104) | function parseJsonRpcAccount = Readonly<{ FILE: packages/accounts/src/rpc-api/getAccountInfo.ts type GetAccountInfoApiResponseBase (line 15) | type GetAccountInfoApiResponseBase = SolanaRpcResponse = Readonly<{ type GetAccountInfoApiCommonConfig (line 21) | type GetAccountInfoApiCommonConfig = Readonly<{ type GetAccountInfoApiSliceableCommonConfig (line 53) | type GetAccountInfoApiSliceableCommonConfig = Readonly<{ type GetAccountInfoApi (line 64) | type GetAccountInfoApi = { FILE: packages/accounts/src/rpc-api/getMultipleAccounts.ts type GetMultipleAccountsApiResponseBase (line 14) | type GetMultipleAccountsApiResponseBase = AccountInfoBase | null; type GetMultipleAccountsApiCommonConfig (line 16) | type GetMultipleAccountsApiCommonConfig = Readonly<{ type GetMultipleAccountsApiSliceableCommonConfig (line 48) | type GetMultipleAccountsApiSliceableCommonConfig = Readonly<{ type GetMultipleAccountsApi (line 59) | type GetMultipleAccountsApi = { FILE: packages/addresses/src/__tests__/curve-test.ts constant OFF_CURVE_KEY_BYTES (line 11) | const OFF_CURVE_KEY_BYTES = [ constant ON_CURVE_KEY_BYTES (line 22) | const ON_CURVE_KEY_BYTES = [ constant ON_CURVE_ADDRESSES (line 33) | const ON_CURVE_ADDRESSES = [ constant OFF_CURVE_ADDRESSES (line 40) | const OFF_CURVE_ADDRESSES = [ FILE: packages/addresses/src/__tests__/public-key-test.ts constant MOCK_PUBLIC_KEY_BYTES (line 5) | const MOCK_PUBLIC_KEY_BYTES = new Uint8Array([ FILE: packages/addresses/src/address.ts type Address (line 27) | type Address = Brand { function getMemoizedBase58Decoder (line 37) | function getMemoizedBase58Decoder(): Decoder { function isAddress (line 60) | function isAddress(putativeAddress: string): putativeAddress is Address<... function assertIsAddress (line 104) | function assertIsAddress(putativeAddress: string): asserts putativeAddre... function address (line 150) | function address(putativeAddress: TAdd... function getAddressEncoder (line 173) | function getAddressEncoder(): FixedSizeEncoder { function getAddressDecoder (line 197) | function getAddressDecoder(): FixedSizeDecoder { function getAddressCodec (line 207) | function getAddressCodec(): FixedSizeCodec { function getAddressComparator (line 211) | function getAddressComparator(): (x: string, y: string) => number { FILE: packages/addresses/src/curve-internal.ts function byteToHex (line 5) | function byteToHex(byte: number): string { function decompressPointBytes (line 14) | function decompressPointBytes(bytes: ReadonlyUint8Array): bigint { function compressedPointBytesAreOnCurve (line 20) | function compressedPointBytesAreOnCurve(bytes: ReadonlyUint8Array): bool... FILE: packages/addresses/src/curve.ts type OffCurveAddress (line 14) | type OffCurveAddress = AffinePoint( function assertIsOffCurveAddress (line 68) | function assertIsOffCurveAddress( function offCurveAddress (line 80) | function offCurveAddress( FILE: packages/addresses/src/program-derived-address.ts type ProgramDerivedAddress (line 28) | type ProgramDerivedAddress = Readonly< type ProgramDerivedAddressBump (line 36) | type ProgramDerivedAddressBump = Brand( function assertIsProgramDerivedAddress (line 64) | function assertIsProgramDerivedAddress( type ProgramDerivedAddressInput (line 80) | type ProgramDerivedAddressInput = Readonly<{ type SeedInput (line 85) | type SeedInput = Readonly<{ type Seed (line 91) | type Seed = ReadonlyUint8Array | string; constant MAX_SEED_LENGTH (line 93) | const MAX_SEED_LENGTH = 32; constant MAX_SEEDS (line 94) | const MAX_SEEDS = 16; constant PDA_MARKER_BYTES (line 95) | const PDA_MARKER_BYTES = [ function createProgramDerivedAddress (line 100) | async function createProgramDerivedAddress({ programAddress, seeds }: Pr... function getProgramDerivedAddress (line 156) | async function getProgramDerivedAddress({ function createAddressWithSeed (line 196) | async function createAddressWithSeed({ baseAddress, programAddress, seed... FILE: packages/addresses/src/public-key.ts function getAddressFromPublicKey (line 16) | async function getAddressFromPublicKey(publicKey: CryptoKey): Promise(value: T | null | undefined): value is NonNullable... type Token (line 38) | type Token = ReturnType['children'][number]; FILE: packages/build-scripts/current-linked-version.ts function getCurrentLinkedVersion (line 3) | async function getCurrentLinkedVersion() { FILE: packages/build-scripts/dev-flag.ts type Loader (line 5) | type Loader = NonNullable< type Plugin (line 8) | type Plugin = NonNullable[number]; function replaceDev (line 10) | function replaceDev(source: string): string { method setup (line 31) | setup(build) { FILE: packages/build-scripts/getBaseConfig.ts type Platform (line 8) | type Platform = constant BROWSERSLIST_TARGETS (line 14) | const BROWSERSLIST_TARGETS = browsersListToEsBuild(); function getBaseConfig (line 16) | function getBaseConfig(platform: Platform, formats: Format[], _options: ... FILE: packages/build-scripts/github-api.ts constant GITHUB_TOKEN (line 8) | const GITHUB_TOKEN = config.token ?? (process.env.GH_TOKEN || process.en... function getGitHubApi (line 17) | function getGitHubApi(): Octokit { FILE: packages/build-scripts/prior-release.ts function cmpVersions (line 7) | function cmpVersions(a: string, b: string): number { function getPriorRelease (line 24) | async function getPriorRelease(version: string): Promise<{ FILE: packages/build-scripts/tsup.config.package.bundled_8gpidqojr8.mjs function replaceDev (line 11) | function replaceDev(source) { method setup (line 31) | setup(build) { function getBaseConfig (line 46) | function getBaseConfig(platform, formats, _options) { FILE: packages/codecs-core/src/__benchmarks__/run.ts method read (line 17) | read(bytes, offset) { method write (line 20) | write(value, bytes, offset) { function randomizeBytes (line 27) | function randomizeBytes() { FILE: packages/codecs-core/src/__tests__/__setup__.ts method read (line 7) | read(bytes, offset) { method write (line 11) | write(value: string, bytes, offset) { type GetMockCodecConfig (line 19) | type GetMockCodecConfig = { type GetMockCodecReturnType (line 26) | type GetMockCodecReturnType = Codec & { function getMockCodec (line 36) | function getMockCodec(config: GetMockCodecConfig = {}): GetMockCodecRetu... function expectNewPreOffset (line 45) | function expectNewPreOffset( function expectNewPostOffset (line 58) | function expectNewPostOffset(codec: FixedSizeCodec, preOffset: ... FILE: packages/codecs-core/src/__tests__/fix-codec-size-test.ts method read (line 80) | read(bytes, offset = 0): [number, number] { FILE: packages/codecs-core/src/__tests__/transform-codec-test.ts type Wrap (line 62) | type Wrap = { value: T }; type Strict (line 75) | type Strict = { discriminator: number; label: string }; type Loose (line 95) | type Loose = { discriminator?: number; label: string }; FILE: packages/codecs-core/src/__typetests__/offset-codec-typetest.ts type BrandedEncoder (line 14) | type BrandedEncoder = Encoder<42> & { readonly __brand: unique symbol }; type BrandedDecoder (line 15) | type BrandedDecoder = Decoder<42> & { readonly __brand: unique symbol }; type BrandedCodec (line 16) | type BrandedCodec = Codec<42> & { readonly __brand: unique symbol }; FILE: packages/codecs-core/src/__typetests__/pad-codec-typetest.ts type BrandedEncoder (line 21) | type BrandedEncoder = Encoder<42> & { readonly __brand: unique symbol }; type BrandedDecoder (line 22) | type BrandedDecoder = Decoder<42> & { readonly __brand: unique symbol }; type BrandedCodec (line 23) | type BrandedCodec = Codec<42> & { readonly __brand: unique symbol }; FILE: packages/codecs-core/src/__typetests__/resize-codec-typetest.ts type NumberToArray (line 14) | type NumberToArray = T['leng... type Increment (line 17) | type Increment = [...NumberToArray, unknown]['lengt... type BrandedEncoder (line 21) | type BrandedEncoder = Encoder<42> & { readonly __brand: unique symbol }; type BrandedDecoder (line 41) | type BrandedDecoder = Decoder<42> & { readonly __brand: unique symbol }; type BrandedCodec (line 61) | type BrandedCodec = Codec<42> & { readonly __brand: unique symbol }; FILE: packages/codecs-core/src/add-codec-sentinel.ts function addEncoderSentinel (line 43) | function addEncoderSentinel(encoder: Encoder, sentinel: Re... function addDecoderSentinel (line 91) | function addDecoderSentinel(decoder: Decoder, sentinel: Readon... function addCodecSentinel (line 170) | function addCodecSentinel( function findSentinelIndex (line 177) | function findSentinelIndex(bytes: ReadonlyUint8Array, sentinel: Readonly... function hexBytes (line 184) | function hexBytes(bytes: ReadonlyUint8Array): string { FILE: packages/codecs-core/src/add-codec-size-prefix.ts type NumberEncoder (line 19) | type NumberEncoder = Encoder | Encoder; type FixedSizeNumberEncoder (line 20) | type FixedSizeNumberEncoder = type NumberDecoder (line 23) | type NumberDecoder = Decoder | Decoder; type FixedSizeNumberDecoder (line 24) | type FixedSizeNumberDecoder = type NumberCodec (line 27) | type NumberCodec = Codec | Codec; type FixedSizeNumberCodec (line 28) | type FixedSizeNumberCodec = function addEncoderSizePrefix (line 46) | function addEncoderSizePrefix(encoder: Encoder, prefix: Nu... function addDecoderSizePrefix (line 89) | function addDecoderSizePrefix(decoder: Decoder, prefix: Number... function addCodecSizePrefix (line 156) | function addCodecSizePrefix( FILE: packages/codecs-core/src/array-buffers.ts function toArrayBuffer (line 10) | function toArrayBuffer(bytes: ReadonlyUint8Array | Uint8Array, offset?: ... FILE: packages/codecs-core/src/assertions.ts function assertByteArrayIsNotEmptyForCodec (line 28) | function assertByteArrayIsNotEmptyForCodec( function assertByteArrayHasEnoughBytesForCodec (line 61) | function assertByteArrayHasEnoughBytesForCodec( function assertByteArrayOffsetIsNotOutOfRange (line 95) | function assertByteArrayOffsetIsNotOutOfRange(codecDescription: string, ... FILE: packages/codecs-core/src/bytes.ts function padBytes (line 63) | function padBytes(bytes: ReadonlyUint8Array, length: number): ReadonlyUi... function containsBytes (line 121) | function containsBytes( function bytesEqual (line 146) | function bytesEqual(bytes1: ReadonlyUint8Array | Uint8Array, bytes2: Rea... FILE: packages/codecs-core/src/codec.ts type Offset (line 12) | type Offset = number; type BaseEncoder (line 25) | type BaseEncoder = { type FixedSizeEncoder (line 54) | type FixedSizeEncoder = BaseEncode... type VariableSizeEncoder (line 77) | type VariableSizeEncoder = BaseEncoder & { type Encoder (line 135) | type Encoder = FixedSizeEncoder | VariableSizeEncoder; type BaseDecoder (line 148) | type BaseDecoder = { type FixedSizeDecoder (line 177) | type FixedSizeDecoder = BaseDecoder<... type VariableSizeDecoder (line 199) | type VariableSizeDecoder = BaseDecoder & { type Decoder (line 255) | type Decoder = FixedSizeDecoder | VariableSizeDecoder; type FixedSizeCodec (line 278) | type FixedSizeCodec = VariableSizeD... type Codec (line 371) | type Codec = FixedSizeCodec( function createEncoder (line 490) | function createEncoder( function createDecoder (line 593) | function createDecoder( function createCodec (line 718) | function createCodec( function isFixedSize (line 780) | function isFixedSize(codec: { fixedSize: number } | { maxSize?: number }... function assertIsFixedSize (line 827) | function assertIsFixedSize( function isVariableSize (line 873) | function isVariableSize(codec: { fixedSize: number } | { maxSize?: numbe... function assertIsVariableSize (line 919) | function assertIsVariableSize( FILE: packages/codecs-core/src/combine-codec.ts function combineCodec (line 103) | function combineCodec( FILE: packages/codecs-core/src/decoder-entire-byte-array.ts function createDecoderThatConsumesEntireByteArray (line 31) | function createDecoderThatConsumesEntireByteArray(decoder: Decoder... FILE: packages/codecs-core/src/fix-codec-size.ts function fixEncoderSize (line 47) | function fixEncoderSize( function fixDecoderSize (line 95) | function fixDecoderSize( function fixCodecSize (line 165) | function fixCodecSize( FILE: packages/codecs-core/src/offset-codec.ts type AnyEncoder (line 7) | type AnyEncoder = Encoder; type AnyDecoder (line 9) | type AnyDecoder = Decoder; type AnyCodec (line 11) | type AnyCodec = Codec; type OffsetConfig (line 52) | type OffsetConfig = { type PreOffsetFunctionScope (line 87) | type PreOffsetFunctionScope = { type PreOffsetFunction (line 120) | type PreOffsetFunction = (scope: PreOffsetFunctionScope) => Offset; type PostOffsetFunction (line 154) | type PostOffsetFunction = ( function offsetEncoder (line 217) | function offsetEncoder(encoder: TEncoder, c... function offsetDecoder (line 288) | function offsetDecoder(decoder: TDecoder, c... function offsetCodec (line 371) | function offsetCodec(codec: TCodec, config: Off... function modulo (line 376) | function modulo(dividend: number, divisor: number) { FILE: packages/codecs-core/src/pad-codec.ts type AnyEncoder (line 7) | type AnyEncoder = Encoder; type AnyDecoder (line 9) | type AnyDecoder = Decoder; type AnyCodec (line 11) | type AnyCodec = Codec; function padLeftEncoder (line 34) | function padLeftEncoder(encoder: TEncoder, ... function padRightEncoder (line 62) | function padRightEncoder(encoder: TEncoder,... function padLeftDecoder (line 90) | function padLeftDecoder(decoder: TDecoder, ... function padRightDecoder (line 118) | function padRightDecoder(decoder: TDecoder,... function padLeftCodec (line 158) | function padLeftCodec(codec: TCodec, offset: Of... function padRightCodec (line 195) | function padRightCodec(codec: TCodec, offset: O... FILE: packages/codecs-core/src/readonly-uint8array.ts type ReadonlyUint8Array (line 14) | interface ReadonlyUint8Array; type AnyDecoder (line 19) | type AnyDecoder = Decoder; type AnyCodec (line 21) | type AnyCodec = Codec; function resizeEncoder (line 67) | function resizeEncoder( function resizeDecoder (line 140) | function resizeDecoder( function resizeCodec (line 207) | function resizeCodec(codec: TCodec, resize: (si... FILE: packages/codecs-core/src/reverse-codec.ts function copySourceToTargetInReverse (line 12) | function copySourceToTargetInReverse( function reverseEncoder (line 56) | function reverseEncoder( function reverseDecoder (line 101) | function reverseDecoder( function reverseCodec (line 155) | function reverseCodec( FILE: packages/codecs-core/src/transform-codec.ts function transformEncoder (line 57) | function transformEncoder( function transformDecoder (line 108) | function transformDecoder( function transformCodec (line 199) | function transformCodec( function getArrayDecoder (line 171) | function getArrayDecoder(item: Decoder, config: ArrayCodecConf... function getArrayCodec (line 289) | function getArrayCodec( function computeArrayLikeCodecSize (line 296) | function computeArrayLikeCodecSize(size: number | object | 'remainder', ... FILE: packages/codecs-data-structures/src/assertions.ts function assertValidNumberOfItemsForCodec (line 4) | function assertValidNumberOfItemsForCodec( FILE: packages/codecs-data-structures/src/bit-array.ts type BitArrayCodecConfig (line 21) | type BitArrayCodecConfig = { function getBitArrayEncoder (line 61) | function getBitArrayEncoder( function getBitArrayDecoder (line 119) | function getBitArrayDecoder( function getBitArrayCodec (line 198) | function getBitArrayCodec( FILE: packages/codecs-data-structures/src/boolean.ts type BooleanCodecConfig (line 38) | type BooleanCodecConfig = {... function getBooleanDecoder (line 108) | function getBooleanDecoder(config: BooleanCodecConfig = {... function getBooleanCodec (line 161) | function getBooleanCodec(config: BooleanCodecConfig = {}): ... FILE: packages/codecs-data-structures/src/bytes.ts function getBytesEncoder (line 36) | function getBytesEncoder(): VariableSizeEncoder { function getBytesCodec (line 113) | function getBytesCodec(): VariableSizeCodec( function getConstantDecoder (line 75) | function getConstantDecoder( function getConstantCodec (line 131) | function getConstantCodec( FILE: packages/codecs-data-structures/src/discriminated-union.ts type DiscriminatedUnion (line 37) | type DiscriminatedUnion< type GetDiscriminatedUnionVariant (line 62) | type GetDiscriminatedUnionVariant< type GetDiscriminatedUnionVariantContent (line 86) | type GetDiscriminatedUnionVariantContent< type DiscriminatedUnionCodecConfig (line 100) | type DiscriminatedUnionCodecConfig< type DiscriminatorValue (line 116) | type DiscriminatorValue = bigint | boolean | number | string | null | un... type Variants (line 117) | type Variants = readonly (readonly [DiscriminatorValue, T])[]; type ArrayIndices (line 118) | type ArrayIndices = Exclude['le... type GetEncoderTypeFromVariants (line 120) | type GetEncoderTypeFromVariants< type GetDecoderTypeFromVariants (line 131) | type GetDecoderTypeFromVariants< type UnionEncoder (line 142) | type UnionEncoder>, TDiscrim... type UnionDecoder (line 147) | type UnionDecoder>, TDiscrim... type UnionCodec (line 152) | type UnionCodec>, TDi... function getDiscriminatedUnionEncoder (line 206) | function getDiscriminatedUnionEncoder< function getDiscriminatedUnionDecoder (line 262) | function getDiscriminatedUnionDecoder< function getDiscriminatedUnionCodec (line 354) | function getDiscriminatedUnionCodec< function getVariantDiscriminator (line 372) | function getVariantDiscriminator = TEnum[keyof TEnum] | ... type GetEnumTo (line 31) | type GetEnumTo = TEnum[keyof TEnum]; function getEnumStats (line 33) | function getEnumStats(constructor: EnumLookupObject) { function getEnumIndexFromVariant (line 48) | function getEnumIndexFromVariant({ function getEnumIndexFromDiscriminator (line 62) | function getEnumIndexFromDiscriminator({ function findLastIndex (line 79) | function findLastIndex(array: Array, predicate: (value: T, index: ... function formatNumericalValues (line 87) | function formatNumericalValues(values: number[]): string { FILE: packages/codecs-data-structures/src/enum.ts type EnumCodecConfig (line 53) | type EnumCodecConfig( function getEnumDecoder (line 175) | function getEnumDecoder( function getEnumCodec (line 304) | function getEnumCodec( FILE: packages/codecs-data-structures/src/hidden-prefix.ts function getHiddenPrefixEncoder (line 57) | function getHiddenPrefixEncoder( function getHiddenPrefixDecoder (line 103) | function getHiddenPrefixDecoder( function getHiddenPrefixCodec (line 175) | function getHiddenPrefixCodec( FILE: packages/codecs-data-structures/src/hidden-suffix.ts function getHiddenSuffixEncoder (line 57) | function getHiddenSuffixEncoder( function getHiddenSuffixDecoder (line 103) | function getHiddenSuffixDecoder( function getHiddenSuffixCodec (line 175) | function getHiddenSuffixCodec( FILE: packages/codecs-data-structures/src/literal-union.ts type LiteralUnionCodecConfig (line 40) | type LiteralUnionCodecConfig = TVarian... function getLiteralUnionEncoder (line 89) | function getLiteralUnionEncoder( FILE: packages/codecs-data-structures/src/map.ts type MapCodecConfig (line 32) | type MapCodecConfig( function getMapDecoder (line 142) | function getMapDecoder( function getMapCodec (line 274) | function getMapCodec< FILE: packages/codecs-data-structures/src/nullable.ts type NullableCodecConfig (line 51) | type NullableCodecConfig( function getNullableDecoder (line 195) | function getNullableDecoder( function getNullableCodec (line 347) | function getNullableCodec( FILE: packages/codecs-data-structures/src/pattern-match.ts type PatternMatchEncoderEntry (line 22) | type PatternMatchEncoderEntry = TNarrowed ... type FixedSizePatternMatchEncoderEntry (line 29) | type FixedSizePatternMatchEncoderEntry< type VariableSizePatternMatchEncoderEntry (line 40) | type VariableSizePatternMatchEncoderEntry ... function getPatternMatchEncoder (line 102) | function getPatternMatchEncoder(patterns: PatternMatchEncoderEntr... function getPatternMatchDecoder (line 161) | function getPatternMatchDecoder( type PatternMatchCodecEntry (line 178) | type PatternMatchCodecEntry( FILE: packages/codecs-data-structures/src/predicate.ts function getPredicateEncoder (line 70) | function getPredicateEncoder( function getPredicateDecoder (line 130) | function getPredicateDecoder( function getPredicateCodec (line 203) | function getPredicateCodec( FILE: packages/codecs-data-structures/src/set.ts type SetCodecConfig (line 31) | type SetCodecConfig( function getSetDecoder (line 120) | function getSetDecoder(item: Decoder, config: SetCodecConfig( FILE: packages/codecs-data-structures/src/struct.ts type Fields (line 30) | type Fields = readonly (readonly [string, T])[]; type ArrayIndices (line 32) | type ArrayIndices = Exclude['le... type GetEncoderTypeFromFields (line 41) | type GetEncoderTypeFromFields>> = Dr... type GetDecoderTypeFromFields (line 52) | type GetDecoderTypeFromFields>> = Dr... function getStructEncoder (line 91) | function getStructEncoder>>( function getStructDecoder (line 153) | function getStructDecoder>>( function getStructCodec (line 232) | function getStructCodec>>( FILE: packages/codecs-data-structures/src/tuple.ts type GetEncoderTypeFromItems (line 29) | type GetEncoderTypeFromItems[]> = D... type GetDecoderTypeFromItems (line 40) | type GetDecoderTypeFromItems[]> = D... type TupleCodecConfig (line 47) | type TupleCodecConfig = { function getTupleEncoder (line 89) | function getTupleEncoder[]>( function getTupleDecoder (line 147) | function getTupleDecoder[]>( function getTupleCodec (line 220) | function getTupleCodec[]>( FILE: packages/codecs-data-structures/src/union.ts type GetEncoderTypeFromVariants (line 28) | type GetEncoderTypeFromVariants[... type GetDecoderTypeFromVariants (line 39) | type GetDecoderTypeFromVariants[... type UnionEncoder (line 43) | type UnionEncoder[]> = TVari... type UnionDecoder (line 47) | type UnionDecoder[]> = TVari... type UnionCodec (line 51) | type UnionCodec[]> = TVariants... function getUnionEncoder (line 97) | function getUnionEncoder[]>( function getUnionDecoder (line 157) | function getUnionDecoder[]>( function getUnionCodec (line 224) | function getUnionCodec[]>( function assertValidVariantIndex (line 237) | function assertValidVariantIndex(variants: readonly unknown[], index: nu... function getUnionFixedSize (line 247) | function getUnionFixedSize ... FILE: packages/codecs-data-structures/src/unit.ts function getUnitEncoder (line 30) | function getUnitEncoder(): FixedSizeEncoder { function getUnitDecoder (line 56) | function getUnitDecoder(): FixedSizeDecoder { function getUnitCodec (line 109) | function getUnitCodec(): FixedSizeCodec { FILE: packages/codecs-data-structures/src/utils.ts type DrainOuterGeneric (line 13) | type DrainOuterGeneric = [T] extends [unknown] ? T : never; function maxCodecSizes (line 15) | function maxCodecSizes(sizes: (number | null)[]): number | null { function sumCodecSizes (line 22) | function sumCodecSizes(sizes: (number | null)[]): number | null { function getFixedSize (line 26) | function getFixedSize(codec: { fixedSize: number } | { maxSize?: number ... function getMaxSize (line 30) | function getMaxSize(codec: { fixedSize: number } | { maxSize?: number })... FILE: packages/codecs-numbers/src/__tests__/__setup__.ts type RangeErrorValues (line 27) | type RangeErrorValues = { method read (line 51) | read(bytes, offset) { method write (line 55) | write(value: string, bytes, offset) { FILE: packages/codecs-numbers/src/__tests__/f32-test.ts constant APPROX_PI (line 5) | const APPROX_PI = 3.1415927410125732; FILE: packages/codecs-numbers/src/__tests__/f64-test.ts constant APPROX_PI (line 5) | const APPROX_PI = 3.141592653589793; FILE: packages/codecs-numbers/src/__tests__/i128-test.ts constant MIN (line 5) | const MIN = -BigInt('0x7fffffffffffffffffffffffffffffff') - 1n; constant MAX (line 6) | const MAX = BigInt('0x7fffffffffffffffffffffffffffffff'); FILE: packages/codecs-numbers/src/__tests__/i16-test.ts constant MIN (line 5) | const MIN = -Number('0x7fff') - 1; constant MAX (line 6) | const MAX = Number('0x7fff'); FILE: packages/codecs-numbers/src/__tests__/i32-test.ts constant MIN (line 5) | const MIN = -Number('0x7fffffff') - 1; constant MAX (line 6) | const MAX = Number('0x7fffffff'); FILE: packages/codecs-numbers/src/__tests__/i64-test.ts constant MIN (line 5) | const MIN = -BigInt('0x7fffffffffffffff') - 1n; constant MAX (line 6) | const MAX = BigInt('0x7fffffffffffffff'); FILE: packages/codecs-numbers/src/__tests__/i8-test.ts constant MIN (line 4) | const MIN = -Number('0x7f') - 1; constant MAX (line 5) | const MAX = Number('0x7f'); FILE: packages/codecs-numbers/src/__tests__/short-u16-test.ts constant MIN (line 4) | const MIN = 0; constant MAX (line 5) | const MAX = 65535; FILE: packages/codecs-numbers/src/__tests__/u128-test.ts constant MIN (line 5) | const MIN = 0n; constant MAX (line 6) | const MAX = BigInt('0xffffffffffffffffffffffffffffffff'); constant HALF (line 7) | const HALF = BigInt('0xffffffffffffffff'); FILE: packages/codecs-numbers/src/__tests__/u16-test.ts constant MIN (line 5) | const MIN = 0; constant MAX (line 6) | const MAX = Number('0xffff'); constant HALF (line 7) | const HALF = Number('0xff'); FILE: packages/codecs-numbers/src/__tests__/u32-test.ts constant MIN (line 5) | const MIN = 0; constant MAX (line 6) | const MAX = Number('0xffffffff'); constant HALF (line 7) | const HALF = Number('0xffff'); FILE: packages/codecs-numbers/src/__tests__/u64-test.ts constant MIN (line 5) | const MIN = 0n; constant MAX (line 6) | const MAX = BigInt('0xffffffffffffffff'); constant HALF (line 7) | const HALF = BigInt('0xffffffff'); FILE: packages/codecs-numbers/src/__tests__/u8-test.ts constant MIN (line 4) | const MIN = 0; constant MAX (line 5) | const MAX = Number('0xff'); FILE: packages/codecs-numbers/src/assertions.ts function assertNumberIsBetweenForCodec (line 28) | function assertNumberIsBetweenForCodec( FILE: packages/codecs-numbers/src/common.ts type NumberEncoder (line 10) | type NumberEncoder = Encoder; type FixedSizeNumberEncoder (line 21) | type FixedSizeNumberEncoder = FixedSizeEn... type NumberDecoder (line 30) | type NumberDecoder = Decoder | Decoder; type FixedSizeNumberDecoder (line 41) | type FixedSizeNumberDecoder = type NumberCodec (line 53) | type NumberCodec = Codec | Codec = type NumberCodecConfig (line 76) | type NumberCodecConfig = { type Endian (line 91) | enum Endian { FILE: packages/codecs-numbers/src/utils.ts type NumberFactorySharedInput (line 15) | type NumberFactorySharedInput = { type NumberFactoryEncoderInput (line 21) | type NumberFactoryEncoderInput = NumberFact... type NumberFactoryDecoderInput (line 26) | type NumberFactoryDecoderInput = NumberFactor... function isLittleEndian (line 30) | function isLittleEndian(config?: NumberCodecConfig): boolean { function numberEncoderFactory (line 34) | function numberEncoderFactory(publicKey: PublicK... FILE: packages/compat/src/instruction.ts function fromLegacyTransactionInstruction (line 19) | function fromLegacyTransactionInstruction(legacyInstruction: Transaction... function determineRole (line 35) | function determineRole(isSigner: boolean, isWritable: boolean): AccountR... FILE: packages/compat/src/keypair.ts function fromLegacyKeypair (line 16) | async function fromLegacyKeypair(keypair: Keypair, extractable?: boolean... FILE: packages/compat/src/transaction.ts function convertSignatures (line 7) | function convertSignatures(transaction: VersionedTransaction, staticAcco... function fromVersionedTransaction (line 34) | function fromVersionedTransaction(transaction: VersionedTransaction): Tr... FILE: packages/crypto-impl/tsup.config.ts method outExtension (line 9) | outExtension({ format }) { FILE: packages/errors/src/__tests__/context-test.ts function getTestContext (line 3) | async function getTestContext() { constant EXPECTED_URL_ENCODED_CONTEXT (line 26) | const EXPECTED_URL_ENCODED_CONTEXT = FILE: packages/errors/src/__tests__/instruction-error-test.ts constant EXPECTED_ERROR_CODES (line 10) | const EXPECTED_ERROR_CODES = [ FILE: packages/errors/src/__tests__/message-formatter-test.ts method SolanaErrorMessages (line 8) | get SolanaErrorMessages() { FILE: packages/errors/src/cli.ts function run (line 58) | function run(argv: readonly string[]) { FILE: packages/errors/src/codes.ts constant SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED (line 28) | const SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED = 1; constant SOLANA_ERROR__INVALID_NONCE (line 29) | const SOLANA_ERROR__INVALID_NONCE = 2; constant SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND (line 30) | const SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND = 3; constant SOLANA_ERROR__BLOCKHASH_STRING_LENGTH_OUT_OF_RANGE (line 31) | const SOLANA_ERROR__BLOCKHASH_STRING_LENGTH_OUT_OF_RANGE = 4; constant SOLANA_ERROR__INVALID_BLOCKHASH_BYTE_LENGTH (line 32) | const SOLANA_ERROR__INVALID_BLOCKHASH_BYTE_LENGTH = 5; constant SOLANA_ERROR__LAMPORTS_OUT_OF_RANGE (line 33) | const SOLANA_ERROR__LAMPORTS_OUT_OF_RANGE = 6; constant SOLANA_ERROR__MALFORMED_BIGINT_STRING (line 34) | const SOLANA_ERROR__MALFORMED_BIGINT_STRING = 7; constant SOLANA_ERROR__MALFORMED_NUMBER_STRING (line 35) | const SOLANA_ERROR__MALFORMED_NUMBER_STRING = 8; constant SOLANA_ERROR__TIMESTAMP_OUT_OF_RANGE (line 36) | const SOLANA_ERROR__TIMESTAMP_OUT_OF_RANGE = 9; constant SOLANA_ERROR__MALFORMED_JSON_RPC_ERROR (line 37) | const SOLANA_ERROR__MALFORMED_JSON_RPC_ERROR = 10; constant SOLANA_ERROR__FAILED_TO_SEND_TRANSACTION (line 38) | const SOLANA_ERROR__FAILED_TO_SEND_TRANSACTION = 11; constant SOLANA_ERROR__FAILED_TO_SEND_TRANSACTIONS (line 39) | const SOLANA_ERROR__FAILED_TO_SEND_TRANSACTIONS = 12; constant SOLANA_ERROR__JSON_RPC__PARSE_ERROR (line 44) | const SOLANA_ERROR__JSON_RPC__PARSE_ERROR = -32700; constant SOLANA_ERROR__JSON_RPC__INTERNAL_ERROR (line 45) | const SOLANA_ERROR__JSON_RPC__INTERNAL_ERROR = -32603; constant SOLANA_ERROR__JSON_RPC__INVALID_PARAMS (line 46) | const SOLANA_ERROR__JSON_RPC__INVALID_PARAMS = -32602; constant SOLANA_ERROR__JSON_RPC__METHOD_NOT_FOUND (line 47) | const SOLANA_ERROR__JSON_RPC__METHOD_NOT_FOUND = -32601; constant SOLANA_ERROR__JSON_RPC__INVALID_REQUEST (line 48) | const SOLANA_ERROR__JSON_RPC__INVALID_REQUEST = -32600; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_LONG_TERM_STORAGE_UNREACHABLE (line 49) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_LONG_TERM_STORAGE_UNREACHABLE... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SLOT_NOT_EPOCH_BOUNDARY (line 50) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SLOT_NOT_EPOCH_BOUNDARY = -32... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_EPOCH_REWARDS_PERIOD_ACTIVE (line 51) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_EPOCH_REWARDS_PERIOD_ACTIVE =... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_MIN_CONTEXT_SLOT_NOT_REACHED (line 52) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_MIN_CONTEXT_SLOT_NOT_REACHED ... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_UNSUPPORTED_TRANSACTION_VERSION (line 53) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_UNSUPPORTED_TRANSACTION_VERSI... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_STATUS_NOT_AVAILABLE_YET (line 54) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_STATUS_NOT_AVAILABLE_YE... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_SIGNATURE_LEN_MISMATCH (line 55) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_SIGNATURE_LEN_MIS... constant SOLANA_ERROR__JSON_RPC__SCAN_ERROR (line 56) | const SOLANA_ERROR__JSON_RPC__SCAN_ERROR = -32012; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_HISTORY_NOT_AVAILABLE (line 57) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_HISTORY_NOT_AVAIL... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_KEY_EXCLUDED_FROM_SECONDARY_INDEX (line 58) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_KEY_EXCLUDED_FROM_SECONDARY_I... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_LONG_TERM_STORAGE_SLOT_SKIPPED (line 59) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_LONG_TERM_STORAGE_SLOT_SKIPPE... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_NO_SNAPSHOT (line 60) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_NO_SNAPSHOT = -32008; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SLOT_SKIPPED (line 61) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SLOT_SKIPPED = -32007; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_PRECOMPILE_VERIFICATION_FAILURE (line 62) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_PRECOMPILE_VERIFI... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_NODE_UNHEALTHY (line 63) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_NODE_UNHEALTHY = -32005; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_NOT_AVAILABLE (line 64) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_NOT_AVAILABLE = -32004; constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_SIGNATURE_VERIFICATION_FAILURE (line 65) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_TRANSACTION_SIGNATURE_VERIFIC... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FAILURE (line 66) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FA... constant SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_CLEANED_UP (line 67) | const SOLANA_ERROR__JSON_RPC__SERVER_ERROR_BLOCK_CLEANED_UP = -32001; constant SOLANA_ERROR__ADDRESSES__INVALID_BYTE_LENGTH (line 71) | const SOLANA_ERROR__ADDRESSES__INVALID_BYTE_LENGTH = 2800000; constant SOLANA_ERROR__ADDRESSES__STRING_LENGTH_OUT_OF_RANGE (line 72) | const SOLANA_ERROR__ADDRESSES__STRING_LENGTH_OUT_OF_RANGE = 2800001; constant SOLANA_ERROR__ADDRESSES__INVALID_BASE58_ENCODED_ADDRESS (line 73) | const SOLANA_ERROR__ADDRESSES__INVALID_BASE58_ENCODED_ADDRESS = 2800002; constant SOLANA_ERROR__ADDRESSES__INVALID_ED25519_PUBLIC_KEY (line 74) | const SOLANA_ERROR__ADDRESSES__INVALID_ED25519_PUBLIC_KEY = 2800003; constant SOLANA_ERROR__ADDRESSES__MALFORMED_PDA (line 75) | const SOLANA_ERROR__ADDRESSES__MALFORMED_PDA = 2800004; constant SOLANA_ERROR__ADDRESSES__PDA_BUMP_SEED_OUT_OF_RANGE (line 76) | const SOLANA_ERROR__ADDRESSES__PDA_BUMP_SEED_OUT_OF_RANGE = 2800005; constant SOLANA_ERROR__ADDRESSES__MAX_NUMBER_OF_PDA_SEEDS_EXCEEDED (line 77) | const SOLANA_ERROR__ADDRESSES__MAX_NUMBER_OF_PDA_SEEDS_EXCEEDED = 2800006; constant SOLANA_ERROR__ADDRESSES__MAX_PDA_SEED_LENGTH_EXCEEDED (line 78) | const SOLANA_ERROR__ADDRESSES__MAX_PDA_SEED_LENGTH_EXCEEDED = 2800007; constant SOLANA_ERROR__ADDRESSES__INVALID_SEEDS_POINT_ON_CURVE (line 79) | const SOLANA_ERROR__ADDRESSES__INVALID_SEEDS_POINT_ON_CURVE = 2800008; constant SOLANA_ERROR__ADDRESSES__FAILED_TO_FIND_VIABLE_PDA_BUMP_SEED (line 80) | const SOLANA_ERROR__ADDRESSES__FAILED_TO_FIND_VIABLE_PDA_BUMP_SEED = 280... constant SOLANA_ERROR__ADDRESSES__PDA_ENDS_WITH_PDA_MARKER (line 81) | const SOLANA_ERROR__ADDRESSES__PDA_ENDS_WITH_PDA_MARKER = 2800010; constant SOLANA_ERROR__ADDRESSES__INVALID_OFF_CURVE_ADDRESS (line 82) | const SOLANA_ERROR__ADDRESSES__INVALID_OFF_CURVE_ADDRESS = 2800011; constant SOLANA_ERROR__ACCOUNTS__ACCOUNT_NOT_FOUND (line 86) | const SOLANA_ERROR__ACCOUNTS__ACCOUNT_NOT_FOUND = 3230000; constant SOLANA_ERROR__ACCOUNTS__ONE_OR_MORE_ACCOUNTS_NOT_FOUND (line 87) | const SOLANA_ERROR__ACCOUNTS__ONE_OR_MORE_ACCOUNTS_NOT_FOUND = 32300001; constant SOLANA_ERROR__ACCOUNTS__FAILED_TO_DECODE_ACCOUNT (line 88) | const SOLANA_ERROR__ACCOUNTS__FAILED_TO_DECODE_ACCOUNT = 3230002; constant SOLANA_ERROR__ACCOUNTS__EXPECTED_DECODED_ACCOUNT (line 89) | const SOLANA_ERROR__ACCOUNTS__EXPECTED_DECODED_ACCOUNT = 3230003; constant SOLANA_ERROR__ACCOUNTS__EXPECTED_ALL_ACCOUNTS_TO_BE_DECODED (line 90) | const SOLANA_ERROR__ACCOUNTS__EXPECTED_ALL_ACCOUNTS_TO_BE_DECODED = 3230... constant SOLANA_ERROR__SUBTLE_CRYPTO__DISALLOWED_IN_INSECURE_CONTEXT (line 94) | const SOLANA_ERROR__SUBTLE_CRYPTO__DISALLOWED_IN_INSECURE_CONTEXT = 3610... constant SOLANA_ERROR__SUBTLE_CRYPTO__DIGEST_UNIMPLEMENTED (line 95) | const SOLANA_ERROR__SUBTLE_CRYPTO__DIGEST_UNIMPLEMENTED = 3610001; constant SOLANA_ERROR__SUBTLE_CRYPTO__ED25519_ALGORITHM_UNIMPLEMENTED (line 96) | const SOLANA_ERROR__SUBTLE_CRYPTO__ED25519_ALGORITHM_UNIMPLEMENTED = 361... constant SOLANA_ERROR__SUBTLE_CRYPTO__EXPORT_FUNCTION_UNIMPLEMENTED (line 97) | const SOLANA_ERROR__SUBTLE_CRYPTO__EXPORT_FUNCTION_UNIMPLEMENTED = 3610003; constant SOLANA_ERROR__SUBTLE_CRYPTO__GENERATE_FUNCTION_UNIMPLEMENTED (line 98) | const SOLANA_ERROR__SUBTLE_CRYPTO__GENERATE_FUNCTION_UNIMPLEMENTED = 361... constant SOLANA_ERROR__SUBTLE_CRYPTO__SIGN_FUNCTION_UNIMPLEMENTED (line 99) | const SOLANA_ERROR__SUBTLE_CRYPTO__SIGN_FUNCTION_UNIMPLEMENTED = 3610005; constant SOLANA_ERROR__SUBTLE_CRYPTO__VERIFY_FUNCTION_UNIMPLEMENTED (line 100) | const SOLANA_ERROR__SUBTLE_CRYPTO__VERIFY_FUNCTION_UNIMPLEMENTED = 3610006; constant SOLANA_ERROR__SUBTLE_CRYPTO__CANNOT_EXPORT_NON_EXTRACTABLE_KEY (line 101) | const SOLANA_ERROR__SUBTLE_CRYPTO__CANNOT_EXPORT_NON_EXTRACTABLE_KEY = 3... constant SOLANA_ERROR__CRYPTO__RANDOM_VALUES_FUNCTION_UNIMPLEMENTED (line 105) | const SOLANA_ERROR__CRYPTO__RANDOM_VALUES_FUNCTION_UNIMPLEMENTED = 3611000; constant SOLANA_ERROR__KEYS__INVALID_KEY_PAIR_BYTE_LENGTH (line 109) | const SOLANA_ERROR__KEYS__INVALID_KEY_PAIR_BYTE_LENGTH = 3704000; constant SOLANA_ERROR__KEYS__INVALID_PRIVATE_KEY_BYTE_LENGTH (line 110) | const SOLANA_ERROR__KEYS__INVALID_PRIVATE_KEY_BYTE_LENGTH = 3704001; constant SOLANA_ERROR__KEYS__INVALID_SIGNATURE_BYTE_LENGTH (line 111) | const SOLANA_ERROR__KEYS__INVALID_SIGNATURE_BYTE_LENGTH = 3704002; constant SOLANA_ERROR__KEYS__SIGNATURE_STRING_LENGTH_OUT_OF_RANGE (line 112) | const SOLANA_ERROR__KEYS__SIGNATURE_STRING_LENGTH_OUT_OF_RANGE = 3704003; constant SOLANA_ERROR__KEYS__PUBLIC_KEY_MUST_MATCH_PRIVATE_KEY (line 113) | const SOLANA_ERROR__KEYS__PUBLIC_KEY_MUST_MATCH_PRIVATE_KEY = 3704004; constant SOLANA_ERROR__KEYS__INVALID_BASE58_IN_GRIND_REGEX (line 114) | const SOLANA_ERROR__KEYS__INVALID_BASE58_IN_GRIND_REGEX = 3704005; constant SOLANA_ERROR__KEYS__WRITE_KEY_PAIR_UNSUPPORTED_ENVIRONMENT (line 115) | const SOLANA_ERROR__KEYS__WRITE_KEY_PAIR_UNSUPPORTED_ENVIRONMENT = 3704006; constant SOLANA_ERROR__FS__UNSUPPORTED_ENVIRONMENT (line 119) | const SOLANA_ERROR__FS__UNSUPPORTED_ENVIRONMENT = 3712000; constant SOLANA_ERROR__INSTRUCTION__EXPECTED_TO_HAVE_ACCOUNTS (line 123) | const SOLANA_ERROR__INSTRUCTION__EXPECTED_TO_HAVE_ACCOUNTS = 4128000; constant SOLANA_ERROR__INSTRUCTION__EXPECTED_TO_HAVE_DATA (line 124) | const SOLANA_ERROR__INSTRUCTION__EXPECTED_TO_HAVE_DATA = 4128001; constant SOLANA_ERROR__INSTRUCTION__PROGRAM_ID_MISMATCH (line 125) | const SOLANA_ERROR__INSTRUCTION__PROGRAM_ID_MISMATCH = 4128002; constant SOLANA_ERROR__INSTRUCTION_ERROR__UNKNOWN (line 130) | const SOLANA_ERROR__INSTRUCTION_ERROR__UNKNOWN = 4615000; constant SOLANA_ERROR__INSTRUCTION_ERROR__GENERIC_ERROR (line 131) | const SOLANA_ERROR__INSTRUCTION_ERROR__GENERIC_ERROR = 4615001; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ARGUMENT (line 132) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ARGUMENT = 4615002; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_INSTRUCTION_DATA (line 133) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_INSTRUCTION_DATA = 4615003; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ACCOUNT_DATA (line 134) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ACCOUNT_DATA = 4615004; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_DATA_TOO_SMALL (line 135) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_DATA_TOO_SMALL = 4615005; constant SOLANA_ERROR__INSTRUCTION_ERROR__INSUFFICIENT_FUNDS (line 136) | const SOLANA_ERROR__INSTRUCTION_ERROR__INSUFFICIENT_FUNDS = 4615006; constant SOLANA_ERROR__INSTRUCTION_ERROR__INCORRECT_PROGRAM_ID (line 137) | const SOLANA_ERROR__INSTRUCTION_ERROR__INCORRECT_PROGRAM_ID = 4615007; constant SOLANA_ERROR__INSTRUCTION_ERROR__MISSING_REQUIRED_SIGNATURE (line 138) | const SOLANA_ERROR__INSTRUCTION_ERROR__MISSING_REQUIRED_SIGNATURE = 4615... constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_ALREADY_INITIALIZED (line 139) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_ALREADY_INITIALIZED = 461... constant SOLANA_ERROR__INSTRUCTION_ERROR__UNINITIALIZED_ACCOUNT (line 140) | const SOLANA_ERROR__INSTRUCTION_ERROR__UNINITIALIZED_ACCOUNT = 4615010; constant SOLANA_ERROR__INSTRUCTION_ERROR__UNBALANCED_INSTRUCTION (line 141) | const SOLANA_ERROR__INSTRUCTION_ERROR__UNBALANCED_INSTRUCTION = 4615011; constant SOLANA_ERROR__INSTRUCTION_ERROR__MODIFIED_PROGRAM_ID (line 142) | const SOLANA_ERROR__INSTRUCTION_ERROR__MODIFIED_PROGRAM_ID = 4615012; constant SOLANA_ERROR__INSTRUCTION_ERROR__EXTERNAL_ACCOUNT_LAMPORT_SPEND (line 143) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXTERNAL_ACCOUNT_LAMPORT_SPEND = ... constant SOLANA_ERROR__INSTRUCTION_ERROR__EXTERNAL_ACCOUNT_DATA_MODIFIED (line 144) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXTERNAL_ACCOUNT_DATA_MODIFIED = ... constant SOLANA_ERROR__INSTRUCTION_ERROR__READONLY_LAMPORT_CHANGE (line 145) | const SOLANA_ERROR__INSTRUCTION_ERROR__READONLY_LAMPORT_CHANGE = 4615015; constant SOLANA_ERROR__INSTRUCTION_ERROR__READONLY_DATA_MODIFIED (line 146) | const SOLANA_ERROR__INSTRUCTION_ERROR__READONLY_DATA_MODIFIED = 4615016; constant SOLANA_ERROR__INSTRUCTION_ERROR__DUPLICATE_ACCOUNT_INDEX (line 147) | const SOLANA_ERROR__INSTRUCTION_ERROR__DUPLICATE_ACCOUNT_INDEX = 4615017; constant SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_MODIFIED (line 148) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_MODIFIED = 4615018; constant SOLANA_ERROR__INSTRUCTION_ERROR__RENT_EPOCH_MODIFIED (line 149) | const SOLANA_ERROR__INSTRUCTION_ERROR__RENT_EPOCH_MODIFIED = 4615019; constant SOLANA_ERROR__INSTRUCTION_ERROR__NOT_ENOUGH_ACCOUNT_KEYS (line 150) | const SOLANA_ERROR__INSTRUCTION_ERROR__NOT_ENOUGH_ACCOUNT_KEYS = 4615020; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_DATA_SIZE_CHANGED (line 151) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_DATA_SIZE_CHANGED = 4615021; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_EXECUTABLE (line 152) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_EXECUTABLE = 4615022; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_BORROW_FAILED (line 153) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_BORROW_FAILED = 4615023; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_BORROW_OUTSTANDING (line 154) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_BORROW_OUTSTANDING = 4615... constant SOLANA_ERROR__INSTRUCTION_ERROR__DUPLICATE_ACCOUNT_OUT_OF_SYNC (line 155) | const SOLANA_ERROR__INSTRUCTION_ERROR__DUPLICATE_ACCOUNT_OUT_OF_SYNC = 4... constant SOLANA_ERROR__INSTRUCTION_ERROR__CUSTOM (line 156) | const SOLANA_ERROR__INSTRUCTION_ERROR__CUSTOM = 4615026; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ERROR (line 157) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ERROR = 4615027; constant SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_DATA_MODIFIED (line 158) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_DATA_MODIFIED = 4615028; constant SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_LAMPORT_CHANGE (line 159) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_LAMPORT_CHANGE = 4615029; constant SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_ACCOUNT_NOT_RENT_EXEMPT (line 160) | const SOLANA_ERROR__INSTRUCTION_ERROR__EXECUTABLE_ACCOUNT_NOT_RENT_EXEMP... constant SOLANA_ERROR__INSTRUCTION_ERROR__UNSUPPORTED_PROGRAM_ID (line 161) | const SOLANA_ERROR__INSTRUCTION_ERROR__UNSUPPORTED_PROGRAM_ID = 4615031; constant SOLANA_ERROR__INSTRUCTION_ERROR__CALL_DEPTH (line 162) | const SOLANA_ERROR__INSTRUCTION_ERROR__CALL_DEPTH = 4615032; constant SOLANA_ERROR__INSTRUCTION_ERROR__MISSING_ACCOUNT (line 163) | const SOLANA_ERROR__INSTRUCTION_ERROR__MISSING_ACCOUNT = 4615033; constant SOLANA_ERROR__INSTRUCTION_ERROR__REENTRANCY_NOT_ALLOWED (line 164) | const SOLANA_ERROR__INSTRUCTION_ERROR__REENTRANCY_NOT_ALLOWED = 4615034; constant SOLANA_ERROR__INSTRUCTION_ERROR__MAX_SEED_LENGTH_EXCEEDED (line 165) | const SOLANA_ERROR__INSTRUCTION_ERROR__MAX_SEED_LENGTH_EXCEEDED = 4615035; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_SEEDS (line 166) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_SEEDS = 4615036; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_REALLOC (line 167) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_REALLOC = 4615037; constant SOLANA_ERROR__INSTRUCTION_ERROR__COMPUTATIONAL_BUDGET_EXCEEDED (line 168) | const SOLANA_ERROR__INSTRUCTION_ERROR__COMPUTATIONAL_BUDGET_EXCEEDED = 4... constant SOLANA_ERROR__INSTRUCTION_ERROR__PRIVILEGE_ESCALATION (line 169) | const SOLANA_ERROR__INSTRUCTION_ERROR__PRIVILEGE_ESCALATION = 4615039; constant SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_ENVIRONMENT_SETUP_FAILURE (line 170) | const SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_ENVIRONMENT_SETUP_FAILURE... constant SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_FAILED_TO_COMPLETE (line 171) | const SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_FAILED_TO_COMPLETE = 4615... constant SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_FAILED_TO_COMPILE (line 172) | const SOLANA_ERROR__INSTRUCTION_ERROR__PROGRAM_FAILED_TO_COMPILE = 4615042; constant SOLANA_ERROR__INSTRUCTION_ERROR__IMMUTABLE (line 173) | const SOLANA_ERROR__INSTRUCTION_ERROR__IMMUTABLE = 4615043; constant SOLANA_ERROR__INSTRUCTION_ERROR__INCORRECT_AUTHORITY (line 174) | const SOLANA_ERROR__INSTRUCTION_ERROR__INCORRECT_AUTHORITY = 4615044; constant SOLANA_ERROR__INSTRUCTION_ERROR__BORSH_IO_ERROR (line 175) | const SOLANA_ERROR__INSTRUCTION_ERROR__BORSH_IO_ERROR = 4615045; constant SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_RENT_EXEMPT (line 176) | const SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_RENT_EXEMPT = 4615046; constant SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ACCOUNT_OWNER (line 177) | const SOLANA_ERROR__INSTRUCTION_ERROR__INVALID_ACCOUNT_OWNER = 4615047; constant SOLANA_ERROR__INSTRUCTION_ERROR__ARITHMETIC_OVERFLOW (line 178) | const SOLANA_ERROR__INSTRUCTION_ERROR__ARITHMETIC_OVERFLOW = 4615048; constant SOLANA_ERROR__INSTRUCTION_ERROR__UNSUPPORTED_SYSVAR (line 179) | const SOLANA_ERROR__INSTRUCTION_ERROR__UNSUPPORTED_SYSVAR = 4615049; constant SOLANA_ERROR__INSTRUCTION_ERROR__ILLEGAL_OWNER (line 180) | const SOLANA_ERROR__INSTRUCTION_ERROR__ILLEGAL_OWNER = 4615050; constant SOLANA_ERROR__INSTRUCTION_ERROR__MAX_ACCOUNTS_DATA_ALLOCATIONS_EXCEEDED (line 181) | const SOLANA_ERROR__INSTRUCTION_ERROR__MAX_ACCOUNTS_DATA_ALLOCATIONS_EXC... constant SOLANA_ERROR__INSTRUCTION_ERROR__MAX_ACCOUNTS_EXCEEDED (line 182) | const SOLANA_ERROR__INSTRUCTION_ERROR__MAX_ACCOUNTS_EXCEEDED = 4615052; constant SOLANA_ERROR__INSTRUCTION_ERROR__MAX_INSTRUCTION_TRACE_LENGTH_EXCEEDED (line 183) | const SOLANA_ERROR__INSTRUCTION_ERROR__MAX_INSTRUCTION_TRACE_LENGTH_EXCE... constant SOLANA_ERROR__INSTRUCTION_ERROR__BUILTIN_PROGRAMS_MUST_CONSUME_COMPUTE_UNITS (line 184) | const SOLANA_ERROR__INSTRUCTION_ERROR__BUILTIN_PROGRAMS_MUST_CONSUME_COM... constant SOLANA_ERROR__SIGNER__ADDRESS_CANNOT_HAVE_MULTIPLE_SIGNERS (line 188) | const SOLANA_ERROR__SIGNER__ADDRESS_CANNOT_HAVE_MULTIPLE_SIGNERS = 5508000; constant SOLANA_ERROR__SIGNER__EXPECTED_KEY_PAIR_SIGNER (line 189) | const SOLANA_ERROR__SIGNER__EXPECTED_KEY_PAIR_SIGNER = 5508001; constant SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_SIGNER (line 190) | const SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_SIGNER = 5508002; constant SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_MODIFYING_SIGNER (line 191) | const SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_MODIFYING_SIGNER = 5508003; constant SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_PARTIAL_SIGNER (line 192) | const SOLANA_ERROR__SIGNER__EXPECTED_MESSAGE_PARTIAL_SIGNER = 5508004; constant SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_SIGNER (line 193) | const SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_SIGNER = 5508005; constant SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_MODIFYING_SIGNER (line 194) | const SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_MODIFYING_SIGNER = 5508... constant SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_PARTIAL_SIGNER (line 195) | const SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_PARTIAL_SIGNER = 5508007; constant SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_SENDING_SIGNER (line 196) | const SOLANA_ERROR__SIGNER__EXPECTED_TRANSACTION_SENDING_SIGNER = 5508008; constant SOLANA_ERROR__SIGNER__TRANSACTION_CANNOT_HAVE_MULTIPLE_SENDING_SIGNERS (line 197) | const SOLANA_ERROR__SIGNER__TRANSACTION_CANNOT_HAVE_MULTIPLE_SENDING_SIG... constant SOLANA_ERROR__SIGNER__TRANSACTION_SENDING_SIGNER_MISSING (line 198) | const SOLANA_ERROR__SIGNER__TRANSACTION_SENDING_SIGNER_MISSING = 5508010; constant SOLANA_ERROR__SIGNER__WALLET_MULTISIGN_UNIMPLEMENTED (line 199) | const SOLANA_ERROR__SIGNER__WALLET_MULTISIGN_UNIMPLEMENTED = 5508011; constant SOLANA_ERROR__SIGNER__WALLET_ACCOUNT_CANNOT_SIGN_TRANSACTION (line 200) | const SOLANA_ERROR__SIGNER__WALLET_ACCOUNT_CANNOT_SIGN_TRANSACTION = 550... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__MAXIMUM_LENGTH_EXCEEDED (line 204) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__MAXIMUM_LENGTH_EXCEEDED = 5607000; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__RESTRICTED_ASCII_BODY_CHARACTER_OUT_OF_RANGE (line 205) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__RESTRICTED_ASCII_BODY_CHARACTER_OU... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__APPLICATION_DOMAIN_STRING_LENGTH_OUT_OF_RANGE (line 206) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__APPLICATION_DOMAIN_STRING_LENGTH_O... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__INVALID_APPLICATION_DOMAIN_BYTE_LENGTH (line 207) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__INVALID_APPLICATION_DOMAIN_BYTE_LE... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_SIGNATURES_MISMATCH (line 208) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_SIGNATURES_MISMATCH = 5607004; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_REQUIRED_SIGNERS_CANNOT_BE_ZERO (line 209) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_REQUIRED_SIGNERS_CANNOT_BE_ZER... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__VERSION_NUMBER_NOT_SUPPORTED (line 210) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__VERSION_NUMBER_NOT_SUPPORTED = 560... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_FORMAT_MISMATCH (line 211) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_FORMAT_MISMATCH = 5607007; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_LENGTH_MISMATCH (line 212) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_LENGTH_MISMATCH = 5607008; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_MUST_BE_NON_EMPTY (line 213) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__MESSAGE_MUST_BE_NON_EMPTY = 5607009; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_ENVELOPE_SIGNATURES_CANNOT_BE_ZERO (line 214) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__NUM_ENVELOPE_SIGNATURES_CANNOT_BE_... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATURES_MISSING (line 215) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATURES_MISSING = 5607011; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__ENVELOPE_SIGNERS_MISMATCH (line 216) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__ENVELOPE_SIGNERS_MISMATCH = 5607012; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__ADDRESSES_CANNOT_SIGN_OFFCHAIN_MESSAGE (line 217) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__ADDRESSES_CANNOT_SIGN_OFFCHAIN_MES... constant SOLANA_ERROR__OFFCHAIN_MESSAGE__UNEXPECTED_VERSION (line 218) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__UNEXPECTED_VERSION = 5607014; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATORIES_MUST_BE_SORTED (line 219) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATORIES_MUST_BE_SORTED = 5607015; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATORIES_MUST_BE_UNIQUE (line 220) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATORIES_MUST_BE_UNIQUE = 5607016; constant SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATURE_VERIFICATION_FAILURE (line 221) | const SOLANA_ERROR__OFFCHAIN_MESSAGE__SIGNATURE_VERIFICATION_FAILURE = 5... constant SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_CANNOT_PAY_FEES (line 225) | const SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_CANNOT_PAY_FEES = 5663... constant SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_MUST_NOT_BE_WRITABLE (line 226) | const SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_MUST_NOT_BE_WRITABLE =... constant SOLANA_ERROR__TRANSACTION__EXPECTED_BLOCKHASH_LIFETIME (line 227) | const SOLANA_ERROR__TRANSACTION__EXPECTED_BLOCKHASH_LIFETIME = 5663002; constant SOLANA_ERROR__TRANSACTION__EXPECTED_NONCE_LIFETIME (line 228) | const SOLANA_ERROR__TRANSACTION__EXPECTED_NONCE_LIFETIME = 5663003; constant SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE (line 229) | const SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE = 5663004; constant SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_CONTENTS_MISSING (line 230) | const SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABL... constant SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_INDEX_OUT_OF_RANGE (line 231) | const SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABL... constant SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_INSTRUCTION_PROGRAM_ADDRESS_NOT_FOUND (line 232) | const SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_INSTRUCTION_PROGRAM... constant SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_FEE_PAYER_MISSING (line 233) | const SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_FEE_PAYER_MISSING =... constant SOLANA_ERROR__TRANSACTION__SIGNATURES_MISSING (line 234) | const SOLANA_ERROR__TRANSACTION__SIGNATURES_MISSING = 5663009; constant SOLANA_ERROR__TRANSACTION__ADDRESS_MISSING (line 235) | const SOLANA_ERROR__TRANSACTION__ADDRESS_MISSING = 5663010; constant SOLANA_ERROR__TRANSACTION__FEE_PAYER_MISSING (line 236) | const SOLANA_ERROR__TRANSACTION__FEE_PAYER_MISSING = 5663011; constant SOLANA_ERROR__TRANSACTION__FEE_PAYER_SIGNATURE_MISSING (line 237) | const SOLANA_ERROR__TRANSACTION__FEE_PAYER_SIGNATURE_MISSING = 5663012; constant SOLANA_ERROR__TRANSACTION__INVALID_NONCE_TRANSACTION_INSTRUCTIONS_MISSING (line 238) | const SOLANA_ERROR__TRANSACTION__INVALID_NONCE_TRANSACTION_INSTRUCTIONS_... constant SOLANA_ERROR__TRANSACTION__INVALID_NONCE_TRANSACTION_FIRST_INSTRUCTION_MUST_BE_ADVANCE_NONCE (line 239) | const SOLANA_ERROR__TRANSACTION__INVALID_NONCE_TRANSACTION_FIRST_INSTRUC... constant SOLANA_ERROR__TRANSACTION__ADDRESSES_CANNOT_SIGN_TRANSACTION (line 240) | const SOLANA_ERROR__TRANSACTION__ADDRESSES_CANNOT_SIGN_TRANSACTION = 566... constant SOLANA_ERROR__TRANSACTION__CANNOT_ENCODE_WITH_EMPTY_SIGNATURES (line 241) | const SOLANA_ERROR__TRANSACTION__CANNOT_ENCODE_WITH_EMPTY_SIGNATURES = 5... constant SOLANA_ERROR__TRANSACTION__MESSAGE_SIGNATURES_MISMATCH (line 242) | const SOLANA_ERROR__TRANSACTION__MESSAGE_SIGNATURES_MISMATCH = 5663017; constant SOLANA_ERROR__TRANSACTION__FAILED_TO_ESTIMATE_COMPUTE_LIMIT (line 243) | const SOLANA_ERROR__TRANSACTION__FAILED_TO_ESTIMATE_COMPUTE_LIMIT = 5663... constant SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMIT (line 244) | const SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMP... constant SOLANA_ERROR__TRANSACTION__EXCEEDS_SIZE_LIMIT (line 245) | const SOLANA_ERROR__TRANSACTION__EXCEEDS_SIZE_LIMIT = 5663020; constant SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED (line 246) | const SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED = 5663021; constant SOLANA_ERROR__TRANSACTION__NONCE_ACCOUNT_CANNOT_BE_IN_LOOKUP_TABLE (line 247) | const SOLANA_ERROR__TRANSACTION__NONCE_ACCOUNT_CANNOT_BE_IN_LOOKUP_TABLE... constant SOLANA_ERROR__TRANSACTION__MALFORMED_MESSAGE_BYTES (line 248) | const SOLANA_ERROR__TRANSACTION__MALFORMED_MESSAGE_BYTES = 5663023; constant SOLANA_ERROR__TRANSACTION__CANNOT_ENCODE_WITH_EMPTY_MESSAGE_BYTES (line 249) | const SOLANA_ERROR__TRANSACTION__CANNOT_ENCODE_WITH_EMPTY_MESSAGE_BYTES ... constant SOLANA_ERROR__TRANSACTION__CANNOT_DECODE_EMPTY_TRANSACTION_BYTES (line 250) | const SOLANA_ERROR__TRANSACTION__CANNOT_DECODE_EMPTY_TRANSACTION_BYTES =... constant SOLANA_ERROR__TRANSACTION__VERSION_ZERO_MUST_BE_ENCODED_WITH_SIGNATURES_FIRST (line 251) | const SOLANA_ERROR__TRANSACTION__VERSION_ZERO_MUST_BE_ENCODED_WITH_SIGNA... constant SOLANA_ERROR__TRANSACTION__SIGNATURE_COUNT_TOO_HIGH_FOR_TRANSACTION_BYTES (line 252) | const SOLANA_ERROR__TRANSACTION__SIGNATURE_COUNT_TOO_HIGH_FOR_TRANSACTIO... constant SOLANA_ERROR__TRANSACTION__INVALID_CONFIG_MASK_PRIORITY_FEE_BITS (line 253) | const SOLANA_ERROR__TRANSACTION__INVALID_CONFIG_MASK_PRIORITY_FEE_BITS =... constant SOLANA_ERROR__TRANSACTION__INVALID_NONCE_ACCOUNT_INDEX (line 254) | const SOLANA_ERROR__TRANSACTION__INVALID_NONCE_ACCOUNT_INDEX = 5663029; constant SOLANA_ERROR__TRANSACTION__INVALID_CONFIG_VALUE_KIND (line 255) | const SOLANA_ERROR__TRANSACTION__INVALID_CONFIG_VALUE_KIND = 5663030; constant SOLANA_ERROR__TRANSACTION__INSTRUCTION_HEADERS_PAYLOADS_MISMATCH (line 256) | const SOLANA_ERROR__TRANSACTION__INSTRUCTION_HEADERS_PAYLOADS_MISMATCH =... constant SOLANA_ERROR__TRANSACTION__TOO_MANY_SIGNER_ADDRESSES (line 257) | const SOLANA_ERROR__TRANSACTION__TOO_MANY_SIGNER_ADDRESSES = 5663032; constant SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNT_ADDRESSES (line 258) | const SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNT_ADDRESSES = 5663033; constant SOLANA_ERROR__TRANSACTION__TOO_MANY_INSTRUCTIONS (line 259) | const SOLANA_ERROR__TRANSACTION__TOO_MANY_INSTRUCTIONS = 5663034; constant SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNTS_IN_INSTRUCTION (line 260) | const SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNTS_IN_INSTRUCTION = 5663... constant SOLANA_ERROR__TRANSACTION_ERROR__UNKNOWN (line 265) | const SOLANA_ERROR__TRANSACTION_ERROR__UNKNOWN = 7050000; constant SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_IN_USE (line 266) | const SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_IN_USE = 7050001; constant SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_LOADED_TWICE (line 267) | const SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_LOADED_TWICE = 7050002; constant SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_NOT_FOUND (line 268) | const SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_NOT_FOUND = 7050003; constant SOLANA_ERROR__TRANSACTION_ERROR__PROGRAM_ACCOUNT_NOT_FOUND (line 269) | const SOLANA_ERROR__TRANSACTION_ERROR__PROGRAM_ACCOUNT_NOT_FOUND = 7050004; constant SOLANA_ERROR__TRANSACTION_ERROR__INSUFFICIENT_FUNDS_FOR_FEE (line 270) | const SOLANA_ERROR__TRANSACTION_ERROR__INSUFFICIENT_FUNDS_FOR_FEE = 7050... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ACCOUNT_FOR_FEE (line 271) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ACCOUNT_FOR_FEE = 7050006; constant SOLANA_ERROR__TRANSACTION_ERROR__ALREADY_PROCESSED (line 272) | const SOLANA_ERROR__TRANSACTION_ERROR__ALREADY_PROCESSED = 7050007; constant SOLANA_ERROR__TRANSACTION_ERROR__BLOCKHASH_NOT_FOUND (line 273) | const SOLANA_ERROR__TRANSACTION_ERROR__BLOCKHASH_NOT_FOUND = 7050008; constant SOLANA_ERROR__TRANSACTION_ERROR__CALL_CHAIN_TOO_DEEP (line 275) | const SOLANA_ERROR__TRANSACTION_ERROR__CALL_CHAIN_TOO_DEEP = 7050009; constant SOLANA_ERROR__TRANSACTION_ERROR__MISSING_SIGNATURE_FOR_FEE (line 276) | const SOLANA_ERROR__TRANSACTION_ERROR__MISSING_SIGNATURE_FOR_FEE = 7050010; constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ACCOUNT_INDEX (line 277) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ACCOUNT_INDEX = 7050011; constant SOLANA_ERROR__TRANSACTION_ERROR__SIGNATURE_FAILURE (line 278) | const SOLANA_ERROR__TRANSACTION_ERROR__SIGNATURE_FAILURE = 7050012; constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_PROGRAM_FOR_EXECUTION (line 279) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_PROGRAM_FOR_EXECUTION = 7... constant SOLANA_ERROR__TRANSACTION_ERROR__SANITIZE_FAILURE (line 280) | const SOLANA_ERROR__TRANSACTION_ERROR__SANITIZE_FAILURE = 7050014; constant SOLANA_ERROR__TRANSACTION_ERROR__CLUSTER_MAINTENANCE (line 281) | const SOLANA_ERROR__TRANSACTION_ERROR__CLUSTER_MAINTENANCE = 7050015; constant SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_BORROW_OUTSTANDING (line 282) | const SOLANA_ERROR__TRANSACTION_ERROR__ACCOUNT_BORROW_OUTSTANDING = 7050... constant SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_BLOCK_COST_LIMIT (line 283) | const SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_BLOCK_COST_LIMIT... constant SOLANA_ERROR__TRANSACTION_ERROR__UNSUPPORTED_VERSION (line 284) | const SOLANA_ERROR__TRANSACTION_ERROR__UNSUPPORTED_VERSION = 7050018; constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_WRITABLE_ACCOUNT (line 285) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_WRITABLE_ACCOUNT = 7050019; constant SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_ACCOUNT_COST_LIMIT (line 286) | const SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_ACCOUNT_COST_LIM... constant SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_ACCOUNT_DATA_BLOCK_LIMIT (line 287) | const SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_ACCOUNT_DATA_BLOCK_L... constant SOLANA_ERROR__TRANSACTION_ERROR__TOO_MANY_ACCOUNT_LOCKS (line 288) | const SOLANA_ERROR__TRANSACTION_ERROR__TOO_MANY_ACCOUNT_LOCKS = 7050022; constant SOLANA_ERROR__TRANSACTION_ERROR__ADDRESS_LOOKUP_TABLE_NOT_FOUND (line 289) | const SOLANA_ERROR__TRANSACTION_ERROR__ADDRESS_LOOKUP_TABLE_NOT_FOUND = ... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_OWNER (line 290) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_OWNE... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_DATA (line 291) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_DATA... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_INDEX (line 292) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_ADDRESS_LOOKUP_TABLE_INDE... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_RENT_PAYING_ACCOUNT (line 293) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_RENT_PAYING_ACCOUNT = 705... constant SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_VOTE_COST_LIMIT (line 294) | const SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_MAX_VOTE_COST_LIMIT ... constant SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_ACCOUNT_DATA_TOTAL_LIMIT (line 295) | const SOLANA_ERROR__TRANSACTION_ERROR__WOULD_EXCEED_ACCOUNT_DATA_TOTAL_L... constant SOLANA_ERROR__TRANSACTION_ERROR__DUPLICATE_INSTRUCTION (line 296) | const SOLANA_ERROR__TRANSACTION_ERROR__DUPLICATE_INSTRUCTION = 7050030; constant SOLANA_ERROR__TRANSACTION_ERROR__INSUFFICIENT_FUNDS_FOR_RENT (line 297) | const SOLANA_ERROR__TRANSACTION_ERROR__INSUFFICIENT_FUNDS_FOR_RENT = 705... constant SOLANA_ERROR__TRANSACTION_ERROR__MAX_LOADED_ACCOUNTS_DATA_SIZE_EXCEEDED (line 298) | const SOLANA_ERROR__TRANSACTION_ERROR__MAX_LOADED_ACCOUNTS_DATA_SIZE_EXC... constant SOLANA_ERROR__TRANSACTION_ERROR__INVALID_LOADED_ACCOUNTS_DATA_SIZE_LIMIT (line 299) | const SOLANA_ERROR__TRANSACTION_ERROR__INVALID_LOADED_ACCOUNTS_DATA_SIZE... constant SOLANA_ERROR__TRANSACTION_ERROR__RESANITIZATION_NEEDED (line 300) | const SOLANA_ERROR__TRANSACTION_ERROR__RESANITIZATION_NEEDED = 7050034; constant SOLANA_ERROR__TRANSACTION_ERROR__PROGRAM_EXECUTION_TEMPORARILY_RESTRICTED (line 301) | const SOLANA_ERROR__TRANSACTION_ERROR__PROGRAM_EXECUTION_TEMPORARILY_RES... constant SOLANA_ERROR__TRANSACTION_ERROR__UNBALANCED_TRANSACTION (line 302) | const SOLANA_ERROR__TRANSACTION_ERROR__UNBALANCED_TRANSACTION = 7050036; constant SOLANA_ERROR__INSTRUCTION_PLANS__MESSAGE_CANNOT_ACCOMMODATE_PLAN (line 306) | const SOLANA_ERROR__INSTRUCTION_PLANS__MESSAGE_CANNOT_ACCOMMODATE_PLAN =... constant SOLANA_ERROR__INSTRUCTION_PLANS__MESSAGE_PACKER_ALREADY_COMPLETE (line 307) | const SOLANA_ERROR__INSTRUCTION_PLANS__MESSAGE_PACKER_ALREADY_COMPLETE =... constant SOLANA_ERROR__INSTRUCTION_PLANS__EMPTY_INSTRUCTION_PLAN (line 308) | const SOLANA_ERROR__INSTRUCTION_PLANS__EMPTY_INSTRUCTION_PLAN = 7618002; constant SOLANA_ERROR__INSTRUCTION_PLANS__FAILED_TO_EXECUTE_TRANSACTION_PLAN (line 309) | const SOLANA_ERROR__INSTRUCTION_PLANS__FAILED_TO_EXECUTE_TRANSACTION_PLA... constant SOLANA_ERROR__INSTRUCTION_PLANS__NON_DIVISIBLE_TRANSACTION_PLANS_NOT_SUPPORTED (line 310) | const SOLANA_ERROR__INSTRUCTION_PLANS__NON_DIVISIBLE_TRANSACTION_PLANS_N... constant SOLANA_ERROR__INSTRUCTION_PLANS__FAILED_SINGLE_TRANSACTION_PLAN_RESULT_NOT_FOUND (line 311) | const SOLANA_ERROR__INSTRUCTION_PLANS__FAILED_SINGLE_TRANSACTION_PLAN_RE... constant SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_INSTRUCTION_PLAN (line 312) | const SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_INSTRUCTION_PLAN = 761... constant SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_TRANSACTION_PLAN (line 313) | const SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_TRANSACTION_PLAN = 761... constant SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_TRANSACTION_PLAN_RESULT (line 314) | const SOLANA_ERROR__INSTRUCTION_PLANS__UNEXPECTED_TRANSACTION_PLAN_RESUL... constant SOLANA_ERROR__INSTRUCTION_PLANS__EXPECTED_SUCCESSFUL_TRANSACTION_PLAN_RESULT (line 315) | const SOLANA_ERROR__INSTRUCTION_PLANS__EXPECTED_SUCCESSFUL_TRANSACTION_P... constant SOLANA_ERROR__CODECS__CANNOT_DECODE_EMPTY_BYTE_ARRAY (line 319) | const SOLANA_ERROR__CODECS__CANNOT_DECODE_EMPTY_BYTE_ARRAY = 8078000; constant SOLANA_ERROR__CODECS__INVALID_BYTE_LENGTH (line 320) | const SOLANA_ERROR__CODECS__INVALID_BYTE_LENGTH = 8078001; constant SOLANA_ERROR__CODECS__EXPECTED_FIXED_LENGTH (line 321) | const SOLANA_ERROR__CODECS__EXPECTED_FIXED_LENGTH = 8078002; constant SOLANA_ERROR__CODECS__EXPECTED_VARIABLE_LENGTH (line 322) | const SOLANA_ERROR__CODECS__EXPECTED_VARIABLE_LENGTH = 8078003; constant SOLANA_ERROR__CODECS__ENCODER_DECODER_SIZE_COMPATIBILITY_MISMATCH (line 323) | const SOLANA_ERROR__CODECS__ENCODER_DECODER_SIZE_COMPATIBILITY_MISMATCH ... constant SOLANA_ERROR__CODECS__ENCODER_DECODER_FIXED_SIZE_MISMATCH (line 324) | const SOLANA_ERROR__CODECS__ENCODER_DECODER_FIXED_SIZE_MISMATCH = 8078005; constant SOLANA_ERROR__CODECS__ENCODER_DECODER_MAX_SIZE_MISMATCH (line 325) | const SOLANA_ERROR__CODECS__ENCODER_DECODER_MAX_SIZE_MISMATCH = 8078006; constant SOLANA_ERROR__CODECS__INVALID_NUMBER_OF_ITEMS (line 326) | const SOLANA_ERROR__CODECS__INVALID_NUMBER_OF_ITEMS = 8078007; constant SOLANA_ERROR__CODECS__ENUM_DISCRIMINATOR_OUT_OF_RANGE (line 327) | const SOLANA_ERROR__CODECS__ENUM_DISCRIMINATOR_OUT_OF_RANGE = 8078008; constant SOLANA_ERROR__CODECS__INVALID_DISCRIMINATED_UNION_VARIANT (line 328) | const SOLANA_ERROR__CODECS__INVALID_DISCRIMINATED_UNION_VARIANT = 8078009; constant SOLANA_ERROR__CODECS__INVALID_ENUM_VARIANT (line 329) | const SOLANA_ERROR__CODECS__INVALID_ENUM_VARIANT = 8078010; constant SOLANA_ERROR__CODECS__NUMBER_OUT_OF_RANGE (line 330) | const SOLANA_ERROR__CODECS__NUMBER_OUT_OF_RANGE = 8078011; constant SOLANA_ERROR__CODECS__INVALID_STRING_FOR_BASE (line 331) | const SOLANA_ERROR__CODECS__INVALID_STRING_FOR_BASE = 8078012; constant SOLANA_ERROR__CODECS__EXPECTED_POSITIVE_BYTE_LENGTH (line 332) | const SOLANA_ERROR__CODECS__EXPECTED_POSITIVE_BYTE_LENGTH = 8078013; constant SOLANA_ERROR__CODECS__OFFSET_OUT_OF_RANGE (line 333) | const SOLANA_ERROR__CODECS__OFFSET_OUT_OF_RANGE = 8078014; constant SOLANA_ERROR__CODECS__INVALID_LITERAL_UNION_VARIANT (line 334) | const SOLANA_ERROR__CODECS__INVALID_LITERAL_UNION_VARIANT = 8078015; constant SOLANA_ERROR__CODECS__LITERAL_UNION_DISCRIMINATOR_OUT_OF_RANGE (line 335) | const SOLANA_ERROR__CODECS__LITERAL_UNION_DISCRIMINATOR_OUT_OF_RANGE = 8... constant SOLANA_ERROR__CODECS__UNION_VARIANT_OUT_OF_RANGE (line 336) | const SOLANA_ERROR__CODECS__UNION_VARIANT_OUT_OF_RANGE = 8078017; constant SOLANA_ERROR__CODECS__INVALID_CONSTANT (line 337) | const SOLANA_ERROR__CODECS__INVALID_CONSTANT = 8078018; constant SOLANA_ERROR__CODECS__EXPECTED_ZERO_VALUE_TO_MATCH_ITEM_FIXED_SIZE (line 338) | const SOLANA_ERROR__CODECS__EXPECTED_ZERO_VALUE_TO_MATCH_ITEM_FIXED_SIZE... constant SOLANA_ERROR__CODECS__ENCODED_BYTES_MUST_NOT_INCLUDE_SENTINEL (line 339) | const SOLANA_ERROR__CODECS__ENCODED_BYTES_MUST_NOT_INCLUDE_SENTINEL = 80... constant SOLANA_ERROR__CODECS__SENTINEL_MISSING_IN_DECODED_BYTES (line 340) | const SOLANA_ERROR__CODECS__SENTINEL_MISSING_IN_DECODED_BYTES = 8078021; constant SOLANA_ERROR__CODECS__CANNOT_USE_LEXICAL_VALUES_AS_ENUM_DISCRIMINATORS (line 341) | const SOLANA_ERROR__CODECS__CANNOT_USE_LEXICAL_VALUES_AS_ENUM_DISCRIMINA... constant SOLANA_ERROR__CODECS__EXPECTED_DECODER_TO_CONSUME_ENTIRE_BYTE_ARRAY (line 342) | const SOLANA_ERROR__CODECS__EXPECTED_DECODER_TO_CONSUME_ENTIRE_BYTE_ARRA... constant SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_VALUE (line 343) | const SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_VALUE = 8078024; constant SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_BYTES (line 344) | const SOLANA_ERROR__CODECS__INVALID_PATTERN_MATCH_BYTES = 8078025; constant SOLANA_ERROR__FIXED_POINTS__INVALID_TOTAL_BITS (line 348) | const SOLANA_ERROR__FIXED_POINTS__INVALID_TOTAL_BITS = 8090000; constant SOLANA_ERROR__FIXED_POINTS__INVALID_FRACTIONAL_BITS (line 349) | const SOLANA_ERROR__FIXED_POINTS__INVALID_FRACTIONAL_BITS = 8090001; constant SOLANA_ERROR__FIXED_POINTS__INVALID_DECIMALS (line 350) | const SOLANA_ERROR__FIXED_POINTS__INVALID_DECIMALS = 8090002; constant SOLANA_ERROR__FIXED_POINTS__FRACTIONAL_BITS_EXCEED_TOTAL_BITS (line 351) | const SOLANA_ERROR__FIXED_POINTS__FRACTIONAL_BITS_EXCEED_TOTAL_BITS = 80... constant SOLANA_ERROR__FIXED_POINTS__VALUE_OUT_OF_RANGE (line 352) | const SOLANA_ERROR__FIXED_POINTS__VALUE_OUT_OF_RANGE = 8090004; constant SOLANA_ERROR__FIXED_POINTS__INVALID_STRING (line 353) | const SOLANA_ERROR__FIXED_POINTS__INVALID_STRING = 8090005; constant SOLANA_ERROR__FIXED_POINTS__INVALID_ZERO_DENOMINATOR_RATIO (line 354) | const SOLANA_ERROR__FIXED_POINTS__INVALID_ZERO_DENOMINATOR_RATIO = 8090006; constant SOLANA_ERROR__FIXED_POINTS__ARITHMETIC_OVERFLOW (line 355) | const SOLANA_ERROR__FIXED_POINTS__ARITHMETIC_OVERFLOW = 8090007; constant SOLANA_ERROR__FIXED_POINTS__SHAPE_MISMATCH (line 356) | const SOLANA_ERROR__FIXED_POINTS__SHAPE_MISMATCH = 8090008; constant SOLANA_ERROR__FIXED_POINTS__DIVISION_BY_ZERO (line 357) | const SOLANA_ERROR__FIXED_POINTS__DIVISION_BY_ZERO = 8090009; constant SOLANA_ERROR__FIXED_POINTS__STRICT_MODE_PRECISION_LOSS (line 358) | const SOLANA_ERROR__FIXED_POINTS__STRICT_MODE_PRECISION_LOSS = 8090010; constant SOLANA_ERROR__FIXED_POINTS__MALFORMED_RAW_VALUE (line 359) | const SOLANA_ERROR__FIXED_POINTS__MALFORMED_RAW_VALUE = 8090011; constant SOLANA_ERROR__FIXED_POINTS__TOTAL_BITS_NOT_BYTE_ALIGNED (line 360) | const SOLANA_ERROR__FIXED_POINTS__TOTAL_BITS_NOT_BYTE_ALIGNED = 8090012; constant SOLANA_ERROR__RPC__INTEGER_OVERFLOW (line 364) | const SOLANA_ERROR__RPC__INTEGER_OVERFLOW = 8100000; constant SOLANA_ERROR__RPC__TRANSPORT_HTTP_HEADER_FORBIDDEN (line 365) | const SOLANA_ERROR__RPC__TRANSPORT_HTTP_HEADER_FORBIDDEN = 8100001; constant SOLANA_ERROR__RPC__TRANSPORT_HTTP_ERROR (line 366) | const SOLANA_ERROR__RPC__TRANSPORT_HTTP_ERROR = 8100002; constant SOLANA_ERROR__RPC__API_PLAN_MISSING_FOR_RPC_METHOD (line 367) | const SOLANA_ERROR__RPC__API_PLAN_MISSING_FOR_RPC_METHOD = 8100003; constant SOLANA_ERROR__RPC_SUBSCRIPTIONS__CANNOT_CREATE_SUBSCRIPTION_PLAN (line 371) | const SOLANA_ERROR__RPC_SUBSCRIPTIONS__CANNOT_CREATE_SUBSCRIPTION_PLAN =... constant SOLANA_ERROR__RPC_SUBSCRIPTIONS__EXPECTED_SERVER_SUBSCRIPTION_ID (line 372) | const SOLANA_ERROR__RPC_SUBSCRIPTIONS__EXPECTED_SERVER_SUBSCRIPTION_ID =... constant SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CLOSED_BEFORE_MESSAGE_BUFFERED (line 373) | const SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CLOSED_BEFORE_MESSAGE_BUF... constant SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CONNECTION_CLOSED (line 374) | const SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CONNECTION_CLOSED = 8190003; constant SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_FAILED_TO_CONNECT (line 375) | const SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_FAILED_TO_CONNECT = 8190004; constant SOLANA_ERROR__SUBSCRIBABLE__RETRY_NOT_SUPPORTED (line 379) | const SOLANA_ERROR__SUBSCRIBABLE__RETRY_NOT_SUPPORTED = 8195000; constant SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS (line 383) | const SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS = 8500000; constant SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_INSTRUCTION_TYPE (line 384) | const SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_INSTRUCTION_TYPE = 850... constant SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_INSTRUCTION (line 385) | const SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_INSTRUCTION = 85... constant SOLANA_ERROR__PROGRAM_CLIENTS__UNEXPECTED_RESOLVED_INSTRUCTION_INPUT_TYPE (line 386) | const SOLANA_ERROR__PROGRAM_CLIENTS__UNEXPECTED_RESOLVED_INSTRUCTION_INP... constant SOLANA_ERROR__PROGRAM_CLIENTS__RESOLVED_INSTRUCTION_INPUT_MUST_BE_NON_NULL (line 387) | const SOLANA_ERROR__PROGRAM_CLIENTS__RESOLVED_INSTRUCTION_INPUT_MUST_BE_... constant SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_ACCOUNT_TYPE (line 388) | const SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_ACCOUNT_TYPE = 8500005; constant SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_ACCOUNT (line 389) | const SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_ACCOUNT = 8500006; constant SOLANA_ERROR__WALLET__NOT_CONNECTED (line 393) | const SOLANA_ERROR__WALLET__NOT_CONNECTED = 8900000; constant SOLANA_ERROR__WALLET__NO_SIGNER_CONNECTED (line 394) | const SOLANA_ERROR__WALLET__NO_SIGNER_CONNECTED = 8900001; constant SOLANA_ERROR__WALLET__SIGNER_NOT_AVAILABLE (line 395) | const SOLANA_ERROR__WALLET__SIGNER_NOT_AVAILABLE = 8900002; constant SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_STATE_MISSING (line 401) | const SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_STATE_MIS... constant SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_MUST_NOT_POLL_BEFORE_RESOLVING_EXISTING_MESSAGE_PROMISE (line 402) | const SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_MUST_NOT_... constant SOLANA_ERROR__INVARIANT_VIOLATION__CACHED_ABORTABLE_ITERABLE_CACHE_ENTRY_MISSING (line 403) | const SOLANA_ERROR__INVARIANT_VIOLATION__CACHED_ABORTABLE_ITERABLE_CACHE... constant SOLANA_ERROR__INVARIANT_VIOLATION__SWITCH_MUST_BE_EXHAUSTIVE (line 404) | const SOLANA_ERROR__INVARIANT_VIOLATION__SWITCH_MUST_BE_EXHAUSTIVE = 990... constant SOLANA_ERROR__INVARIANT_VIOLATION__DATA_PUBLISHER_CHANNEL_UNIMPLEMENTED (line 405) | const SOLANA_ERROR__INVARIANT_VIOLATION__DATA_PUBLISHER_CHANNEL_UNIMPLEM... constant SOLANA_ERROR__INVARIANT_VIOLATION__INVALID_INSTRUCTION_PLAN_KIND (line 406) | const SOLANA_ERROR__INVARIANT_VIOLATION__INVALID_INSTRUCTION_PLAN_KIND =... constant SOLANA_ERROR__INVARIANT_VIOLATION__INVALID_TRANSACTION_PLAN_KIND (line 407) | const SOLANA_ERROR__INVARIANT_VIOLATION__INVALID_TRANSACTION_PLAN_KIND =... type SolanaErrorCode (line 425) | type SolanaErrorCode = type SolanaErrorCodeWithCause (line 739) | type SolanaErrorCodeWithCause = type SolanaErrorCodeWithDeprecatedCause (line 747) | type SolanaErrorCodeWithDeprecatedCause = FILE: packages/errors/src/context.ts type BasicInstructionErrorContext (line 233) | type BasicInstructionErrorContext = { [P in T... type DefaultUnspecifiedErrorContextToUndefined (line 235) | type DefaultUnspecifiedErrorContextToUndefined = { type ReadonlyContextValue (line 239) | type ReadonlyContextValue = { type TypedArrayMutableProperties (line 243) | type TypedArrayMutableProperties = 'copyWithin' | 'fill' | 'reverse' | '... type ReadonlyUint8Array (line 244) | interface ReadonlyUint8Array extends Omit( type SolanaErrorCodedContext (line 90) | type SolanaErrorCodedContext = { class SolanaError (line 101) | class SolanaError ... method constructor (line 113) | constructor( FILE: packages/errors/src/instruction-error.ts constant ORDERED_ERROR_NAMES (line 5) | const ORDERED_ERROR_NAMES = [ function getSolanaErrorFromInstructionError (line 65) | function getSolanaErrorFromInstructionError( FILE: packages/errors/src/json-rpc-error.ts type RpcErrorResponse (line 25) | interface RpcErrorResponse { type TransactionError (line 31) | type TransactionError = string | { [key: string]: unknown }; type RpcSimulateTransactionResult (line 37) | interface RpcSimulateTransactionResult { function getSolanaErrorFromJsonRpcError (line 106) | function getSolanaErrorFromJsonRpcError(putativeErrorResponse: unknown):... function isRpcErrorResponse (line 162) | function isRpcErrorResponse(value: unknown): value is RpcErrorResponse { FILE: packages/errors/src/message-formatter.ts constant INSTRUCTION_ERROR_RANGE_SIZE (line 5) | const INSTRUCTION_ERROR_RANGE_SIZE = 1000; type StateType (line 7) | const enum StateType { type State (line 12) | type State = Readonly<{ constant START_INDEX (line 16) | const START_INDEX = 'i'; constant TYPE (line 17) | const TYPE = 't'; function getHumanReadableErrorMessage (line 19) | function getHumanReadableErrorMessage( function getErrorMessage (line 97) | function getErrorMessage( FILE: packages/errors/src/rpc-enum-errors.ts type Config (line 6) | type Config = Readonly<{ function getSolanaErrorFromRpcError (line 34) | function getSolanaErrorFromRpcError( FILE: packages/errors/src/simulation-errors.ts function unwrapSimulationError (line 38) | function unwrapSimulationError(error: unknown): unknown { FILE: packages/errors/src/stack-trace.ts function safeCaptureStackTrace (line 1) | function safeCaptureStackTrace(...args: Parameters( function eqBinaryFixedPoint (line 46) | function eqBinaryFixedPoint( function ltBinaryFixedPoint (line 58) | function ltBinaryFixedPoint( function lteBinaryFixedPoint (line 70) | function lteBinaryFixedPoint( function gtBinaryFixedPoint (line 82) | function gtBinaryFixedPoint( function gteBinaryFixedPoint (line 94) | function gteBinaryFixedPoint( FILE: packages/fixed-points/src/binary/conversions.ts function binaryFixedPointToBase10 (line 36) | function binaryFixedPointToBase10(value: BinaryFixedPoint = TTotalBits extends k... constant MASK_64 (line 73) | const MASK_64 = 0xffffffffffffffffn; constant MASK_32 (line 74) | const MASK_32 = 0xffffffffn; constant MASK_16 (line 75) | const MASK_16 = 0xffffn; constant MASK_8 (line 76) | const MASK_8 = 0xffn; function writeRawBigInt (line 93) | function writeRawBigInt( function readRawBigInt (line 158) | function readRawBigInt( FILE: packages/fixed-points/src/decimal/arithmetics.ts function addDecimalFixedPoint (line 23) | function addDecimalFixedPoint< function subtractDecimalFixedPoint (line 53) | function subtractDecimalFixedPoint< function multiplyDecimalFixedPoint (line 95) | function multiplyDecimalFixedPoint< function divideDecimalFixedPoint (line 142) | function divideDecimalFixedPoint< function negateDecimalFixedPoint (line 178) | function negateDecimalFixedPoint( function eqDecimalFixedPoint (line 46) | function eqDecimalFixedPoint( function ltDecimalFixedPoint (line 58) | function ltDecimalFixedPoint( function lteDecimalFixedPoint (line 70) | function lteDecimalFixedPoint( function gtDecimalFixedPoint (line 82) | function gtDecimalFixedPoint( function gteDecimalFixedPoint (line 94) | function gteDecimalFixedPoint( FILE: packages/fixed-points/src/decimal/conversions.ts function toUnsignedDecimalFixedPoint (line 30) | function toUnsignedDecimalFixedPoint(a: T, b: U): T & U { function combine (line 110) | function combine(a: T[], b: T[]): T[] { function combine (line 128) | function combine(a: string, b: string): string { function addOrAppend (line 146) | function addOrAppend(obj: { a: number; b?: string; c?: boolean; d?: stri... function dropArray (line 153) | function dropArray(obj: { a: number; b?: string; c?: boolean; d?: string... function throws (line 246) | function throws(_a: string): string { FILE: packages/functional/src/__typetests__/pipe-typetest.ts function assertNotAProperty (line 3) | function assertNotAProperty( function addOrAppend (line 236) | function addOrAppend(obj: { a: number; b?: string; c?: boolean; d?: stri... function dropArray (line 243) | function dropArray(obj: { a: number; b?: string; c?: boolean; d?: string... FILE: packages/functional/src/pipe.ts function pipe (line 234) | function pipe(init: TInitial, ...fns: CallableFunction[]) { FILE: packages/instruction-plans/src/__tests__/__setup__.ts constant MINIMUM_INSTRUCTION_SIZE (line 18) | const MINIMUM_INSTRUCTION_SIZE = 35; function createSingleInstructionAtATimeMessagePackerInstructionPlan (line 26) | function createSingleInstructionAtATimeMessagePackerInstructionPlan( constant FOREVER_PROMISE (line 49) | const FOREVER_PROMISE = new Promise(() => { function createMessage (line 53) | function createMessage( function createTransaction (line 63) | function createTransaction(id: TId): Transaction & {... function instructionFactory (line 71) | function instructionFactory(baseSeed?: string) { function transactionPercentFactory (line 88) | function transactionPercentFactory( function createMessagePackerInstructionPlan (line 96) | function createMessagePackerInstructionPlan( FILE: packages/instruction-plans/src/__tests__/append-instruction-plan-test.ts function createInstruction (line 19) | function createInstruction(id: TId): Instruction & {... FILE: packages/instruction-plans/src/__tests__/instruction-plan-input-test.ts function createInstruction (line 19) | function createInstruction(id: TId): Instruction & {... FILE: packages/instruction-plans/src/__tests__/instruction-plan-test.ts function createInstruction (line 51) | function createInstruction(id: TId): Instruction & {... FILE: packages/instruction-plans/src/__tests__/transaction-plan-errors-test.ts function createPreflightError (line 55) | function createPreflightError( FILE: packages/instruction-plans/src/__tests__/transaction-plan-executor-test.ts function expectFailedToExecute (line 32) | async function expectFailedToExecute( function forwardId (line 52) | function forwardId(_: unknown, message: TransactionMessage & Transaction... FILE: packages/instruction-plans/src/__tests__/transaction-planner-test.ts function createMockTransactionMessage (line 46) | function createMockTransactionMessage(): TransactionMessage & Transactio... function getHelpers (line 50) | function getHelpers(createTransactionMessage: () => TransactionMessage &... function makeAddress (line 104) | function makeAddress(i: number): Address { function makeAddresses (line 107) | function makeAddresses(n: number, offset = 0): Address[] { function runAndAbortPlanner (line 1875) | function runAndAbortPlanner(planner: TransactionPlanner, plan?: Instruct... FILE: packages/instruction-plans/src/__typetests__/append-instruction-plan-typetest.ts type InstructionA (line 21) | type InstructionA = Instruction & { identifier: 'A' }; FILE: packages/instruction-plans/src/__typetests__/transaction-plan-executor-typetest.ts type CustomContext (line 36) | type CustomContext = { customData: string }; FILE: packages/instruction-plans/src/__typetests__/transaction-plan-result-typetest.ts type CustomContext (line 49) | type CustomContext = { customData: string }; FILE: packages/instruction-plans/src/append-instruction-plan.ts type AppendTransactionMessageInstructions (line 17) | type AppendTransactionMessageInstructions; function createFailedToSendTransactionError (line 55) | function createFailedToSendTransactionError( function createFailedToSendTransactionsError (line 124) | function createFailedToSendTransactionsError( function createFailedToExecuteTransactionPlanError (line 198) | function createFailedToExecuteTransactionPlanError( function unwrapErrorWithPreflightData (line 216) | function unwrapErrorWithPreflightData(error: Error): { function findErrorFromTransactionPlanResult (line 237) | function findErrorFromTransactionPlanResult(result: TransactionPlanResul... function formatLogSnippet (line 249) | function formatLogSnippet(logs: readonly string[] | undefined): string { function getFailedIndicator (line 257) | function getFailedIndicator(isPreflight: boolean, signature: string | un... FILE: packages/instruction-plans/src/transaction-plan-executor.ts type TransactionPlanExecutor (line 48) | type TransactionPlanExecutor = Tra... function traverse (line 156) | async function traverse( function traverseSequential (line 174) | async function traverseSequential = { -readonly [P in keyof T]: T[P] }; type CreateTransactionMessage (line 54) | type CreateTransactionMessage = (config?: { type OnTransactionMessageUpdated (line 60) | type OnTransactionMessageUpdated = ( type TransactionPlannerConfig (line 72) | type TransactionPlannerConfig = { function createTransactionPlanner (line 106) | function createTransactionPlanner(config: TransactionPlannerConfig): Tra... type MutableTransactionPlan (line 124) | type MutableTransactionPlan = Mutable; type MutableSingleTransactionPlan (line 125) | type MutableSingleTransactionPlan = Mutable; type TraverseContext (line 127) | type TraverseContext = { function traverse (line 135) | async function traverse( function traverseSequential (line 156) | async function traverseSequential( function traverseParallel (line 215) | async function traverseParallel( function traverseSingle (line 250) | async function traverseSingle( function traverseMessagePacker (line 264) | async function traverseMessagePacker( function getSequentialCandidate (line 298) | function getSequentialCandidate(latestPlan: MutableTransactionPlan): Mut... function getParallelCandidates (line 308) | function getParallelCandidates(latestPlan: TransactionPlan): MutableSing... function selectAndMutateCandidate (line 312) | async function selectAndMutateCandidate( function createNewMessage (line 350) | async function createNewMessage( function freezeTransactionPlan (line 377) | function freezeTransactionPlan(plan: MutableTransactionPlan): Transactio... function fitEntirePlanInsideMessage (line 394) | function fitEntirePlanInsideMessage( FILE: packages/instructions/src/__typetests__/instruction-typetest.ts type MyAddress (line 57) | type MyAddress = typeof myAddress; FILE: packages/instructions/src/accounts.ts type AccountMeta (line 23) | interface AccountMeta { type ReadonlyAccount (line 31) | type ReadonlyAccount = AccountMeta = AccountMeta = AccountMe... type WritableSignerAccount (line 47) | type WritableSignerAccount = AccountMe... type AccountLookupMeta (line 72) | interface AccountLookupMeta extends ... function isInstructionWithData (line 112) | function isInstructionWithData< function assertIsInstructionWithData (line 119) | function assertIsInstructionWithData< FILE: packages/instructions/src/roles.ts type AccountRole (line 15) | enum AccountRole { constant IS_SIGNER_BITMASK (line 24) | const IS_SIGNER_BITMASK = 0b10; constant IS_WRITABLE_BITMASK (line 25) | const IS_WRITABLE_BITMASK = 0b01; function downgradeRoleToNonSigner (line 33) | function downgradeRoleToNonSigner(role: AccountRole): AccountRole { function downgradeRoleToReadonly (line 43) | function downgradeRoleToReadonly(role: AccountRole): AccountRole { function isSignerRole (line 51) | function isSignerRole(role: AccountRole): role is AccountRole.READONLY_S... function isWritableRole (line 59) | function isWritableRole(role: AccountRole): role is AccountRole.WRITABLE... function mergeRoles (line 83) | function mergeRoles(roleA: AccountRole, roleB: AccountRole): AccountRole { function upgradeRoleToSigner (line 93) | function upgradeRoleToSigner(role: AccountRole): AccountRole { function upgradeRoleToWritable (line 103) | function upgradeRoleToWritable(role: AccountRole): AccountRole { FILE: packages/keys/src/__benchmarks__/run.ts function generateKeyPairForTest (line 12) | async function generateKeyPairForTest() { function generateRandomBytesForTest (line 17) | function generateRandomBytesForTest() { function generateSignatureForBytes (line 23) | async function generateSignatureForBytes() { method beforeEach (line 30) | async beforeEach() { method beforeEach (line 36) | async beforeEach() { FILE: packages/keys/src/__tests__/grind-keypair-test.ts function getAddressFromKeyPair (line 16) | async function getAddressFromKeyPair(keyPair: CryptoKeyPair): Promise boolean); type GrindKeyPairsConfig (line 30) | type GrindKeyPairsConfig = Readonly<{ constant STRIP_UNVALIDATED_REGEX_PARTS (line 71) | const STRIP_UNVALIDATED_REGEX_PARTS = /\\.|\[[^\]]*\]|\{[^}]*\}|\([^)]*\... constant STRIP_GRIND_METACHARACTERS (line 75) | const STRIP_GRIND_METACHARACTERS = /[$()*+./?[\]^{|}]/g; constant BASE58_ALPHABET_REGEX (line 78) | const BASE58_ALPHABET_REGEX = /^[1-9A-HJ-NP-Za-km-z]*$/; function assertGrindRegexIsValid (line 92) | function assertGrindRegexIsValid(regex: RegExp): void { function grindKeyPairs (line 166) | async function grindKeyPairs(config: GrindKeyPairsConfig): Promise)... FILE: packages/keys/src/key-pair.ts function generateKeyPair (line 29) | async function generateKeyPair(extractable: boolean = false): Promise, 'Signature'>; type SignatureBytes (line 24) | type SignatureBytes = Brand; function assertIsSignature (line 56) | function assertIsSignature(putativeSignature: string): asserts putativeS... function assertIsSignatureBytes (line 102) | function assertIsSignatureBytes( function isSignature (line 133) | function isSignature(putativeSignature: string): putativeSignature is Si... function isSignatureBytes (line 169) | function isSignatureBytes(putativeSignatureBytes: ReadonlyUint8Array): p... function signBytes (line 186) | async function signBytes(key: CryptoKey, data: ReadonlyUint8Array): Prom... function signature (line 206) | function signature(putativeSignature: string): Signature { function signatureBytes (line 225) | function signatureBytes(putativeSignatureBytes: ReadonlyUint8Array): Sig... function verifySignature (line 246) | async function verifySignature( FILE: packages/keys/src/write-keypair.ts type WriteKeyPairConfig (line 12) | type WriteKeyPairConfig = Readonly<{ function writeKeyPair (line 73) | async function writeKeyPair( FILE: packages/kit/src/__tests__/airdrop-internal-test.ts constant FOREVER_PROMISE (line 8) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/kit/src/__tests__/compute-unit-limit-estimation-test.ts constant FOREVER_PROMISE (line 35) | const FOREVER_PROMISE = new Promise(() => { constant MOCK_BLOCKHASH_LIFETIME_CONSTRAINT (line 39) | const MOCK_BLOCKHASH_LIFETIME_CONSTRAINT = { constant MOCK_TRANSACTION_MESSAGE (line 44) | const MOCK_TRANSACTION_MESSAGE: TransactionMessage & TransactionMessageW... FILE: packages/kit/src/__tests__/create-async-generator-with-initial-value-and-slot-tracking-test.ts type TestValue (line 7) | type TestValue = { count: number }; function createMockRpcRequest (line 9) | function createMockRpcRequest(): { function createMockSubscriptionRequest (line 27) | function createMockSubscriptionRequest(): { function rpcResponse (line 106) | function rpcResponse(slot: number, value: TestValue): SolanaRpcResponse<... function expectedResponse (line 111) | function expectedResponse(slot: number, value: number) { function collectValues (line 116) | async function collectValues(gen: AsyncGenerator, n?: number): Pro... FILE: packages/kit/src/__tests__/create-reactive-store-with-initial-value-and-slot-tracking-test.ts type TestValue (line 7) | type TestValue = { count: number }; function createMockRpcRequest (line 9) | function createMockRpcRequest(): { function createMockSubscriptionRequest (line 27) | function createMockSubscriptionRequest(): { function rpcResponse (line 106) | function rpcResponse(slot: number, value: TestValue): SolanaRpcResponse<... function createRetryableMocks (line 626) | function createRetryableMocks() { FILE: packages/kit/src/__tests__/send-and-confirm-durable-nonce-transaction-test.ts constant FOREVER_PROMISE (line 27) | const FOREVER_PROMISE = new Promise(() => { constant DELAYED_SIGNATURE_INTERVAL (line 31) | const DELAYED_SIGNATURE_INTERVAL = 1000; FILE: packages/kit/src/__tests__/send-transaction-internal-test.ts constant FOREVER_PROMISE (line 20) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/kit/src/__typetests__/decompile-transaction-message-fetching-lookup-tables-typetest.ts function acceptsTransactionMessageWithBlockhashLifetime (line 52) | function acceptsTransactionMessageWithBlockhashLifetime(_msg: Transactio... type TransactionMessageNotLegacy (line 68) | type TransactionMessageNotLegacy = Exclude; FILE: packages/kit/src/airdrop-internal.ts type RequestAndConfirmAirdropConfig (line 7) | type RequestAndConfirmAirdropConfig = Readonly<{ function requestAndConfirmAirdrop_INTERNAL_ONLY_DO_NOT_EXPORT (line 21) | async function requestAndConfirmAirdrop_INTERNAL_ONLY_DO_NOT_EXPORT({ FILE: packages/kit/src/airdrop.ts type AirdropFunction (line 12) | type AirdropFunction = ( type AirdropFactoryConfig (line 19) | type AirdropFactoryConfig = { function airdropFactory (line 53) | function airdropFactory) { function handleError (line 140) | function handleError(err: unknown) { FILE: packages/kit/src/create-reactive-store-with-initial-value-and-slot-tracking.ts type CreateReactiveStoreWithInitialValueAndSlotTrackingConfig (line 6) | type CreateReactiveStoreWithInitialValueAndSlotTrackingConfig = Object.freeze({ function createReactiveStoreWithInitialValueAndSlotTracking (line 98) | function createReactiveStoreWithInitialValueAndSlotTracking = { function sendAndConfirmDurableNonceTransactionFactory (line 80) | function sendAndConfirmDurableNonceTransactionFactory< FILE: packages/kit/src/send-and-confirm-transaction.ts type SendAndConfirmTransactionWithBlockhashLifetimeFunction (line 13) | type SendAndConfirmTransactionWithBlockhashLifetimeFunction = ( type SendAndConfirmTransactionWithBlockhashLifetimeFactoryConfig (line 21) | type SendAndConfirmTransactionWithBlockhashLifetimeFactoryConfig = NominalType... type Brand (line 76) | type Brand = NominalType<'brand', TBrandNa... type CompressedData (line 94) | type CompressedData = NominalType<... type EncodedString (line 114) | type EncodedString =... type NominalType (line 140) | type NominalType = { FILE: packages/offchain-messages/src/__tests__/content-test.ts constant UTF8_LONGER_THAN_65535 (line 20) | const UTF8_LONGER_THAN_65535 = [ constant UTF8_WITHIN_65535 (line 26) | const UTF8_WITHIN_65535 = ['!'.repeat(65535), '😘'.repeat(16383), '€'.rep... constant UTF8_LONGER_THAN_1232 (line 28) | const UTF8_LONGER_THAN_1232 = ['!'.repeat(1232 + 1), '😘'.repeat(308 + 1)... constant UTF8_WITHIN_1232 (line 29) | const UTF8_WITHIN_1232 = ['!'.repeat(1232), '😘'.repeat(308), '€'.repeat(... FILE: packages/offchain-messages/src/__tests__/envelope-codec-test.ts constant OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES (line 20) | const OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES: ReadonlyUint8Array = new Ui... constant APPLICATION_DOMAIN_BYTES (line 24) | const APPLICATION_DOMAIN_BYTES = new Uint8Array([ constant SIGNER_A (line 29) | const SIGNER_A = constant SIGNER_A_BYTES (line 31) | const SIGNER_A_BYTES = new Uint8Array([ constant SIGNER_B (line 35) | const SIGNER_B = constant SIGNER_B_BYTES (line 37) | const SIGNER_B_BYTES = new Uint8Array([ FILE: packages/offchain-messages/src/__tests__/message-codec-test.ts constant OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES (line 15) | const OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES: ReadonlyUint8Array = new Ui... FILE: packages/offchain-messages/src/__tests__/message-v0-codec-test.ts constant OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES (line 32) | const OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES: ReadonlyUint8Array = new Ui... constant APPLICATION_DOMAIN (line 36) | const APPLICATION_DOMAIN = 'testdomain111111111111111111111111111111111'... constant APPLICATION_DOMAIN_BYTES (line 37) | const APPLICATION_DOMAIN_BYTES = new Uint8Array([ constant SIGNER_A (line 42) | const SIGNER_A = constant SIGNER_A_BYTES (line 44) | const SIGNER_A_BYTES = new Uint8Array([ constant SIGNER_B (line 48) | const SIGNER_B = constant SIGNER_B_BYTES (line 50) | const SIGNER_B_BYTES = new Uint8Array([ FILE: packages/offchain-messages/src/__tests__/message-v1-codec-test.ts constant OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES (line 20) | const OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES: ReadonlyUint8Array = new Ui... constant SIGNER_A (line 24) | const SIGNER_A = constant SIGNER_A_BYTES (line 26) | const SIGNER_A_BYTES = new Uint8Array([ constant SIGNER_B (line 30) | const SIGNER_B = constant SIGNER_B_BYTES (line 32) | const SIGNER_B_BYTES = new Uint8Array([ FILE: packages/offchain-messages/src/__tests__/preamble-test.ts function arr (line 4) | function arr(a: ArrayLike) { FILE: packages/offchain-messages/src/__tests__/signatures-test.ts constant OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES (line 33) | const OFFCHAIN_MESSAGE_SIGNING_DOMAIN_BYTES: ReadonlyUint8Array = new Ui... constant APPLICATION_DOMAIN_BYTES (line 37) | const APPLICATION_DOMAIN_BYTES = new Uint8Array([ constant SIGNER_A_BYTES (line 42) | const SIGNER_A_BYTES = new Uint8Array([ constant SIGNER_B_BYTES (line 46) | const SIGNER_B_BYTES = new Uint8Array([ constant SIGNER_C_BYTES (line 50) | const SIGNER_C_BYTES = new Uint8Array([ FILE: packages/offchain-messages/src/application-domain.ts type OffchainMessageApplicationDomain (line 21) | type OffchainMessageApplicationDomain = Brand< function isOffchainMessageApplicationDomain (line 47) | function isOffchainMessageApplicationDomain( function assertIsOffchainMessageApplicationDomain (line 83) | function assertIsOffchainMessageApplicationDomain( function offchainMessageApplicationDomain (line 132) | function offchainMessageApplicationDomain(putativeApplicationDomain: str... FILE: packages/offchain-messages/src/codecs/application-domain.ts function getOffchainMessageApplicationDomainEncoder (line 33) | function getOffchainMessageApplicationDomainEncoder(): FixedSizeEncoder<... function getOffchainMessageApplicationDomainDecoder (line 60) | function getOffchainMessageApplicationDomainDecoder(): FixedSizeDecoder<... function getOffchainMessageApplicationDomainCodec (line 74) | function getOffchainMessageApplicationDomainCodec(): FixedSizeCodec< FILE: packages/offchain-messages/src/codecs/content.ts function getOffchainMessageContentFormatDecoder (line 6) | function getOffchainMessageContentFormatDecoder(): FixedSizeDecoder { FILE: packages/offchain-messages/src/codecs/preamble-common.ts type TDecoderFields (line 29) | type TDecoderFields = Parameters[0]; type TEncoderFields (line 30) | type TEncoderFields = Parameters[0]; function getSigningDomainPrefixedDecoder (line 32) | function getSigningDomainPrefixedDecoder... function getSigningDomainPrefixedEncoder (line 36) | function getSigningDomainPrefixedEncoder... function getVersionTransformer (line 40) | function getVersionTransformer(fixedVersion?: OffchainMessageVersion) { function createOffchainMessagePreambleDecoder (line 57) | function createOffchainMessagePreambleDecoder< function createOffchainMessagePreambleEncoder (line 67) | function createOffchainMessagePreambleEncoder< function decodeRequiredSignatoryAddresses (line 77) | function decodeRequiredSignatoryAddresses(bytes: ReadonlyUint8Array): re... function getSignatoriesComparator (line 99) | function getSignatoriesComparator(): (a: ReadonlyUint8Array, b: Readonly... FILE: packages/offchain-messages/src/codecs/preamble-v0.ts function getOffchainMessageV0PreambleDecoder (line 22) | function getOffchainMessageV0PreambleDecoder(): VariableSizeDecoder( function assertIsOffchainMessageContentUtf8Of65535BytesMax (line 281) | function assertIsOffchainMessageContentUtf8Of65535BytesMax(putativeConte... function isOffchainMessageContentUtf8Of65535BytesMax (line 310) | function isOffchainMessageContentUtf8Of65535BytesMax(putativeContent: { function offchainMessageContentUtf8Of65535BytesMax (line 365) | function offchainMessageContentUtf8Of65535BytesMax( function isTextRestrictedAscii (line 376) | function isTextRestrictedAscii(putativeRestrictedAsciiString: string): b... FILE: packages/offchain-messages/src/envelope-common.ts function compileOffchainMessageEnvelopeUsingEncoder (line 6) | function compileOffchainMessageEnvelopeUsingEncoder = Record; type OffchainMessageSignaturesMap (line 10) | type OffchainMessageSignaturesMap = OrderedMap = Readon... type OffchainMessageWithRequiredSignatories (line 30) | interface OffchainMessageWithRequiredSignatories< function partiallySignOffchainMessageEnvelope (line 59) | async function partiallySignOffchainMessageEnvelope( function getOptionDecoder (line 229) | function getOptionDecoder( function getOptionCodec (line 389) | function getOptionCodec( FILE: packages/options/src/option.ts type Option (line 43) | type Option = None | Some; type OptionOrNullable (line 72) | type OptionOrNullable = Option | T | null; type Some (line 95) | type Some = Readonly<{ __option: 'Some'; value: T }>; type None (line 116) | type None = Readonly<{ __option: 'None' }>; FILE: packages/options/src/unwrap-option-recursively.ts type UnUnwrappables (line 10) | type UnUnwrappables = type UnwrappedOption (line 57) | type UnwrappedOption = function unwrapOptionRecursively (line 127) | function unwrapOptionRecursively(input: T, fallback?: () =>... FILE: packages/options/src/unwrap-option.ts function unwrapOption (line 37) | function unwrapOption(option: Option, fallback?: () => U... FILE: packages/plugin-core/src/__typetests__/client-typetest.ts constant EMPTY_CLIENT (line 4) | const EMPTY_CLIENT = null as unknown as Client; constant EMPTY_ASYNC_CLIENT (line 5) | const EMPTY_ASYNC_CLIENT = null as unknown as AsyncClient; FILE: packages/plugin-core/src/client.ts type ClientPlugin (line 101) | type ClientPlugin... type Client (line 113) | type Client = TSelf & { type AsyncClient (line 137) | type AsyncClient = Promise> & { function createClient (line 175) | function createClient(value?: TSelf): Cli... function addUse (line 179) | function addUse(value: TSelf): Client { function createAsyncClient (line 199) | function createAsyncClient(promise: Promise... function extendClient (line 240) | function extendClient( function toConfigurableDescriptors (line 249) | function toConfigurableDescriptors(desc... function withCleanup (line 290) | function withCleanup(client: TClient, cleanup: (... constant DISPOSABLE_STACK_PROPERTY (line 301) | const DISPOSABLE_STACK_PROPERTY = '__PRIVATE__DISPOSABLE_STACK' as const; function addCleanupToClientWithExistingStack (line 303) | function addCleanupToClientWithExistingStack( FILE: packages/plugin-interfaces/src/__typetests__/airdrop-typetest.ts type CustomClient (line 27) | type CustomClient = ClientWithAirdrop & { otherMethod(): string }; FILE: packages/plugin-interfaces/src/__typetests__/get-minimum-balance-typetest.ts type CustomClient (line 21) | type CustomClient = ClientWithGetMinimumBalance & { otherMethod(): strin... FILE: packages/plugin-interfaces/src/__typetests__/identity-typetest.ts type CustomClient (line 15) | type CustomClient = ClientWithIdentity & { customMethod(): void }; FILE: packages/plugin-interfaces/src/__typetests__/instruction-plans-typetest.ts type FullTransactionClient (line 97) | type FullTransactionClient = ClientWithTransactionPlanning & ClientWithT... FILE: packages/plugin-interfaces/src/__typetests__/payer-typetest.ts type CustomClient (line 15) | type CustomClient = ClientWithPayer & { customMethod(): void }; FILE: packages/plugin-interfaces/src/__typetests__/rpc-typetest.ts type TestRpcMethods (line 6) | type TestRpcMethods = { type TestSubscriptionMethods (line 11) | type TestSubscriptionMethods = { type CombinedClient (line 26) | type CombinedClient = ClientWithRpc & { payer: { address... type FullRpcClient (line 43) | type FullRpcClient = ClientWithRpc & ClientWithRpcSubscr... FILE: packages/plugin-interfaces/src/__typetests__/subscribe-to-typetest.ts type CustomClient (line 23) | type CustomClient = ClientWithSubscribeToPayer & { customMethod(): void }; type CustomClient (line 40) | type CustomClient = ClientWithSubscribeToIdentity & { customMethod(): vo... FILE: packages/plugin-interfaces/src/airdrop.ts type ClientWithAirdrop (line 19) | type ClientWithAirdrop = { FILE: packages/plugin-interfaces/src/get-minimum-balance.ts type GetMinimumBalanceConfig (line 6) | type GetMinimumBalanceConfig = { type ClientWithGetMinimumBalance (line 34) | type ClientWithGetMinimumBalance = { FILE: packages/plugin-interfaces/src/identity.ts type ClientWithIdentity (line 23) | type ClientWithIdentity = { identity: TransactionSigner }; FILE: packages/plugin-interfaces/src/instruction-plans.ts type Config (line 10) | type Config = { abortSignal?: AbortSignal }; type ClientWithTransactionPlanning (line 32) | type ClientWithTransactionPlanning = { type ClientWithTransactionSending (line 82) | type ClientWithTransactionSending = { FILE: packages/plugin-interfaces/src/payer.ts type ClientWithPayer (line 26) | type ClientWithPayer = { payer: TransactionSigner }; FILE: packages/plugin-interfaces/src/rpc.ts type ClientWithRpc (line 23) | type ClientWithRpc = { rpc: Rpc }; type ClientWithRpcSubscriptions (line 50) | type ClientWithRpcSubscriptions = { FILE: packages/plugin-interfaces/src/subscribe-to.ts type SubscribeToFn (line 34) | type SubscribeToFn = (listener: () => void) => () => void; type ClientWithSubscribeToPayer (line 61) | type ClientWithSubscribeToPayer = { type ClientWithSubscribeToIdentity (line 94) | type ClientWithSubscribeToIdentity = { FILE: packages/program-client-core/src/__tests__/self-fetch-functions-test.ts function getMockCodec (line 28) | function getMockCodec() { function fetchEncodedAccountImpl (line 32) | function fetchEncodedAccountImpl(address: Address): MaybeEncodedAccount { FILE: packages/program-client-core/src/__tests__/self-plan-and-send-functions-test.ts function createMockClient (line 19) | function createMockClient() { method then (line 170) | then(onFulfilled) { FILE: packages/program-client-core/src/__typetests__/self-fetch-functions-typetest.ts type RpcClient (line 9) | type RpcClient = ClientWithRpc; type MyAccountData (line 11) | type MyAccountData = { age: number; name: string }; type MyAccountInput (line 63) | type MyAccountInput = { age: bigint | number; name: string }; type MyCodec (line 83) | type MyCodec = FixedSizeCodec & { custom: 42 }; type MyAccountInput (line 92) | type MyAccountInput = { age: bigint | number; name: string }; type MyAccountInput (line 101) | type MyAccountInput = { age: bigint | number; name: string }; type MyAccountInput (line 123) | type MyAccountInput = { age: bigint | number; name: string }; FILE: packages/program-client-core/src/__typetests__/self-plan-and-send-functions-typetest.ts type FullClient (line 14) | type FullClient = ClientWithTransactionPlanning & ClientWithTransactionS... type MyInstruction (line 97) | type MyInstruction = Instruction<'MyProgram111111111111111111111111'> & ... type MyPlan (line 106) | type MyPlan = SingleInstructionPlan & { custom: 42 }; type MyInstruction (line 115) | type MyInstruction = Instruction<'MyProgram111111111111111111111111'>; FILE: packages/program-client-core/src/instruction-input-resolution.ts function getNonNullResolvedInstructionInput (line 33) | function getNonNullResolvedInstructionInput(inputName: string, value:... function getAddressFromResolvedInstructionAccount (line 62) | function getAddressFromResolvedInstructionAccount; type InferTFrom (line 20) | type InferTFrom = T extends Codec ? TFrom : never; type InferTTo (line 22) | type InferTTo = T extends Codec ? TTo : never; type SelfFetchFunctions (line 59) | type SelfFetchFunctions = { function addSelfFetchFunctions (line 129) | function addSelfFetchFunctions( FILE: packages/program-client-core/src/self-plan-and-send-functions.ts type PlanTransaction (line 5) | type PlanTransaction = ClientWithTransactionPlanning['planTransaction']; type PlanTransactions (line 6) | type PlanTransactions = ClientWithTransactionPlanning['planTransactions']; type SendTransaction (line 7) | type SendTransaction = ClientWithTransactionSending['sendTransaction']; type SendTransactions (line 8) | type SendTransactions = ClientWithTransactionSending['sendTransactions']; type SelfPlanAndSendFunctions (line 31) | type SelfPlanAndSendFunctions = { function addSelfPlanAndSendFunctions (line 86) | function addSelfPlanAndSendFunctions< function isPromiseLike (line 110) | function isPromiseLike( FILE: packages/programs/src/program-error.ts function isProgramError (line 31) | function isProgramError( FILE: packages/promises/src/__tests__/abortable-test.ts class CustomError (line 85) | class CustomError extends Error { FILE: packages/promises/src/__tests__/race-test.ts function randomString (line 14) | async function randomString(length: number) { function usageMeaningfullyIncreasing (line 27) | function usageMeaningfullyIncreasing(usages: readonly NodeJS.MemoryUsage... function detectLeak (line 34) | function detectLeak(usages: readonly NodeJS.MemoryUsage[]) { function run (line 38) | async function run(race: typeof Promise.race) { FILE: packages/promises/src/abortable.ts function isAbortError (line 26) | function isAbortError(err: unknown): err is Error { function getAbortablePromise (line 44) | function getAbortablePromise(promise: Promise, abortSignal?: Abort... FILE: packages/promises/src/race.ts type Deferred (line 35) | type Deferred = Readonly<{ function isObject (line 40) | function isObject(value: unknown): value is object { function addRaceContender (line 44) | function addRaceContender(contender: object) { function safeRace (line 80) | async function safeRace(contenders: T... FILE: packages/react/src/SelectedWalletAccountContextProvider.tsx type SelectedWalletAccountContextProviderProps (line 12) | type SelectedWalletAccountContextProviderProps = { function findSavedWalletAccount (line 27) | function findSavedWalletAccount( function SelectedWalletAccountContextProvider (line 57) | function SelectedWalletAccountContextProvider({ FILE: packages/react/src/__tests__/SelectedWalletAccountContextProvider-test.browser.tsx function makeWallet (line 28) | function makeWallet(name: string, accounts: string[]) { function Consumer (line 37) | function Consumer() { FILE: packages/react/src/__typetests__/selectedWalletAccountContextProvider-typetest.ts type CtxValue (line 39) | type CtxValue = ReturnType; type SelectedWallet (line 43) | type SelectedWallet = CtxValue[0]; type SetSelected (line 50) | type SetSelected = CtxValue[1]; type FilteredWallets (line 68) | type FilteredWallets = CtxValue[2]; FILE: packages/react/src/chain.ts type AssertSolanaChain (line 3) | type AssertSolanaChain = T extends `solana:${string}` ? T : never; type OnlySolanaChains (line 5) | type OnlySolanaChains = T extends IdentifierA... FILE: packages/react/src/selectedWalletAccountContext.ts type SelectedWalletAccountState (line 4) | type SelectedWalletAccountState = UiWalletAccount | undefined; type SelectedWalletAccountContextValue (line 6) | type SelectedWalletAccountContextValue = readonly [ function useSelectedWalletAccount (line 18) | function useSelectedWalletAccount() { FILE: packages/react/src/test-renderer.tsx type Result (line 5) | type Result = type TestComponentProps (line 16) | type TestComponentProps = { function TestComponentHookRenderer (line 21) | function TestComponentHookRenderer u... function TestComponent (line 29) | function TestComponent unknown>({ function renderHook (line 53) | function renderHook(executor: () => THookReturn): { FILE: packages/react/src/useSignAndSendTransaction.ts type Input (line 17) | type Input = Readonly< type Output (line 24) | type Output = SolanaSignAndSendTransactionOutput; function useSignAndSendTransaction (line 70) | function useSignAndSendTransaction( function useSignAndSendTransactions (line 125) | function useSignAndSendTransactions & function useSignIn (line 74) | function useSignIn(uiWalletHandle: UiWalletHandle): (input?: Input) => P... function useSignIns (line 85) | function useSignIns( FILE: packages/react/src/useSignMessage.ts type Input (line 11) | type Input = Omit; type Output (line 12) | type Output = Omit; function useSignMessage (line 43) | function useSignMessage( function useSignMessages (line 56) | function useSignMessages( FILE: packages/react/src/useSignTransaction.ts type Input (line 17) | type Input = Readonly< type Output (line 24) | type Output = SolanaSignTransactionOutput; function useSignTransaction (line 66) | function useSignTransaction( function useSignTransactions (line 121) | function useSignTransactions( FILE: packages/react/src/useWalletAccountMessageSigner.ts function useWalletAccountMessageSigner (line 52) | function useWalletAccountMessageSigner { FILE: packages/rpc-api/src/__tests__/get-account-info-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-block-production-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-cluster-nodes-test.ts function getNodeInfoFromLogFile (line 19) | async function getNodeInfoFromLogFile() { FILE: packages/rpc-api/src/__tests__/get-fee-for-message-test.ts constant CONTEXT_MATCHER (line 15) | const CONTEXT_MATCHER = expect.objectContaining({ constant MOCK_PUBLIC_KEY_BYTES (line 19) | const MOCK_PUBLIC_KEY_BYTES = // DRtXHDgC312wpNdNCSb8vCoXDcofCJcPHdAw4Vk... function getMockTransactionMessage (line 26) | function getMockTransactionMessage(blockhash: Blockhash) { FILE: packages/rpc-api/src/__tests__/get-genesis-hash-test.ts function getGenesisHashFromLogFile (line 12) | async function getGenesisHashFromLogFile() { FILE: packages/rpc-api/src/__tests__/get-identity-test.ts function getValidatorAddress (line 13) | async function getValidatorAddress() { FILE: packages/rpc-api/src/__tests__/get-largest-accounts-test.ts constant CONTEXT_MATCHER (line 12) | const CONTEXT_MATCHER = expect.objectContaining({ function getNodeAddress (line 20) | async function getNodeAddress(path: string) { FILE: packages/rpc-api/src/__tests__/get-latest-blockhash-test.ts constant CONTEXT_MATCHER (line 8) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-leader-schedule-test.ts function getValidatorAddress (line 14) | async function getValidatorAddress() { FILE: packages/rpc-api/src/__tests__/get-multiple-accounts-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-program-accounts-test.ts constant CONTEXT_MATCHER (line 13) | const CONTEXT_MATCHER = expect.objectContaining({ function getNodeAddress (line 20) | async function getNodeAddress(path: string) { FILE: packages/rpc-api/src/__tests__/get-signature-statuses-test.ts constant CONTEXT_MATCHER (line 8) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-slot-leader-test.ts function getValidatorAddress (line 15) | async function getValidatorAddress() { FILE: packages/rpc-api/src/__tests__/get-slot-leaders-test.ts function getValidatorAddress (line 14) | async function getValidatorAddress() { FILE: packages/rpc-api/src/__tests__/get-supply-test.ts constant CONTEXT_MATCHER (line 7) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-token-account-balance-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-token-accounts-by-delegate-test.ts constant CONTEXT_MATCHER (line 13) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-token-accounts-by-owner-test.ts constant CONTEXT_MATCHER (line 13) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-token-largest-accounts-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-token-supply-test.ts constant CONTEXT_MATCHER (line 9) | const CONTEXT_MATCHER = expect.objectContaining({ FILE: packages/rpc-api/src/__tests__/get-version-test.ts function getVersionFromLogFile (line 13) | async function getVersionFromLogFile() { FILE: packages/rpc-api/src/__tests__/send-transaction-test.ts function getMockTransactionMessage (line 22) | function getMockTransactionMessage({ constant MOCK_PRIVATE_KEY_BYTES (line 65) | const MOCK_PRIVATE_KEY_BYTES = new Uint8Array([ constant MOCK_PUBLIC_KEY_BYTES (line 70) | const MOCK_PUBLIC_KEY_BYTES = // DRtXHDgC312wpNdNCSb8vCoXDcofCJcPHdAw4Vk... constant MOCK_INSUFFICIENT_BALANCE_PRIVATE_KEY_BYTES (line 77) | const MOCK_INSUFFICIENT_BALANCE_PRIVATE_KEY_BYTES = new Uint8Array([ constant MOCK_INSUFFICIENT_BALANCE_PUBLIC_KEY_BYTES (line 82) | const MOCK_INSUFFICIENT_BALANCE_PUBLIC_KEY_BYTES = // 6Zs91PMyhqyMgNVuT8... function getSecretKey (line 89) | async function getSecretKey(privateKeyBytes: Uint8Array) { FILE: packages/rpc-api/src/__tests__/simulate-transaction-test.ts constant CONTEXT_MATCHER (line 19) | const CONTEXT_MATCHER = expect.objectContaining({ function getMockTransactionMessage (line 23) | function getMockTransactionMessage({ function getMockTransactionMessageWithAdditionalAccount (line 67) | function getMockTransactionMessageWithAdditionalAccount({ constant MOCK_PRIVATE_KEY_BYTES (line 114) | const MOCK_PRIVATE_KEY_BYTES = new Uint8Array([ constant MOCK_PUBLIC_KEY_BYTES (line 119) | const MOCK_PUBLIC_KEY_BYTES = // DRtXHDgC312wpNdNCSb8vCoXDcofCJcPHdAw4Vk... function getSecretKey (line 126) | async function getSecretKey() { FILE: packages/rpc-api/src/__typetests__/get-block-typetest.ts function assertNotAProperty (line 18) | function assertNotAProperty( function assertBase (line 25) | function assertBase( type ExpectedMetaForAccountsBase (line 260) | type ExpectedMetaForAccountsBase = { type ExpectedTransactionForAccountsBaseLegacy (line 270) | type ExpectedTransactionForAccountsBaseLegacy = { type ExpectedTransactionForAccountsBaseVersioned (line 283) | type ExpectedTransactionForAccountsBaseVersioned = { type ExpectedMetaForFullBase58 (line 504) | type ExpectedMetaForFullBase58 = { type ExpectedTransactionForFullBase58Legacy (line 530) | type ExpectedTransactionForFullBase58Legacy = { type ExpectedTransactionForFullBase58Versioned (line 535) | type ExpectedTransactionForFullBase58Versioned = { type ExpectedMetaForFullBase64 (line 729) | type ExpectedMetaForFullBase64 = { type ExpectedTransactionForFullBase64Legacy (line 755) | type ExpectedTransactionForFullBase64Legacy = { type ExpectedTransactionForFullBase64Versioned (line 760) | type ExpectedTransactionForFullBase64Versioned = { type ExpectedParsedTransactionInstruction (line 909) | type ExpectedParsedTransactionInstruction = Readonly<{ type ExpectedPartiallyDecodedTransactionInstruction (line 918) | type ExpectedPartiallyDecodedTransactionInstruction = Readonly<{ type ExpectedTransactionInstructionForFullJsonParsed (line 924) | type ExpectedTransactionInstructionForFullJsonParsed = type ExpectedMetaForFullJsonParsedBase (line 928) | type ExpectedMetaForFullJsonParsedBase = { type ExpectedMetaForFullJsonParsedLoadedAddresses (line 949) | type ExpectedMetaForFullJsonParsedLoadedAddresses = Readonly<{ type ExpectedTransactionForFullJsonParsedBase (line 956) | type ExpectedTransactionForFullJsonParsedBase = { type ExpectedTransactionForFullJsonParsedLegacy (line 969) | type ExpectedTransactionForFullJsonParsedLegacy = { type ExpectedTransactionForFullJsonParsedVersioned (line 983) | type ExpectedTransactionForFullJsonParsedVersioned = { type ExpectedTransactionInstructionForFullJson (line 1087) | type ExpectedTransactionInstructionForFullJson = { type ExpectedMetaForFullJsonBase (line 1093) | type ExpectedMetaForFullJsonBase = { type ExpectedMetaForFullJsonLoadedAddresses (line 1114) | type ExpectedMetaForFullJsonLoadedAddresses = Readonly<{ type ExpectedTransactionForFullJsonBase (line 1121) | type ExpectedTransactionForFullJsonBase = { type ExpectedTransactionForFullJsonLegacy (line 1135) | type ExpectedTransactionForFullJsonLegacy = { type ExpectedTransactionForFullJsonVersioned (line 1140) | type ExpectedTransactionForFullJsonVersioned = { FILE: packages/rpc-api/src/__typetests__/rpc-api-typetest.ts type TestRpcApi (line 8) | type TestRpcApi = SolanaRpcApi & { FILE: packages/rpc-api/src/getAccountInfo.ts type GetAccountInfoApiResponse (line 15) | type GetAccountInfoApiResponse = (AccountInfoBase & T) | null; type GetAccountInfoApiCommonConfig (line 17) | type GetAccountInfoApiCommonConfig = Readonly<{ type GetAccountInfoApiSliceableCommonConfig (line 49) | type GetAccountInfoApiSliceableCommonConfig = Readonly<{ type GetAccountInfoApi (line 60) | type GetAccountInfoApi = { FILE: packages/rpc-api/src/getBalance.ts type GetBalanceApiResponse (line 4) | type GetBalanceApiResponse = SolanaRpcResponse; type GetBalanceApi (line 6) | type GetBalanceApi = { FILE: packages/rpc-api/src/getBlock.ts type GetBlockApiResponseBase (line 18) | type GetBlockApiResponseBase = Readonly<{ type GetBlockApiResponseWithRewards (line 31) | type GetBlockApiResponseWithRewards = Readonly<{ type GetBlockApiResponseWithSignatures (line 36) | type GetBlockApiResponseWithSignatures = Readonly<{ type GetBlockApiResponseWithTransactions (line 41) | type GetBlockApiResponseWithTransactions = Readonly<{ type GetBlockCommonConfig (line 47) | type GetBlockCommonConfig = Readonly<{ type GetBlockEncoding (line 108) | type GetBlockEncoding = 'base58' | 'base64' | 'json' | 'jsonParsed'; type GetBlockTransactionDetailsMode (line 109) | type GetBlockTransactionDetailsMode = 'accounts' | 'full' | 'none' | 'si... type GetBlockMaxSupportedTransactionVersion (line 111) | type GetBlockMaxSupportedTransactionVersion = Exclude = Reado... type BlockProductionWithAllIdentities (line 46) | type BlockProductionWithAllIdentities = Record = Readonly<{ type GetBlockProductionApi (line 55) | type GetBlockProductionApi = { FILE: packages/rpc-api/src/getBlockTime.ts type GetBlockTimeApiResponse (line 3) | type GetBlockTimeApiResponse = UnixTimestamp; type GetBlockTimeApi (line 5) | type GetBlockTimeApi = { FILE: packages/rpc-api/src/getBlocks.ts type GetBlocksApiResponse (line 3) | type GetBlocksApiResponse = Slot[]; type GetBlocksApi (line 5) | type GetBlocksApi = { FILE: packages/rpc-api/src/getBlocksWithLimit.ts type GetBlocksWithLimitApiResponse (line 3) | type GetBlocksWithLimitApiResponse = Slot[]; type GetBlocksWithLimitApi (line 5) | type GetBlocksWithLimitApi = { FILE: packages/rpc-api/src/getClusterNodes.ts type ClusterNode (line 3) | type ClusterNode = Readonly<{ type GetClusterNodesApiResponse (line 40) | type GetClusterNodesApiResponse = readonly ClusterNode[]; type GetClusterNodesApi (line 42) | type GetClusterNodesApi = { FILE: packages/rpc-api/src/getEpochInfo.ts type GetEpochInfoApiResponse (line 3) | type GetEpochInfoApiResponse = Readonly<{ type GetEpochInfoApi (line 18) | type GetEpochInfoApi = { FILE: packages/rpc-api/src/getEpochSchedule.ts type GetEpochScheduleApiResponse (line 1) | type GetEpochScheduleApiResponse = Readonly<{ type GetEpochScheduleApi (line 22) | type GetEpochScheduleApi = { FILE: packages/rpc-api/src/getFeeForMessage.ts type GetFeeForMessageApiResponse (line 4) | type GetFeeForMessageApiResponse = Lamports | null; type GetFeeForMessageApi (line 6) | type GetFeeForMessageApi = { FILE: packages/rpc-api/src/getFirstAvailableBlock.ts type GetFirstAvailableBlockApiResponse (line 3) | type GetFirstAvailableBlockApiResponse = Slot; type GetFirstAvailableBlockApi (line 5) | type GetFirstAvailableBlockApi = { FILE: packages/rpc-api/src/getGenesisHash.ts type GetGenesisHashApiResponse (line 3) | type GetGenesisHashApiResponse = Base58EncodedBytes; type GetGenesisHashApi (line 5) | type GetGenesisHashApi = { FILE: packages/rpc-api/src/getHealth.ts type GetHealthApiResponse (line 1) | type GetHealthApiResponse = 'ok'; type GetHealthApi (line 3) | type GetHealthApi = { FILE: packages/rpc-api/src/getHighestSnapshotSlot.ts type GetHighestSnapshotSlotApiResponse (line 3) | type GetHighestSnapshotSlotApiResponse = Readonly<{ type GetHighestSnapshotSlotApi (line 13) | type GetHighestSnapshotSlotApi = { FILE: packages/rpc-api/src/getIdentity.ts type GetIdentityApiResponse (line 3) | type GetIdentityApiResponse = Readonly<{ type GetIdentityApi (line 7) | type GetIdentityApi = { FILE: packages/rpc-api/src/getInflationGovernor.ts type GetInflationGovernorApiResponse (line 3) | type GetInflationGovernorApiResponse = Readonly<{ type GetInflationGovernorApi (line 19) | type GetInflationGovernorApi = { FILE: packages/rpc-api/src/getInflationRate.ts type GetInflationRateApiResponse (line 3) | type GetInflationRateApiResponse = Readonly<{ type GetInflationRateApi (line 14) | type GetInflationRateApi = { FILE: packages/rpc-api/src/getInflationReward.ts type GetInflationRewardApiConfig (line 4) | type GetInflationRewardApiConfig = Readonly<{ type InflationReward (line 28) | type InflationReward = Readonly<{ type GetInflationRewardApiResponse (line 41) | type GetInflationRewardApiResponse = readonly (InflationReward | null)[]; type GetInflationRewardApi (line 43) | type GetInflationRewardApi = { FILE: packages/rpc-api/src/getLargestAccounts.ts type GetLargestAccountsResponseItem (line 4) | type GetLargestAccountsResponseItem = Readonly<{ type GetLargestAccountsApiResponse (line 11) | type GetLargestAccountsApiResponse = readonly GetLargestAccountsResponse... type GetLargestAccountsApi (line 13) | type GetLargestAccountsApi = { FILE: packages/rpc-api/src/getLatestBlockhash.ts type GetLatestBlockhashApiResponse (line 3) | type GetLatestBlockhashApiResponse = Readonly<{ type GetLatestBlockhashApi (line 15) | type GetLatestBlockhashApi = { FILE: packages/rpc-api/src/getLeaderSchedule.ts type GetLeaderScheduleApiConfigBase (line 4) | type GetLeaderScheduleApiConfigBase = Readonly<{ type GetLeaderScheduleApiResponseWithAllIdentities (line 30) | type GetLeaderScheduleApiResponseWithAllIdentities = Record = readonly AccountInfoWithPub... type MintFilter (line 30) | type MintFilter = Readonly<{ type ProgramIdFilter (line 35) | type ProgramIdFilter = Readonly<{ type AccountsFilter (line 43) | type AccountsFilter = MintFilter | ProgramIdFilter; type GetTokenAccountsByDelegateApiCommonConfig (line 45) | type GetTokenAccountsByDelegateApiCommonConfig = Readonly<{ type GetTokenAccountsByDelegateApiSliceableCommonConfig (line 77) | type GetTokenAccountsByDelegateApiSliceableCommonConfig = Readonly<{ type GetTokenAccountsByDelegateApi (line 88) | type GetTokenAccountsByDelegateApi = { FILE: packages/rpc-api/src/getTokenAccountsByOwner.ts type TokenAccountInfoWithJsonData (line 16) | type TokenAccountInfoWithJsonData = Readonly<{ type GetTokenAccountsByOwnerResponse (line 28) | type GetTokenAccountsByOwnerResponse = readonly AccountInfoWithPubkey... type MintFilter (line 30) | type MintFilter = Readonly<{ type ProgramIdFilter (line 35) | type ProgramIdFilter = Readonly<{ type AccountsFilter (line 43) | type AccountsFilter = MintFilter | ProgramIdFilter; type GetTokenAccountsByOwnerApiCommonConfig (line 45) | type GetTokenAccountsByOwnerApiCommonConfig = Readonly<{ type GetTokenAccountsByOwnerApiSliceableCommonConfig (line 77) | type GetTokenAccountsByOwnerApiSliceableCommonConfig = Readonly<{ type GetTokenAccountsByOwnerApi (line 87) | type GetTokenAccountsByOwnerApi = { FILE: packages/rpc-api/src/getTokenLargestAccounts.ts type TokenLargestAccount (line 4) | type TokenLargestAccount = Readonly<{ address: Address }> & TokenAmount; type GetTokenLargestAccountsApiResponse (line 6) | type GetTokenLargestAccountsApiResponse = readonly TokenLargestAccount[]; type GetTokenLargestAccountsApi (line 8) | type GetTokenLargestAccountsApi = { FILE: packages/rpc-api/src/getTokenSupply.ts type GetTokenSupplyApiResponse (line 4) | type GetTokenSupplyApiResponse = TokenAmount; type GetTokenSupplyApi (line 6) | type GetTokenSupplyApi = { FILE: packages/rpc-api/src/getTransaction.ts type ReturnData (line 19) | type ReturnData = { type TransactionMetaBase (line 26) | type TransactionMetaBase = Readonly<{ type AddressTableLookup (line 63) | type AddressTableLookup = Readonly<{ type TransactionBase (line 72) | type TransactionBase = Readonly<{ type InstructionWithStackHeight (line 90) | type InstructionWithStackHeight = Readonly<{ type InstructionWithData (line 103) | type InstructionWithData = Readonly<{ type TransactionInstruction (line 108) | type TransactionInstruction = InstructionWithData & type TransactionJson (line 123) | type TransactionJson = Readonly<{ type PartiallyDecodedTransactionInstruction (line 161) | type PartiallyDecodedTransactionInstruction = InstructionWithData & type ParsedTransactionInstruction (line 170) | type ParsedTransactionInstruction = Partial & type ParsedAccount (line 188) | type ParsedAccount = Readonly<{ type TransactionJsonParsed (line 202) | type TransactionJsonParsed = Readonly<{ type GetTransactionCommonConfig (line 213) | type GetTransactionCommonConfig = Reado... type GetTransactionApiResponseBase (line 252) | type GetTransactionApiResponseBase = Readonly<{ type TransactionMetaLoadedAddresses (line 262) | type TransactionMetaLoadedAddresses = Readonly<{ type InnerInstructions (line 272) | type InnerInstructions = Readonly<{ type TransactionMetaInnerInstructionsNotParsed (line 279) | type TransactionMetaInnerInstructionsNotParsed = Readonly<{ type TransactionMetaInnerInstructionsParsed (line 284) | type TransactionMetaInnerInstructionsParsed = Readonly<{ type TransactionAddressTableLookups (line 291) | type TransactionAddressTableLookups = Readonly<{ type GetTransactionApi (line 298) | type GetTransactionApi = { FILE: packages/rpc-api/src/getTransactionCount.ts type GetTransactionCountApiResponse (line 3) | type GetTransactionCountApiResponse = bigint; type GetTransactionCountApi (line 5) | type GetTransactionCountApi = { FILE: packages/rpc-api/src/getVersion.ts type GetVersionApiResponse (line 1) | type GetVersionApiResponse = Readonly<{ type GetVersionApi (line 14) | type GetVersionApi = { FILE: packages/rpc-api/src/getVoteAccounts.ts type Credits (line 4) | type Credits = bigint; type PreviousCredits (line 5) | type PreviousCredits = bigint; type EpochCredit (line 7) | type EpochCredit = [Epoch, Credits, PreviousCredits]; type VoteAccount (line 9) | type VoteAccount = Readonly<{ type GetVoteAccountsApiResponse (line 31) | type GetVoteAccountsApiResponse = Readonly<{ type GetVoteAccountsConfig (line 38) | type GetVoteAccountsConfig = Readonly<{ type GetVoteAccountsApi (line 70) | type GetVoteAccountsApi = { FILE: packages/rpc-api/src/index.ts type SolanaRpcApiForAllClusters (line 92) | type SolanaRpcApiForAllClusters = GetAccountInfoApi & type SolanaRpcApiForTestClusters (line 143) | type SolanaRpcApiForTestClusters = RequestAirdropApi & SolanaRpcApiForAl... type SolanaRpcApi (line 149) | type SolanaRpcApi = SolanaRpcApiForTestClusters; type SolanaRpcApiDevnet (line 155) | type SolanaRpcApiDevnet = SolanaRpcApiForTestClusters; type SolanaRpcApiTestnet (line 161) | type SolanaRpcApiTestnet = SolanaRpcApiForTestClusters; type SolanaRpcApiMainnet (line 168) | type SolanaRpcApiMainnet = SolanaRpcApiForAllClusters; type Config (line 225) | type Config = RequestTransformerConfig; function createSolanaRpcApi (line 239) | function createSolanaRpcApi< function getAllowedNumericKeypaths (line 257) | function getAllowedNumericKeypaths(): AllowedNumericKeypaths { FILE: packages/rpc-graphql/src/__tests__/account-test.ts type GraphQLCompliantRpc (line 13) | type GraphQLCompliantRpc = Rpc< FILE: packages/rpc-graphql/src/__tests__/block-tests.ts type GraphQLCompliantRpc (line 14) | type GraphQLCompliantRpc = Rpc< method get (line 30) | get(target, p) { FILE: packages/rpc-graphql/src/__tests__/program-accounts-test.ts type GraphQLCompliantRpc (line 14) | type GraphQLCompliantRpc = Rpc< FILE: packages/rpc-graphql/src/__tests__/transaction-tests.ts type GraphQLCompliantRpc (line 24) | type GraphQLCompliantRpc = Rpc< method get (line 41) | get(target, p) { FILE: packages/rpc-graphql/src/context.ts type Config (line 18) | type Config = { type RpcGraphQLContext (line 31) | interface RpcGraphQLContext { function createSolanaGraphQLContext (line 35) | function createSolanaGraphQLContext( FILE: packages/rpc-graphql/src/index.ts type RpcGraphQL (line 8) | interface RpcGraphQL { function createRpcGraphQL (line 23) | function createRpcGraphQL( function createSolanaRpcGraphQL (line 54) | function createSolanaRpcGraphQL( FILE: packages/rpc-graphql/src/loaders/__tests__/account-loader-test.ts constant FOREVER_PROMISE (line 12) | const FOREVER_PROMISE = new Promise(() => { type MockDataOwner (line 405) | type MockDataOwner = { data: [string, string]; owner: string }; FILE: packages/rpc-graphql/src/loaders/__tests__/block-loader-test.ts constant FOREVER_PROMISE (line 13) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/loaders/__tests__/program-accounts-loader-test.ts constant FOREVER_PROMISE (line 12) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/loaders/__tests__/transaction-loader-test.ts constant FOREVER_PROMISE (line 12) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/loaders/account.ts type Config (line 16) | type Config = { type Encoding (line 21) | type Encoding = 'base58' | 'base64' | 'base64+zstd'; type DataSlice (line 22) | type DataSlice = { length: number; offset: number }; function getCodec (line 24) | function getCodec(encoding: Encoding) { function sliceData (line 33) | function sliceData( function loadAccount (line 73) | async function loadAccount(rpc: Rpc, { address, ...co... function loadMultipleAccounts (line 83) | async function loadMultipleAccounts( function createAccountBatchLoadFn (line 93) | function createAccountBatchLoadFn(rpc: Rpc, { slot, ...config }: Blo... function createBlockBatchLoadFn (line 18) | function createBlockBatchLoadFn(rpc: Rpc) { function createBlockLoader (line 76) | function createBlockLoader(rpc: Rpc): BlockLoader { FILE: packages/rpc-graphql/src/loaders/coalescer.ts type Encoding (line 5) | type Encoding = 'base58' | 'base64' | 'base64+zstd' | 'json' | 'jsonPars... type Fetch (line 7) | type Fetch = Readonly<{ type ToFetchMap (line 11) | type ToFetchMap = { type FetchesByArgsHash (line 14) | type FetchesByArgsHash = { type FetchesByArgsHashWithDataSlice (line 24) | type FetchesByArgsHashWithDataSlice = Readonly<{ type LoadFn (line 18) | type LoadFn = (args: TArgs) => Promise; type LoadManyFn (line 19) | type LoadManyFn = (args: TArgs[]) => Promise<(Error | T)[]>; type Loader (line 20) | type Loader = { load: LoadFn; loadMany: LoadManyFn; type BlockLoaderArgsBase (line 45) | type BlockLoaderArgsBase = { type BlockLoaderArgs (line 52) | type BlockLoaderArgs = BlockLoaderArgsBase & { slot: Slot }; type BlockLoaderValue (line 53) | type BlockLoaderValue = ReturnType | null; type BlockLoader (line 54) | type BlockLoader = Loader; type MultipleAccountsLoaderArgs (line 56) | type MultipleAccountsLoaderArgs = AccountLoaderArgsBase & { addresses: A... type MultipleAccountsLoaderValue (line 57) | type MultipleAccountsLoaderValue = AccountLoaderValue[]; type MultipleAccountsLoader (line 58) | type MultipleAccountsLoader = Loader, co... FILE: packages/rpc-graphql/src/loaders/transaction.ts function loadTransaction (line 13) | async function loadTransaction( function createTransactionBatchLoadFn (line 27) | function createTransactionBatchLoadFn(rpc: Rpc) { function createTransactionLoader (line 81) | function createTransactionLoader(rpc: Rpc): Transacti... FILE: packages/rpc-graphql/src/resolvers/__tests__/account-resolver-test.ts constant FOREVER_PROMISE (line 13) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/resolvers/__tests__/block-inputs-test.ts type GraphQLCompliantRpc (line 13) | type GraphQLCompliantRpc = Rpc< method get (line 27) | get(target, p) { FILE: packages/rpc-graphql/src/resolvers/__tests__/block-resolver-test.ts constant FOREVER_PROMISE (line 13) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/resolvers/__tests__/program-accounts-resolver-test.ts constant FOREVER_PROMISE (line 12) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/resolvers/__tests__/transaction-resolver-test.ts constant FOREVER_PROMISE (line 12) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-graphql/src/resolvers/account.ts type Encoding (line 9) | type Encoding = 'base58' | 'base64' | 'base64+zstd'; type DataSlice (line 10) | type DataSlice = { length: number; offset: number }; type EncodedAccountData (line 12) | type EncodedAccountData = { type AccountResult (line 16) | type AccountResult = Partial> & { FILE: packages/rpc-graphql/src/resolvers/block.ts type BlockResult (line 9) | type BlockResult = Partial & { FILE: packages/rpc-graphql/src/resolvers/program-accounts.ts function resolveProgramAccounts (line 10) | function resolveProgramAccounts(fieldName?: string) { FILE: packages/rpc-graphql/src/resolvers/resolve-info/account.ts function findArgumentNodeByName (line 8) | function findArgumentNodeByName(argumentNodes: readonly ArgumentNode[], ... function parseAccountEncodingArgument (line 12) | function parseAccountEncodingArgument( function parseAccountDataSliceArgument (line 39) | function parseAccountDataSliceArgument( function buildAccountArgSetWithVisitor (line 72) | function buildAccountArgSetWithVisitor & { function mapJsonParsedInstructions (line 31) | function mapJsonParsedInstructions(instructions: readonly any[]): Instru... function mapJsonParsedInnerInstructions (line 63) | function mapJsonParsedInnerInstructions( function resolveTransaction (line 84) | function resolveTransaction(fieldName?: string) { FILE: packages/rpc-graphql/src/schema/type-defs/index.ts function createSolanaGraphQLTypeDefs (line 13) | function createSolanaGraphQLTypeDefs() { FILE: packages/rpc-graphql/src/schema/type-resolvers/account.ts type Token2022ExtensionResult (line 3) | type Token2022ExtensionResult = { function resolveTokenExtensionType (line 37) | function resolveTokenExtensionType(extensionResult: Token2022ExtensionRe... FILE: packages/rpc-graphql/src/schema/type-resolvers/index.ts function createSolanaGraphQLTypeResolvers (line 15) | function createSolanaGraphQLTypeResolvers(): Parameters = Readonly<{ type RpcParsedInfo (line 6) | type RpcParsedInfo = Readonly<{ FILE: packages/rpc-parsed-types/src/stake-accounts.ts type JsonParsedStakeAccount (line 6) | type JsonParsedStakeAccount = Readonly<{ type JsonParsedStakeProgramAccount (line 31) | type JsonParsedStakeProgramAccount = FILE: packages/rpc-parsed-types/src/sysvar-accounts.ts type FeeCalculator (line 5) | type FeeCalculator = Readonly<{ type JsonParsedClockAccount (line 9) | type JsonParsedClockAccount = Readonly<{ type JsonParsedEpochScheduleAccount (line 17) | type JsonParsedEpochScheduleAccount = Readonly<{ type JsonParsedFeesAccount_DEPRECATED (line 25) | type JsonParsedFeesAccount_DEPRECATED = Readonly<{ type JsonParsedRecentBlockhashesAccount_DEPRECATED (line 29) | type JsonParsedRecentBlockhashesAccount_DEPRECATED = Readonly<{ type JsonParsedRentAccount (line 34) | type JsonParsedRentAccount = Readonly<{ type JsonParsedSlotHashesAccount (line 40) | type JsonParsedSlotHashesAccount = Readonly<{ type JsonParsedSlotHistoryAccount (line 45) | type JsonParsedSlotHistoryAccount = Readonly<{ type JsonParsedStakeHistoryAccount (line 50) | type JsonParsedStakeHistoryAccount = Readonly<{ type JsonParsedLastRestartSlotAccount (line 59) | type JsonParsedLastRestartSlotAccount = Readonly<{ type JsonParsedEpochRewardsAccount (line 63) | type JsonParsedEpochRewardsAccount = Readonly<{ type JsonParsedSysvarAccount (line 69) | type JsonParsedSysvarAccount = FILE: packages/rpc-parsed-types/src/token-accounts.ts type TokenAccountState (line 6) | type TokenAccountState = 'frozen' | 'initialized' | 'uninitialized'; type JsonParsedTokenAccount (line 8) | type JsonParsedTokenAccount = Readonly<{ type JsonParsedMintAccount (line 21) | type JsonParsedMintAccount = Readonly<{ type JsonParsedMultisigAccount (line 30) | type JsonParsedMultisigAccount = Readonly<{ type JsonParsedTokenProgramAccount (line 37) | type JsonParsedTokenProgramAccount = FILE: packages/rpc-parsed-types/src/vote-accounts.ts type JsonParsedVoteAccount (line 6) | type JsonParsedVoteAccount = RpcParsedInfo<{ FILE: packages/rpc-spec-types/src/__tests__/parse-json-with-bigints-test.ts constant MAX_SAFE_INTEGER (line 6) | const MAX_SAFE_INTEGER = BigInt(Number.MAX_SAFE_INTEGER); constant MAX_SAFE_INTEGER_PLUS_ONE (line 7) | const MAX_SAFE_INTEGER_PLUS_ONE = BigInt(Number.MAX_SAFE_INTEGER) + 1n; FILE: packages/rpc-spec-types/src/__tests__/stringify-json-with-bigints-test.ts constant MAX_SAFE_INTEGER (line 3) | const MAX_SAFE_INTEGER = BigInt(Number.MAX_SAFE_INTEGER); constant MAX_SAFE_INTEGER_PLUS_ONE (line 4) | const MAX_SAFE_INTEGER_PLUS_ONE = BigInt(Number.MAX_SAFE_INTEGER) + 1n; FILE: packages/rpc-spec-types/src/overloads.ts type OverloadImplementations (line 1) | type OverloadImplementations = Overloads; type Overloads (line 2) | type Overloads = Overloads31; type Overloads31 (line 3) | type Overloads31 = type Overloads30 (line 72) | type Overloads30 = T extends { type Overloads29 (line 137) | type Overloads29 = type Overloads28 (line 202) | type Overloads28 = type Overloads27 (line 265) | type Overloads27 = type Overloads26 (line 326) | type Overloads26 = type Overloads25 (line 385) | type Overloads25 = type Overloads24 (line 442) | type Overloads24 = type Overloads23 (line 497) | type Overloads23 = T extends { type Overloads22 (line 548) | type Overloads22 = T extends { type Overloads21 (line 597) | type Overloads21 = T extends { type Overloads20 (line 644) | type Overloads20 = T extends { type Overloads19 (line 689) | type Overloads19 = T extends { type Overloads18 (line 732) | type Overloads18 = T extends { type Overloads17 (line 773) | type Overloads17 = T extends { type Overloads16 (line 812) | type Overloads16 = T extends { type Overloads15 (line 849) | type Overloads15 = T extends { type Overloads14 (line 884) | type Overloads14 = T extends { type Overloads13 (line 917) | type Overloads13 = T extends { type Overloads12 (line 948) | type Overloads12 = T extends { type Overloads11 (line 977) | type Overloads11 = T extends { type Overloads10 (line 1004) | type Overloads10 = T extends { type Overloads9 (line 1029) | type Overloads9 = T extends { type Overloads8 (line 1052) | type Overloads8 = T extends { type Overloads7 (line 1073) | type Overloads7 = T extends { type Overloads6 (line 1092) | type Overloads6 = T extends { type Overloads5 (line 1109) | type Overloads5 = T extends { type Overloads4 (line 1118) | type Overloads4 = T extends { type Overloads3 (line 1126) | type Overloads3 = T extends { type Overloads2 (line 1133) | type Overloads2 = T extends { type Overloads1 (line 1139) | type Overloads1 = T extends { FILE: packages/rpc-spec-types/src/parse-json-with-bigints.ts function parseJsonWithBigInts (line 6) | function parseJsonWithBigInts(json: string): unknown { function wrapIntegersInBigIntValueObject (line 12) | function wrapIntegersInBigIntValueObject(json: string): string { function consumeNumber (line 47) | function consumeNumber(json: string, ii: number): string | null { type BigIntValueObject (line 61) | type BigIntValueObject = { function wrapBigIntValueObject (line 67) | function wrapBigIntValueObject(value: string): string { function unwrapBigIntValueObject (line 71) | function unwrapBigIntValueObject({ $n }: BigIntValueObject): bigint { function isBigIntValueObject (line 79) | function isBigIntValueObject(value: unknown): value is BigIntValueObject { FILE: packages/rpc-spec-types/src/rpc-message.ts function getNextMessageId (line 4) | function getNextMessageId(): string { function createRpcMessage (line 15) | function createRpcMessage(request: RpcRequest) { FILE: packages/rpc-spec-types/src/rpc-request.ts type RpcRequest (line 4) | type RpcRequest = { type RpcRequestTransformer (line 16) | type RpcRequestTransformer = { FILE: packages/rpc-spec-types/src/rpc-response.ts type RpcResponse (line 10) | type RpcResponse = TResponse; type RpcResponseTransformer (line 17) | type RpcResponseTransformer = { type HasIdentifier (line 21) | interface HasIdentifier { type RpcErrorResponsePayload (line 25) | type RpcErrorResponsePayload = Readonly<{ type RpcResponseData (line 31) | type RpcResponseData = HasIdentifier & FILE: packages/rpc-spec-types/src/stringify-json-with-bigints.ts function stringifyJsonWithBigInts (line 4) | function stringifyJsonWithBigInts(value: unknown, space?: number | strin... type BigIntValueObject (line 10) | type BigIntValueObject = { function wrapBigIntValueObject (line 16) | function wrapBigIntValueObject(value: bigint): BigIntValueObject { function unwrapBigIntValueObject (line 20) | function unwrapBigIntValueObject(value: string): string { FILE: packages/rpc-spec-types/src/type-helpers.ts type Callable (line 2) | type Callable = (...args: any[]) => any; type Flatten (line 3) | type Flatten = T extends (infer Item)[] ? Item : never; type UnionToIntersection (line 4) | type UnionToIntersection = (T extends unknown ? (x: T) => unknown : n... FILE: packages/rpc-spec/src/__tests__/rpc-api-test.ts type DummyApi (line 8) | type DummyApi = { FILE: packages/rpc-spec/src/__tests__/rpc-test.ts type TestRpcMethods (line 8) | interface TestRpcMethods { method get (line 44) | get(_, methodName) { method get (line 96) | get() { method someMethod (line 196) | someMethod(...params: unknown[]): RpcPlan { FILE: packages/rpc-spec/src/__typetests__/rpc-api-typetest.ts type NftCollectionDetailsApiResponse (line 3) | type NftCollectionDetailsApiResponse = Readonly<{ type NftCollectionDetailsApi (line 15) | type NftCollectionDetailsApi = { type QuickNodeRpcMethods (line 19) | type QuickNodeRpcMethods = NftCollectionDetailsApi; FILE: packages/rpc-spec/src/__typetests__/rpc-typetest.ts type MyApiMethods (line 5) | type MyApiMethods = { FILE: packages/rpc-spec/src/rpc-api.ts type RpcApiConfig (line 11) | type RpcApiConfig = Readonly<{ type RpcPlan (line 50) | type RpcPlan = { type RpcApi (line 64) | type RpcApi = { type RpcReturnTypeMapper (line 68) | type RpcReturnTypeMapper = TRpcMethod extends Callable type RpcApiMethod (line 73) | type RpcApiMethod = (...args: any) => any; type RpcApiMethods (line 74) | interface RpcApiMethods { function createJsonRpcApi (line 103) | function createJsonRpcApi(config?: Rp... FILE: packages/rpc-spec/src/rpc-transport.ts type Config (line 3) | type Config = Readonly<{ type RpcTransport (line 17) | type RpcTransport = { function isJsonRpcPayload (line 40) | function isJsonRpcPayload(payload: unknown): payload is Readonly<{ FILE: packages/rpc-spec/src/rpc.ts type RpcConfig (line 8) | type RpcConfig = Readon... type Rpc (line 19) | type Rpc = { type PendingRpcRequest (line 35) | type PendingRpcRequest = { type RpcSendOptions (line 56) | type RpcSendOptions = Readonly<{ type PendingRpcRequestBuilder (line 64) | type PendingRpcRequestBuilder = UnionToIntersect... type PendingRpcRequestReturnTypeMapper (line 70) | type PendingRpcRequestReturnTypeMapper = function createRpc (line 80) | function createRpc( function makeProxy (line 86) | function makeProxy( function createPendingRpcRequest (line 116) | function createPendingRpcRequest... type ExpectedMetaForAccountsBase (line 416) | type ExpectedMetaForAccountsBase = { type ExpectedTransactionForAccountsBaseLegacy (line 426) | type ExpectedTransactionForAccountsBaseLegacy = { type ExpectedTransactionForAccountsBaseVersioned (line 439) | type ExpectedTransactionForAccountsBaseVersioned = { type ExpectedMetaForFullBase58 (line 717) | type ExpectedMetaForFullBase58 = { type ExpectedTransactionForFullBase58Legacy (line 743) | type ExpectedTransactionForFullBase58Legacy = { type ExpectedTransactionForFullBase58Versioned (line 748) | type ExpectedTransactionForFullBase58Versioned = { type ExpectedMetaForFullBase64 (line 984) | type ExpectedMetaForFullBase64 = { type ExpectedTransactionForFullBase64Legacy (line 1010) | type ExpectedTransactionForFullBase64Legacy = { type ExpectedTransactionForFullBase64Versioned (line 1015) | type ExpectedTransactionForFullBase64Versioned = { type ExpectedParsedTransactionInstruction (line 1195) | type ExpectedParsedTransactionInstruction = Readonly<{ type ExpectedPartiallyDecodedTransactionInstruction (line 1204) | type ExpectedPartiallyDecodedTransactionInstruction = Readonly<{ type ExpectedTransactionInstructionForFullJsonParsed (line 1210) | type ExpectedTransactionInstructionForFullJsonParsed = type ExpectedMetaForFullJsonParsedBase (line 1214) | type ExpectedMetaForFullJsonParsedBase = { type ExpectedMetaForFullJsonParsedLoadedAddresses (line 1235) | type ExpectedMetaForFullJsonParsedLoadedAddresses = Readonly<{ type ExpectedTransactionForFullJsonParsedBase (line 1242) | type ExpectedTransactionForFullJsonParsedBase = { type ExpectedTransactionForFullJsonParsedLegacy (line 1255) | type ExpectedTransactionForFullJsonParsedLegacy = { type ExpectedTransactionForFullJsonParsedVersioned (line 1269) | type ExpectedTransactionForFullJsonParsedVersioned = { type ExpectedTransactionInstructionForFullJson (line 1392) | type ExpectedTransactionInstructionForFullJson = { type ExpectedMetaForFullJsonBase (line 1398) | type ExpectedMetaForFullJsonBase = { type ExpectedMetaForFullJsonLoadedAddresses (line 1419) | type ExpectedMetaForFullJsonLoadedAddresses = Readonly<{ type ExpectedTransactionForFullJsonBase (line 1426) | type ExpectedTransactionForFullJsonBase = { type ExpectedTransactionForFullJsonLegacy (line 1440) | type ExpectedTransactionForFullJsonLegacy = { type ExpectedTransactionForFullJsonVersioned (line 1445) | type ExpectedTransactionForFullJsonVersioned = { FILE: packages/rpc-subscriptions-api/src/__typetests__/logs-notifications-typetest.ts type TNotification (line 11) | type TNotification = SolanaRpcResponse< FILE: packages/rpc-subscriptions-api/src/__typetests__/program-notifications-typetest.ts type TNotificationBase (line 22) | type TNotificationBase = Readonly<{ FILE: packages/rpc-subscriptions-api/src/__typetests__/root-notifications-typetest.ts type TNotification (line 9) | type TNotification = Slot; FILE: packages/rpc-subscriptions-api/src/__typetests__/rpc-subscriptions-api-typetest.ts type testRpcSubscriptionsApi (line 8) | type testRpcSubscriptionsApi = SolanaRpcSubscriptionsApi & { FILE: packages/rpc-subscriptions-api/src/__typetests__/signature-notifications-typetest.ts type TNotificationReceived (line 10) | type TNotificationReceived = SolanaRpcResponse>; type TNotificationProcessed (line 11) | type TNotificationProcessed = SolanaRpcResponse< FILE: packages/rpc-subscriptions-api/src/__typetests__/slots-updates-notifications-typetest.ts type TNotification (line 9) | type TNotification = Readonly<{ FILE: packages/rpc-subscriptions-api/src/__typetests__/vote-notifications-typetest.ts type VoteNotificationsApiNotification (line 11) | type VoteNotificationsApiNotification = Readonly<{ FILE: packages/rpc-subscriptions-api/src/account-notifications.ts type AccountNotificationsApiCommonConfig (line 13) | type AccountNotificationsApiCommonConfig = Readonly<{ type AccountNotificationsApi (line 25) | type AccountNotificationsApi = { FILE: packages/rpc-subscriptions-api/src/block-notifications.ts type BlockNotificationsNotificationBase (line 20) | type BlockNotificationsNotificationBase = Readonly<{ type BlockNotificationsNotificationBlock (line 31) | type BlockNotificationsNotificationBlock = Readonly<{ type BlockNotificationsNotificationBlockWithRewards (line 44) | type BlockNotificationsNotificationBlockWithRewards = Readonly<{ type BlockNotificationsNotificationBlockWithSignatures (line 49) | type BlockNotificationsNotificationBlockWithSignatures = Readonly<{ type BlockNotificationsNotificationBlockWithTransactions (line 54) | type BlockNotificationsNotificationBlockWithTransactions =... type BlockNotificationsFilter (line 60) | type BlockNotificationsFilter = type BlockNotificationsCommonConfig (line 71) | type BlockNotificationsCommonConfig = Readonly<{ type BlockNotificationsEncoding (line 132) | type BlockNotificationsEncoding = 'base58' | 'base64' | 'json' | 'jsonPa... type BlockNotificationTransactionDetailsMode (line 133) | type BlockNotificationTransactionDetailsMode = 'accounts' | 'full' | 'no... type BlockNotificationsMaxSupportedTransactionVersion (line 135) | type BlockNotificationsMaxSupportedTransactionVersion = Exclude = SolanaRpcResponse<... type ProgramNotificationsApiCommonConfig (line 18) | type ProgramNotificationsApiCommonConfig = Readonly<{ type ProgramNotificationsApi (line 42) | type ProgramNotificationsApi = { FILE: packages/rpc-subscriptions-api/src/root-notifications.ts type RootNotificationsApiNotification (line 3) | type RootNotificationsApiNotification = Slot; type RootNotificationsApi (line 5) | type RootNotificationsApi = { FILE: packages/rpc-subscriptions-api/src/signature-notifications.ts type SignatureNotificationsApiNotificationReceived (line 4) | type SignatureNotificationsApiNotificationReceived = SolanaRpcResponse(): RpcSubs... function getMockReceive (line 21) | function getMockReceive( FILE: packages/rpc-subscriptions-spec/src/__tests__/rpc-subscriptions-pubsub-plan-test.ts method createRpcMessage (line 15) | createRpcMessage(...args: never[]) { function receiveError (line 28) | function receiveError(err?: unknown) { function receiveMessage (line 31) | function receiveMessage(message: unknown) { FILE: packages/rpc-subscriptions-spec/src/__tests__/rpc-subscriptions-test.ts type TestRpcSubscriptionNotifications (line 7) | interface TestRpcSubscriptionNotifications { function publish (line 42) | function publish(type: string, payload: unknown) { method thingNotifications (line 51) | thingNotifications(...args: unknown[]) { function publish (line 110) | function publish(type: string, payload: unknown) { function flushMicrotasks (line 115) | async function flushMicrotasks() { method thingNotifications (line 125) | thingNotifications(...args: unknown[]) { FILE: packages/rpc-subscriptions-spec/src/__typetests__/rpc-subscriptions-api-typetest.ts type NftCollectionDetailsApiResponse (line 3) | type NftCollectionDetailsApiResponse = Readonly<{ type NftCollectionDetailsApi (line 15) | type NftCollectionDetailsApi = { type QuickNodeRpcMethods (line 19) | type QuickNodeRpcMethods = NftCollectionDetailsApi; FILE: packages/rpc-subscriptions-spec/src/__typetests__/rpc-subscriptions-typetest.ts type MySubscriptionApiMethods (line 5) | type MySubscriptionApiMethods = { FILE: packages/rpc-subscriptions-spec/src/rpc-subscriptions-api.ts type RpcSubscriptionsApiConfig (line 7) | type RpcSubscriptionsApiConfig = ( type RpcSubscriptionsPlan (line 54) | type RpcSubscriptionsPlan = Readonly<{ type RpcSubscriptionsApi (line 78) | type RpcSubscriptionsApi = { type RpcSubscriptionsReturnTypeMapper (line 84) | type RpcSubscriptionsReturnTypeMapper = TRpcMethod extends C... type RpcSubscriptionsApiMethod (line 89) | type RpcSubscriptionsApiMethod = (...args: any) => any; type RpcSubscriptionsApiMethods (line 90) | interface RpcSubscriptionsApiMethods { function createRpcSubscriptionsApi (line 135) | function createRpcSubscriptionsApi = { type RpcSubscriptionsChannel (line 33) | interface RpcSubscriptionsChannel ext... type RpcSubscriptionsChannelCreator (line 43) | type RpcSubscriptionsChannelCreator = ( function transformChannelInboundMessages (line 61) | function transformChannelInboundMessages = Readonly<{ type RpcNotification (line 24) | type RpcNotification = Readonly<{ type RpcSubscriptionId (line 32) | type RpcSubscriptionId = number; type RpcSubscriptionNotificationEvents (line 34) | type RpcSubscriptionNotificationEvents = Omit({ FILE: packages/rpc-subscriptions-spec/src/rpc-subscriptions-request.ts type PendingRpcSubscriptionsRequest (line 16) | type PendingRpcSubscriptionsRequest = { type RpcSubscribeOptions (line 71) | type RpcSubscribeOptions = Readonly<{ FILE: packages/rpc-subscriptions-spec/src/rpc-subscriptions-transport.ts type RpcSubscriptionsTransportDataEvents (line 6) | type RpcSubscriptionsTransportDataEvents = { type RpcSubscriptionsTransportConfig (line 19) | interface RpcSubscriptionsTransportConfig extends RpcSubs... type RpcSubscriptionsTransport (line 28) | interface RpcSubscriptionsTransport { FILE: packages/rpc-subscriptions-spec/src/rpc-subscriptions.ts type RpcSubscriptionsConfig (line 13) | type RpcSubscriptionsConfig = Readonly<{ type RpcSubscriptions (line 25) | type RpcSubscriptions = { type PendingRpcSubscriptionsRequestBuilder (line 31) | type PendingRpcSubscriptionsRequestBuilder( function createPendingRpcSubscription (line 81) | function createPendingRpcSubscription( FILE: packages/rpc-subscriptions/src/__tests__/rpc-subscriptions-autopinger-test.ts constant MOCK_INTERVAL_MS (line 6) | const MOCK_INTERVAL_MS = 60_000; function receiveError (line 14) | function receiveError(error?: unknown) { function receiveMessage (line 17) | function receiveMessage(message: unknown) { function dispatchWindowEvent (line 20) | function dispatchWindowEvent(eventName: 'offline' | 'online') { FILE: packages/rpc-subscriptions/src/__tests__/rpc-subscriptions-channel-pool-test.ts method on (line 241) | on(type, listener) { FILE: packages/rpc-subscriptions/src/__tests__/rpc-subscriptions-coalescer-test.ts function receiveError (line 9) | function receiveError(err?: unknown) { FILE: packages/rpc-subscriptions/src/__tests__/rpc-subscriptions-functional-test.ts function createLocalhostSolanaRpcSubscriptions (line 11) | function createLocalhostSolanaRpcSubscriptions(): RpcSubscriptions> ... constant PING_PAYLOAD (line 11) | const PING_PAYLOAD = { function getRpcSubscriptionsChannelWithAutoping (line 22) | function getRpcSubscriptionsChannelWithAutoping = ... type RpcSubscriptionsChannelTestnet (line 67) | type RpcSubscriptionsChannelTestnet =... type RpcSubscriptionsChannelMainnet (line 81) | type RpcSubscriptionsChannelMainnet =... type RpcSubscriptionsChannelWithCluster (line 85) | type RpcSubscriptionsChannelWithCluster = RpcSubscriptions... type RpcSubscriptionsTestnet (line 241) | type RpcSubscriptionsTestnet = RpcSubscriptions = RpcSubscriptions = DefaultRpcSubscriptionsCha... function createSolanaRpcSubscriptionsImpl (line 20) | function createSolanaRpcSubscriptionsImpl( function createSolanaRpcSubscriptions_UNSTABLE (line 47) | function createSolanaRpcSubscriptions_UNSTABLE = { FILE: packages/rpc-transformers/src/request-transformer.ts type RequestTransformerConfig (line 10) | type RequestTransformerConfig = Readonly<{ function getDefaultRequestTransformerForSolanaRpc (line 46) | function getDefaultRequestTransformerForSolanaRpc(config?: RequestTransf... FILE: packages/rpc-transformers/src/response-transformer-allowed-numeric-values.ts type AllowedNumericKeypaths (line 3) | type AllowedNumericKeypaths = Partial = Readonly<{ function getDefaultResponseTransformerForSolanaRpc (line 35) | function getDefaultResponseTransformerForSolanaRpc( function getDefaultResponseTransformerForSolanaRpcSubscriptions (line 65) | function getDefaultResponseTransformerForSolanaRpcSubscriptions( FILE: packages/rpc-transformers/src/tree-traversal.ts type KeyPathWildcard (line 3) | type KeyPathWildcard = { readonly ['__keyPathWildcard:@solana/kit']: uni... type KeyPath (line 4) | type KeyPath = ReadonlyArray; constant KEYPATH_WILDCARD (line 6) | const KEYPATH_WILDCARD = {} as KeyPathWildcard; type NodeVisitor (line 8) | type NodeVisitor = (value: unknown, state... type TraversalState (line 9) | type TraversalState = Readonly<{ function getTreeWalker (line 13) | function getTreeWalker(visitors: NodeVisitor[]) { function getTreeWalkerRequestTransformer (line 61) | function getTreeWalkerRequestTransformer( function getTreeWalkerResponseTransformer (line 74) | function getTreeWalkerResponseTransformer( FILE: packages/rpc-transport-http/src/__benchmarks__/run.ts constant VALIDATOR_URL (line 11) | let VALIDATOR_URL = process.argv[2]; constant NUM_CONCURRENT_REQUESTS (line 18) | const NUM_CONCURRENT_REQUESTS = 1024; function createDispatcher (line 25) | function createDispatcher(options: Agent.Options) { function getTestPayload (line 35) | function getTestPayload() { function makeConcurrentRequests (line 43) | async function makeConcurrentRequests(num: number = NUM_CONCURRENT_REQUE... method beforeEach (line 58) | beforeEach() { FILE: packages/rpc-transport-http/src/__tests__/http-transport-dispatcher-test.browser.ts constant WARNING_MESSAGE (line 3) | const WARNING_MESSAGE = FILE: packages/rpc-transport-http/src/__tests__/http-transport-for-solana-rpc-test.ts constant MAX_SAFE_INTEGER (line 3) | const MAX_SAFE_INTEGER = BigInt(Number.MAX_SAFE_INTEGER); constant MAX_SAFE_INTEGER_PLUS_ONE (line 4) | const MAX_SAFE_INTEGER_PLUS_ONE = BigInt(Number.MAX_SAFE_INTEGER) + 1n; FILE: packages/rpc-transport-http/src/__tests__/http-transport-headers-test.ts constant FOREVER_PROMISE (line 10) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/rpc-transport-http/src/http-transport-config.ts type HttpTransportConfig (line 6) | type HttpTransportConfig = Readonly<{ FILE: packages/rpc-transport-http/src/http-transport-for-solana-rpc.ts type Config (line 8) | type Config = Pick = { constant FORBIDDEN_HEADERS (line 57) | const FORBIDDEN_HEADERS: Record = /* @__PURE__ */ Objec... function assertIsAllowedHttpRequestHeaders (line 85) | function assertIsAllowedHttpRequestHeaders( function normalizeHeaders (line 106) | function normalizeHeaders>( FILE: packages/rpc-transport-http/src/http-transport.ts function warnDispatcherWasSuppliedInNonNodeEnvironment (line 10) | function warnDispatcherWasSuppliedInNonNodeEnvironment() { function createHttpTransport (line 38) | function createHttpTransport(config: Config): RpcTransport { FILE: packages/rpc-transport-http/src/is-solana-request.ts constant SOLANA_RPC_METHODS (line 3) | const SOLANA_RPC_METHODS = [ function isSolanaRequest (line 62) | function isSolanaRequest(payload: unknown): payload is Readonly<{ FILE: packages/rpc-types/src/account-filters.ts type DataSlice (line 3) | type DataSlice = Readonly<{ type ProgramNotificationsMemcmpFilterBase58 (line 10) | type ProgramNotificationsMemcmpFilterBase58 = Readonly<{ type ProgramNotificationsMemcmpFilterBase64 (line 23) | type ProgramNotificationsMemcmpFilterBase64 = Readonly<{ type GetProgramAccountsMemcmpFilter (line 36) | type GetProgramAccountsMemcmpFilter = Readonly<{ type GetProgramAccountsDatasizeFilter (line 43) | type GetProgramAccountsDatasizeFilter = Readonly<{ FILE: packages/rpc-types/src/account-info.ts type AccountInfoBase (line 11) | type AccountInfoBase = Readonly<{ type AccountInfoWithBase58Bytes (line 23) | type AccountInfoWithBase58Bytes = Readonly<{ type AccountInfoWithBase58EncodedData (line 28) | type AccountInfoWithBase58EncodedData = Readonly<{ type AccountInfoWithBase64EncodedData (line 32) | type AccountInfoWithBase64EncodedData = Readonly<{ type AccountInfoWithBase64EncodedZStdCompressedData (line 36) | type AccountInfoWithBase64EncodedZStdCompressedData = Readonly<{ type AccountInfoWithJsonData (line 40) | type AccountInfoWithJsonData = Readonly<{ type AccountInfoWithPubkey (line 54) | type AccountInfoWithPubkey = Readonly<{ FILE: packages/rpc-types/src/blockhash.ts type Blockhash (line 13) | type Blockhash = Brand, 'Blockhash'>; function isBlockhash (line 33) | function isBlockhash(putativeBlockhash: string): putativeBlockhash is Bl... function assertIsBlockhash (line 62) | function assertIsBlockhash(putativeBlockhash: string): asserts putativeB... function blockhash (line 98) | function blockhash(putativeBlockhash: string): Blockhash { function getBlockhashEncoder (line 121) | function getBlockhashEncoder(): FixedSizeEncoder { function getBlockhashDecoder (line 150) | function getBlockhashDecoder(): FixedSizeDecoder { function getBlockhashCodec (line 160) | function getBlockhashCodec(): FixedSizeCodec { function getBlockhashComparator (line 164) | function getBlockhashComparator(): (x: string, y: string) => number { FILE: packages/rpc-types/src/cluster-url.ts type MainnetUrl (line 1) | type MainnetUrl = string & { '~cluster': 'mainnet' }; type DevnetUrl (line 2) | type DevnetUrl = string & { '~cluster': 'devnet' }; type TestnetUrl (line 3) | type TestnetUrl = string & { '~cluster': 'testnet' }; type ClusterUrl (line 4) | type ClusterUrl = DevnetUrl | MainnetUrl | TestnetUrl | string; function mainnet (line 7) | function mainnet(putativeString: string): MainnetUrl { function devnet (line 11) | function devnet(putativeString: string): DevnetUrl { function testnet (line 15) | function testnet(putativeString: string): TestnetUrl { FILE: packages/rpc-types/src/commitment.ts type Commitment (line 9) | type Commitment = 'confirmed' | 'finalized' | 'processed'; function getCommitmentScore (line 11) | function getCommitmentScore(commitment: Commitment): number { function commitmentComparator (line 26) | function commitmentComparator(a: Commitment, b: Commitment): -1 | 0 | 1 { FILE: packages/rpc-types/src/encoded-bytes.ts type Base58EncodedBytes (line 3) | type Base58EncodedBytes = Brand, 'Base58... type Base64EncodedBytes (line 4) | type Base64EncodedBytes = Brand, 'Base64... type Base64EncodedZStdCompressedBytes (line 5) | type Base64EncodedZStdCompressedBytes = Brand< type Base58EncodedDataResponse (line 10) | type Base58EncodedDataResponse = [Base58EncodedBytes, 'base58']; type Base64EncodedDataResponse (line 11) | type Base64EncodedDataResponse = [Base64EncodedBytes, 'base64']; type Base64EncodedZStdCompressedDataResponse (line 12) | type Base64EncodedZStdCompressedDataResponse = [Base64EncodedZStdCompres... FILE: packages/rpc-types/src/lamports.ts type Lamports (line 23) | type Lamports = Brand; function getMemoizedU64Encoder (line 31) | function getMemoizedU64Encoder(): FixedSizeEncoder { function getMemoizedU64Decoder (line 36) | function getMemoizedU64Decoder(): FixedSizeDecoder { function isLamports (line 58) | function isLamports(putativeLamports: bigint): putativeLamports is Lampo... function assertIsLamports (line 90) | function assertIsLamports(putativeLamports: bigint): asserts putativeLam... function lamports (line 107) | function lamports(putativeLamports: bigint): Lamports { type ExtractAdditionalProps (line 112) | type ExtractAdditionalProps = Omit; function getDefaultLamportsEncoder (line 118) | function getDefaultLamportsEncoder(): FixedSizeEncoder { function getLamportsEncoder (line 140) | function getLamportsEncoder( function getDefaultLamportsDecoder (line 152) | function getDefaultLamportsDecoder(): FixedSizeDecoder { function getLamportsDecoder (line 173) | function getLamportsDecoder( function getDefaultLamportsCodec (line 189) | function getDefaultLamportsCodec(): FixedSizeCodec( FILE: packages/rpc-types/src/rpc-api.ts type SolanaRpcResponse (line 3) | type SolanaRpcResponse = Readonly<{ FILE: packages/rpc-types/src/sol.ts type Sol (line 24) | type Sol = DecimalFixedPoint<'unsigned', 64, 9>; function solFactory (line 29) | function solFactory(value: string, rounding?: RoundingMode): Sol { function rawSolFactory (line 34) | function rawSolFactory(value: bigint): Sol { function getMemoizedU64Encoder (line 42) | function getMemoizedU64Encoder(): FixedSizeEncoder { function getMemoizedU64Decoder (line 47) | function getMemoizedU64Decoder(): FixedSizeDecoder { function sol (line 70) | function sol(value: string, rounding?: RoundingMode): Sol { function solToLamports (line 87) | function solToLamports(value: Sol): Lamports { function lamportsToSol (line 103) | function lamportsToSol(value: Lamports): Sol { function getSolEncoder (line 115) | function getSolEncoder(): FixedSizeEncoder { function getSolDecoder (line 128) | function getSolDecoder(): FixedSizeDecoder { function getSolCodec (line 140) | function getSolCodec(): FixedSizeCodec { FILE: packages/rpc-types/src/stringified-bigint.ts type StringifiedBigInt (line 8) | type StringifiedBigInt = Brand; function isStringifiedBigInt (line 26) | function isStringifiedBigInt(putativeBigInt: string): putativeBigInt is ... function assertIsStringifiedBigInt (line 57) | function assertIsStringifiedBigInt(putativeBigInt: string): asserts puta... function stringifiedBigInt (line 78) | function stringifiedBigInt(putativeBigInt: string): StringifiedBigInt { FILE: packages/rpc-types/src/stringified-number.ts type StringifiedNumber (line 9) | type StringifiedNumber = Brand; function isStringifiedNumber (line 27) | function isStringifiedNumber(putativeNumber: string): putativeNumber is ... function assertIsStringifiedNumber (line 53) | function assertIsStringifiedNumber(putativeNumber: string): asserts puta... function stringifiedNumber (line 72) | function stringifiedNumber(putativeNumber: string): StringifiedNumber { FILE: packages/rpc-types/src/token-amount.ts type TokenAmount (line 4) | type TokenAmount = Readonly<{ FILE: packages/rpc-types/src/token-balance.ts type TokenBalance (line 5) | type TokenBalance = Readonly<{ FILE: packages/rpc-types/src/transaction-error.ts type CustomProgramError (line 1) | type CustomProgramError = number; type InstructionError (line 4) | type InstructionError = type InstructionIndex (line 60) | type InstructionIndex = number; type AccountIndex (line 61) | type AccountIndex = number; type TransactionError (line 64) | type TransactionError = FILE: packages/rpc-types/src/transaction.ts type TransactionVersion (line 10) | type TransactionVersion = 'legacy' | 0 | 1; type AddressTableLookup (line 12) | type AddressTableLookup = Readonly<{ type InstructionWithStackHeight (line 21) | type InstructionWithStackHeight = Readonly<{ type InstructionWithData (line 34) | type InstructionWithData = Readonly<{ type ParsedTransactionInstruction (line 39) | type ParsedTransactionInstruction = Partial & type PartiallyDecodedTransactionInstruction (line 57) | type PartiallyDecodedTransactionInstruction = InstructionWithData & type ReturnData (line 66) | type ReturnData = { type TransactionInstruction (line 73) | type TransactionInstruction = InstructionWithData & type TransactionMessageBase (line 88) | type TransactionMessageBase = Readonly<{ type TransactionParsedAccountBase (line 124) | type TransactionParsedAccountBase = Readonly<{ type TransactionParsedAccountLegacy (line 133) | type TransactionParsedAccountLegacy = Readonly<{ type TransactionParsedAccountVersioned (line 139) | type TransactionParsedAccountVersioned = Readonly<{ type TransactionForAccountsMetaBase (line 152) | type TransactionForAccountsMetaBase = Readonly<{ type TransactionWithSignatures (line 175) | type TransactionWithSignatures = Readonly<{ type TransactionForAccounts (line 187) | type TransactionForAccounts; type SignedLamports (line 8) | type SignedLamports = bigint; type F64UnsafeSeeDocumentation (line 17) | type F64UnsafeSeeDocumentation = number; FILE: packages/rpc-types/src/unix-timestamp.ts type UnixTimestamp (line 9) | type UnixTimestamp = Brand; function isUnixTimestamp (line 33) | function isUnixTimestamp(putativeTimestamp: bigint): putativeTimestamp i... function assertIsUnixTimestamp (line 62) | function assertIsUnixTimestamp(putativeTimestamp: bigint): asserts putat... function unixTimestamp (line 81) | function unixTimestamp(putativeTimestamp: bigint): UnixTimestamp { FILE: packages/rpc/src/__tests__/rpc-request-coalescer-test.ts method getHashFn (line 171) | getHashFn() { method getHashFn (line 178) | getHashFn() { FILE: packages/rpc/src/rpc-clusters.ts type RpcTransportDevnet (line 16) | type RpcTransportDevnet = RpcTransport & { '~cluster': 'devnet' }; type RpcTransportTestnet (line 28) | type RpcTransportTestnet = RpcTransport & { '~cluster': 'testnet' }; type RpcTransportMainnet (line 40) | type RpcTransportMainnet = RpcTransport & { '~cluster': 'mainnet' }; type RpcTransportFromClusterUrl (line 57) | type RpcTransportFromClusterUrl = TClust... type RpcDevnet (line 88) | type RpcDevnet = Rpc & { '~cluster': 'devnet' }; type RpcTestnet (line 113) | type RpcTestnet = Rpc & { '~cluster': 'testnet... type RpcMainnet (line 138) | type RpcMainnet = Rpc & { '~cluster': 'mainnet... type RpcFromTransport (line 156) | type RpcFromTransport =... type SolanaRpcApiFromTransport (line 180) | type SolanaRpcApiFromTransport = TTrans... type SolanaRpcApiFromClusterUrl (line 203) | type SolanaRpcApiFromClusterUrl = Solana... FILE: packages/rpc/src/rpc-default-config.ts constant DEFAULT_RPC_CONFIG (line 17) | const DEFAULT_RPC_CONFIG: Partial string | undefined; constant EXPLICIT_ABORT_TOKEN (line 17) | let EXPLICIT_ABORT_TOKEN: ReturnType; function createExplicitAbortToken (line 18) | function createExplicitAbortToken() { function getRpcTransportWithRequestCoalescing (line 30) | function getRpcTransportWithRequestCoalescing[0]; type DefaultRpcTransportConfig (line 10) | interface DefaultRpcTransportConfig exte... function normalizeHeaders (line 14) | function normalizeHeaders>( function createDefaultRpcTransport (line 37) | function createDefaultRpcTransport( FILE: packages/rpc/src/rpc.ts type DefaultRpcTransportConfig (line 9) | type DefaultRpcTransportConfig = Paramet... function createSolanaRpc (line 18) | function createSolanaRpc( function createSolanaRpcFromTransport (line 29) | function createSolanaRpcFromTransport(t... FILE: packages/signers/src/__tests__/__setup__.ts constant APPLICATION_DOMAIN_BYTES (line 33) | const APPLICATION_DOMAIN_BYTES = new Uint8Array([ function createMockInstructionWithSigners (line 38) | function createMockInstructionWithSigners(signers: TransactionSigner[]):... function createMockOffchainMessageWithSigners (line 48) | function createMockOffchainMessageWithSigners( function createMockTransactionMessageWithSigners (line 63) | function createMockTransactionMessageWithSigners( function createMockMessagePartialSigner (line 78) | function createMockMessagePartialSigner(address: Address): MessagePartia... function createMockMessageModifyingSigner (line 82) | function createMockMessageModifyingSigner( function createMockTransactionPartialSigner (line 88) | function createMockTransactionPartialSigner( function createMockTransactionModifyingSigner (line 94) | function createMockTransactionModifyingSigner( function createMockTransactionSendingSigner (line 100) | function createMockTransactionSendingSigner( function createMockTransactionCompositeSigner (line 106) | function createMockTransactionCompositeSigner(address: Address) { FILE: packages/signers/src/__typetests__/add-signers-typetest.ts type InstructionA (line 33) | type InstructionA = Instruction & { id: 'A' }; type InstructionB (line 34) | type InstructionB = Instruction & { id: 'B' }; FILE: packages/signers/src/__typetests__/fee-payer-typetest.ts type TransactionMessageNotLegacy (line 44) | type TransactionMessageNotLegacy = Exclude( function addSignersToTransactionMessage (line 107) | function addSignersToTransactionMessage< function hasAddressOnlyFeePayer (line 128) | function hasAddressOnlyFeePayer( FILE: packages/signers/src/deduplicate-signers.ts function deduplicateSigners (line 14) | function deduplicateSigners = MessagePartialSig... function isKeyPairSigner (line 54) | function isKeyPairSigner(value: { function assertIsKeyPairSigner (line 80) | function assertIsKeyPairSigner(value: { function createSignerFromKeyPair (line 112) | async function createSignerFromKeyPair(keyPair: CryptoKeyPair): Promise<... function generateKeyPairSigner (line 153) | async function generateKeyPairSigner(extractable: boolean = false): Prom... function createKeyPairSignerFromBytes (line 177) | async function createKeyPairSignerFromBytes( function createKeyPairSignerFromPrivateKeyBytes (line 200) | async function createKeyPairSignerFromPrivateKeyBytes( FILE: packages/signers/src/message-modifying-signer.ts type MessageModifyingSignerConfig (line 13) | type MessageModifyingSignerConfig = BaseSignerConfig; type MessageModifyingSigner (line 55) | type MessageModifyingSigner = Readonly<{ function isMessageModifyingSigner (line 80) | function isMessageModifyingSigner(value: { function assertIsMessageModifyingSigner (line 108) | function assertIsMessageModifyingSigner(value: { FILE: packages/signers/src/message-partial-signer.ts type MessagePartialSignerConfig (line 13) | type MessagePartialSignerConfig = BaseSignerConfig; type MessagePartialSigner (line 50) | type MessagePartialSigner = Readonly<{ function isMessagePartialSigner (line 75) | function isMessagePartialSigner(value: { function assertIsMessagePartialSigner (line 99) | function assertIsMessagePartialSigner(value: { FILE: packages/signers/src/message-signer.ts type MessageSigner (line 15) | type MessageSigner = function isMessageSigner (line 37) | function isMessageSigner(value: { function assertIsMessageSigner (line 62) | function assertIsMessageSigner(value: { FILE: packages/signers/src/noop-signer.ts type NoopSigner (line 37) | type NoopSigner = MessagePartialSigner... function createNoopSigner (line 53) | function createNoopSigner(address: Add... FILE: packages/signers/src/offchain-message-signer.ts type OffchainMessageSignatorySigner (line 9) | type OffchainMessageSignatorySigner = ... function getSignersFromOffchainMessage (line 36) | function getSignersFromOffchainMessage({ FILE: packages/signers/src/sign-offchain-message.ts function partiallySignOffchainMessageWithSigners (line 47) | async function partiallySignOffchainMessageWithSigners( function signOffchainMessageWithSigners (line 81) | async function signOffchainMessageWithSigners( function categorizeMessageSigners (line 99) | function categorizeMessageSigners(signers: readonly MessageSigner[]): Re... function identifyMessageModifyingSigners (line 115) | function identifyMessageModifyingSigners( function signModifyingAndPartialMessageSigners (line 135) | async function signModifyingAndPartialMessageSigners( FILE: packages/signers/src/sign-transaction.ts function partiallySignTransactionMessageWithSigners (line 66) | async function partiallySignTransactionMessageWithSigners( function signTransactionMessageWithSigners (line 104) | async function signTransactionMessageWithSigners( function signAndSendTransactionMessageWithSigners (line 162) | async function signAndSendTransactionMessageWithSigners( function partiallySignTransactionWithSigners (line 207) | async function partiallySignTransactionWithSigners( function signTransactionWithSigners (line 249) | async function signTransactionWithSigners( function signAndSendTransactionWithSigners (line 303) | async function signAndSendTransactionWithSigners( function categorizeTransactionSigners (line 342) | function categorizeTransactionSigners( function identifyTransactionSendingSigner (line 374) | function identifyTransactionSendingSigner(signers: readonly TransactionS... function identifyTransactionModifyingSigners (line 392) | function identifyTransactionModifyingSigners( function signModifyingAndPartialTransactionSigners (line 411) | async function signModifyingAndPartialTransactionSigners( FILE: packages/signers/src/signable-message.ts type SignableMessage (line 26) | type SignableMessage = Readonly<{ function createSignableMessage (line 45) | function createSignableMessage( FILE: packages/signers/src/transaction-modifying-signer.ts type TransactionModifyingSignerConfig (line 13) | type TransactionModifyingSignerConfig = BaseTransactionSignerConfig; type TransactionModifyingSigner (line 57) | type TransactionModifyingSigner = Read... function isTransactionModifyingSigner (line 82) | function isTransactionModifyingSigner(value: { function assertIsTransactionModifyingSigner (line 106) | function assertIsTransactionModifyingSigner(val... FILE: packages/signers/src/transaction-partial-signer.ts type TransactionPartialSignerConfig (line 13) | type TransactionPartialSignerConfig = BaseTransactionSignerConfig; type TransactionPartialSigner (line 49) | type TransactionPartialSigner = Readon... function isTransactionPartialSigner (line 74) | function isTransactionPartialSigner(value: { function assertIsTransactionPartialSigner (line 98) | function assertIsTransactionPartialSigner(value: { FILE: packages/signers/src/transaction-sending-signer.ts type TransactionSendingSignerConfig (line 14) | type TransactionSendingSignerConfig = BaseTransactionSignerConfig; type TransactionSendingSigner (line 61) | type TransactionSendingSigner = Readon... function isTransactionSendingSigner (line 86) | function isTransactionSendingSigner(value: { function assertIsTransactionSendingSigner (line 110) | function assertIsTransactionSendingSigner(value: { FILE: packages/signers/src/transaction-signer.ts type TransactionSigner (line 17) | type TransactionSigner = function isTransactionSigner (line 41) | function isTransactionSigner(value: { function assertIsTransactionSigner (line 69) | function assertIsTransactionSigner(value: { FILE: packages/signers/src/transaction-with-single-sending-signer.ts type TransactionMessageWithSingleSendingSigner (line 32) | type TransactionMessageWithSingleSendingSigner = Brand< function isTransactionMessageWithSingleSendingSigner (line 67) | function isTransactionMessageWithSingleSendingSigner< function assertIsTransactionMessageWithSingleSendingSigner (line 100) | function assertIsTransactionMessageWithSingleSendingSigner< function assertContainsResolvableTransactionSendingSigner (line 133) | function assertContainsResolvableTransactionSendingSigner(signers: reado... FILE: packages/signers/src/types.ts type SignatureDictionary (line 5) | type SignatureDictionary = Readonly>; type BaseSignerConfig (line 10) | type BaseSignerConfig = Readonly<{ type BaseTransactionSignerConfig (line 30) | interface BaseTransactionSignerConfig extends BaseSignerConfig { FILE: packages/signers/src/write-keypair-signer.ts function writeKeyPairSigner (line 56) | async function writeKeyPairSigner( FILE: packages/subscribable/src/__tests__/async-iterable-test.ts function publish (line 7) | function publish(type: string, payload: unknown) { FILE: packages/subscribable/src/__tests__/demultiplex-test.ts function publishMessage (line 5) | function publishMessage(channelName: string, message: unknown) { FILE: packages/subscribable/src/__tests__/reactive-stream-store-test.ts function publish (line 14) | function publish(type: string, payload: unknown) { function createMockDataPublisher (line 352) | function createMockDataPublisher(): { function createFactory (line 374) | function createFactory() { FILE: packages/subscribable/src/__typetests__/data-publisher-typetest.ts type ChannelMap (line 6) | type ChannelMap = { FILE: packages/subscribable/src/__typetests__/event-emitter-typetest.ts type EventMap (line 5) | type EventMap = { FILE: packages/subscribable/src/async-iterable.ts type Config (line 10) | type Config = Readonly<{ type PublishType (line 37) | const enum PublishType { type IteratorKey (line 42) | type IteratorKey = symbol; type IteratorState (line 43) | type IteratorState = constant EXPLICIT_ABORT_TOKEN (line 63) | let EXPLICIT_ABORT_TOKEN: symbol; function createExplicitAbortToken (line 64) | function createExplicitAbortToken() { constant UNINITIALIZED (line 75) | const UNINITIALIZED = Symbol(); function createAsyncIterableFromDataPublisher (line 119) | function createAsyncIterableFromDataPublisher({ FILE: packages/subscribable/src/data-publisher.ts type UnsubscribeFn (line 3) | type UnsubscribeFn = () => void; type DataPublisher (line 18) | interface DataPublisher; type Listener (line 2) | type Listener = ((evt: TEvent) => void) | { handle... type TypedEventEmitter (line 17) | interface TypedEventEmitter { type TypedEventTarget (line 43) | interface TypedEventTarget { FILE: packages/subscribable/src/reactive-action-store.ts type ReactiveActionStatus (line 5) | type ReactiveActionStatus = 'error' | 'idle' | 'running' | 'success'; type ReactiveActionState (line 14) | type ReactiveActionState = type ReactiveActionStore (line 27) | type ReactiveActionStore = { constant IDLE_STATE (line 51) | const IDLE_STATE: ReactiveActionState = Object.freeze({ function createReactiveActionStore (line 87) | function createReactiveActionStore = constant LOADING_STATE (line 69) | const LOADING_STATE: ReactiveState = Object.freeze({ type ReactiveStreamStore (line 92) | type ReactiveStreamStore = { type ReactiveStore (line 132) | type ReactiveStore = ReactiveStreamStore; function createReactiveStoreFromDataPublisher (line 158) | function createReactiveStoreFromDataPublisher({ function createReactiveStoreFromDataPublisherFactory (line 255) | function createReactiveStoreFromDataPublisherFactory({ FILE: packages/sysvars/src/__tests__/__setup__.ts function createLocalhostSolanaRpc (line 5) | function createLocalhostSolanaRpc(): Rpc { FILE: packages/sysvars/src/__tests__/slot-history-test.ts constant BITVEC_DISCRIMINATOR (line 7) | const BITVEC_DISCRIMINATOR = 1; constant BITVEC_NUM_BITS (line 8) | const BITVEC_NUM_BITS = 1024 * 1024; constant BITVEC_LENGTH (line 9) | const BITVEC_LENGTH = BITVEC_NUM_BITS / 64; FILE: packages/sysvars/src/clock.ts type SysvarClockSize (line 11) | type SysvarClockSize = 40; type SysvarClock (line 17) | type SysvarClock = Readonly<{ function getSysvarClockEncoder (line 38) | function getSysvarClockEncoder(): FixedSizeEncoder, config?: Fe... FILE: packages/sysvars/src/epoch-rewards.ts type SysvarEpochRewardsSize (line 23) | type SysvarEpochRewardsSize = 81; type SysvarEpochRewards (line 33) | type SysvarEpochRewards = Readonly<{ function getSysvarEpochRewardsEncoder (line 63) | function getSysvarEpochRewardsEncoder(): FixedSizeEncoder, config?: Fet... FILE: packages/sysvars/src/slot-hashes.ts type Entry (line 16) | type Entry = Readonly<{ type SysvarSlotHashes (line 22) | type SysvarSlotHashes = Entry[]; function getSysvarSlotHashesEncoder (line 28) | function getSysvarSlotHashesEncoder(): VariableSizeEncoder { function fetchSysvarSlotHashes (line 63) | async function fetchSysvarSlotHashes( FILE: packages/sysvars/src/slot-history.ts constant BITVEC_DISCRIMINATOR (line 25) | const BITVEC_DISCRIMINATOR = 1; constant BITVEC_NUM_BITS (line 31) | const BITVEC_NUM_BITS = 1024 * 1024; constant BITVEC_LENGTH (line 34) | const BITVEC_LENGTH = BITVEC_NUM_BITS / 64; constant SLOT_HISTORY_ACCOUNT_DATA_STATIC_SIZE (line 36) | const SLOT_HISTORY_ACCOUNT_DATA_STATIC_SIZE = function getMemoizedU64Encoder (line 48) | function getMemoizedU64Encoder(): FixedSizeEncoder { function getMemoizedU64Decoder (line 52) | function getMemoizedU64Decoder(): FixedSizeDecoder { function getMemoizedU64ArrayEncoder (line 56) | function getMemoizedU64ArrayEncoder(): FixedSizeEncoder( function fetchJsonParsedSysvarAccount (line 66) | async function fetchJsonParsedSysvarAccount { FILE: packages/test-matchers/toEqualArrayBuffer.ts method toEqualArrayBuffer (line 2) | toEqualArrayBuffer(received: ArrayBuffer, expected: ArrayBuffer) { type AsymmetricMatchers (line 28) | interface AsymmetricMatchers { type Matchers (line 31) | interface Matchers { FILE: packages/text-encoding-impl/tsup.config.ts method outExtension (line 9) | outExtension({ format }) { FILE: packages/transaction-confirmation/src/__tests__/confirmation-strategy-blockheight-test.ts constant FOREVER_PROMISE (line 6) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/transaction-confirmation/src/__tests__/confirmation-strategy-nonce-test.ts constant FOREVER_PROMISE (line 8) | const FOREVER_PROMISE = new Promise(() => { function getBase64EncodedNonceAccountData (line 13) | function getBase64EncodedNonceAccountData(nonceValue: Nonce) { FILE: packages/transaction-confirmation/src/__tests__/confirmation-strategy-racer-test.ts constant FOREVER_PROMISE (line 5) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/transaction-confirmation/src/__tests__/confirmation-strategy-signature-test.ts constant FOREVER_PROMISE (line 6) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/transaction-confirmation/src/__tests__/waiters-test.ts constant FOREVER_PROMISE (line 20) | const FOREVER_PROMISE = new Promise(() => { FILE: packages/transaction-confirmation/src/confirmation-strategy-blockheight.ts type GetBlockHeightExceedencePromiseFn (line 7) | type GetBlockHeightExceedencePromiseFn = (config: { type CreateBlockHeightExceedencePromiseFactoryConfig (line 22) | type CreateBlockHeightExceedencePromiseFactoryConfig = { function createBlockHeightExceedencePromiseFactory (line 73) | function createBlockHeightExceedencePromiseFactory< FILE: packages/transaction-confirmation/src/confirmation-strategy-nonce.ts type GetNonceInvalidationPromiseFn (line 11) | type GetNonceInvalidationPromiseFn = (config: { type CreateNonceInvalidationPromiseFactoryConfig (line 27) | type CreateNonceInvalidationPromiseFactoryConfig = { constant NONCE_VALUE_OFFSET (line 32) | const NONCE_VALUE_OFFSET = function createNonceInvalidationPromiseFactory (line 84) | function createNonceInvalidationPromiseFactory = Omit & Readonly<{... function raceStrategies (line 16) | async function raceStrategies = { function createRecentSignatureConfirmationPromiseFactory (line 72) | function createRecentSignatureConfirmationPromiseFactory< FILE: packages/transaction-confirmation/src/confirmation-strategy-timeout.ts type Config (line 3) | type Config = Readonly<{ function getTimeoutPromise (line 34) | async function getTimeoutPromise({ abortSignal: callerAbortSignal, commi... FILE: packages/transaction-confirmation/src/waiters.ts type TransactionWithLastValidBlockHeight (line 14) | type TransactionWithLastValidBlockHeight = Omit; FILE: packages/transaction-messages/src/__typetests__/compress-transaction-message-typetest.ts type v0TransactionMessage (line 8) | type v0TransactionMessage = TransactionMessage & { version: 0 }; type AddressesByLookupTableAddress (line 10) | type AddressesByLookupTableAddress = Parameters; type V1TransactionMessage (line 6) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/compute-unit-price-typetest.ts type LegacyTransactionMessage (line 4) | type LegacyTransactionMessage = Extract; type V1TransactionMessage (line 6) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/create-transaction-message-typetest.ts type LegacyTransactionMessage (line 5) | type LegacyTransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/durable-nonce-typetest.ts type InstructionA (line 32) | type InstructionA = Instruction & { identifier: 'A' }; type LegacyTransactionMessage (line 33) | type LegacyTransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/fee-payer-typetest.ts type LegacyTransactionMessage (line 12) | type LegacyTransactionMessage = Extract; type TransactionMessageNotLegacy (line 106) | type TransactionMessageNotLegacy = Exclude; type V1TransactionMessage (line 6) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/instructions-typetest.ts type Instruction (line 21) | type Instruction = TransactionMessage['instructions'][number]; type InstructionA (line 22) | type InstructionA = Instruction & { identifier: 'A' }; type InstructionB (line 23) | type InstructionB = Instruction & { identifier: 'B' }; type InstructionC (line 24) | type InstructionC = Instruction & { identifier: 'C' }; type TransactionMessageNotLegacy (line 26) | type TransactionMessageNotLegacy = Exclude; type V1TransactionMessage (line 9) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/priority-fee-lamports-typetest.ts type LegacyTransactionMessage (line 7) | type LegacyTransactionMessage = Extract; type V1TransactionMessage (line 9) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/__typetests__/scenarios/message-modifications-typetest.ts type TransactionVersionWithoutV1 (line 33) | type TransactionVersionWithoutV1 = Exclude; FILE: packages/transaction-messages/src/__typetests__/transaction-config-typetest.ts type LegacyTransactionMessage (line 4) | type LegacyTransactionMessage = Extract; type V1TransactionMessage (line 6) | type V1TransactionMessage = Extract; FILE: packages/transaction-messages/src/addresses-by-lookup-table-address.ts type AddressesByLookupTableAddress (line 7) | type AddressesByLookupTableAddress = { [lookupTableAddress: Address]: Ad... FILE: packages/transaction-messages/src/blockhash.ts type BlockhashLifetimeConstraint (line 15) | type BlockhashLifetimeConstraint = Readonly<{ type TransactionMessageWithBlockhashLifetime (line 38) | interface TransactionMessageWithBlockhashLifetime { function isTransactionMessageWithBlockhashLifetime (line 63) | function isTransactionMessageWithBlockhashLifetime( function assertIsTransactionMessageWithBlockhashLifetime (line 96) | function assertIsTransactionMessageWithBlockhashLifetime( function setTransactionMessageLifetimeUsingBlockhash (line 117) | function setTransactionMessageLifetimeUsingBlockhash< FILE: packages/transaction-messages/src/codecs/__tests__/transaction-version-test.ts constant VERSION_FLAG_MASK (line 11) | const VERSION_FLAG_MASK = 0x80; constant VERSION_TEST_CASES (line 12) | const VERSION_TEST_CASES = // Versions 0–127 constant UNSUPPORTED_VERSION_TEST_CASES (line 14) | const UNSUPPORTED_VERSION_TEST_CASES = VERSION_TEST_CASES.slice(2); FILE: packages/transaction-messages/src/codecs/legacy/__tests__/message-test.ts type LegacyCompiledTransactionMessage (line 7) | type LegacyCompiledTransactionMessage = CompiledTransactionMessage & { v... FILE: packages/transaction-messages/src/codecs/legacy/header.ts type MessageHeader (line 7) | type MessageHeader = ReturnType; function getMemoizedU8Encoder (line 10) | function getMemoizedU8Encoder(): FixedSizeEncoder { function getMemoizedU8Decoder (line 16) | function getMemoizedU8Decoder(): FixedSizeDecoder { function getMemoizedU8Codec (line 22) | function getMemoizedU8Codec(): FixedSizeCodec { function getMessageHeaderEncoder (line 27) | function getMessageHeaderEncoder(): FixedSizeEncoder { function getMessageHeaderDecoder (line 35) | function getMessageHeaderDecoder(): FixedSizeDecoder { function getMessageHeaderCodec (line 43) | function getMessageHeaderCodec(): FixedSizeCodec[nu... function getInstructionEncoder (line 26) | function getInstructionEncoder(): VariableSizeEncoder { FILE: packages/transaction-messages/src/codecs/legacy/lifetime-token.ts type LifetimeToken (line 13) | type LifetimeToken = ReturnType; function getLifetimeTokenEncoder (line 15) | function getLifetimeTokenEncoder(): FixedSizeEncoder { FILE: packages/transaction-messages/src/codecs/legacy/message.ts type LegacyCompiledTransactionMessage (line 18) | type LegacyCompiledTransactionMessage = CompiledTransactionMessage & { v... function getMessageEncoder (line 20) | function getMessageEncoder(): VariableSizeEncoder< function getMessageDecoder (line 36) | function getMessageDecoder(): VariableSizeDecoder< function getMessageCodec (line 53) | function getMessageCodec(): VariableSizeCodec< FILE: packages/transaction-messages/src/codecs/message.ts function getCompiledTransactionMessageEncoder (line 29) | function getCompiledTransactionMessageEncoder(): VariableSizeEncoder< function getCompiledTransactionMessageDecoder (line 59) | function getCompiledTransactionMessageDecoder(): VariableSizeDecoder< function getCompiledTransactionMessageCodec (line 83) | function getCompiledTransactionMessageCodec(): VariableSizeCodec< FILE: packages/transaction-messages/src/codecs/transaction-version.ts constant VERSION_FLAG_MASK (line 17) | const VERSION_FLAG_MASK = 0x80; function getTransactionVersionEncoder (line 25) | function getTransactionVersionEncoder(): VariableSizeEncoder { function getInstructionPayloadEncoder (line 59) | function getInstructionPayloadEncoder(): VariableSizeEncoder = [ function getMockAddress (line 36) | function getMockAddress() { function forwardOrder (line 39) | function forwardOrder(i: Instruction[]) { function reverseOrder (line 42) | function reverseOrder(i: Instruction[]) { constant FEE_PAYER_ENTRY (line 46) | const FEE_PAYER_ENTRY = { [TYPE]: AddressMapEntryType.FEE_PAYER, role: A... constant STATIC_ENTRY_READONLY (line 47) | const STATIC_ENTRY_READONLY = { [TYPE]: AddressMapEntryType.STATIC, role... constant STATIC_ENTRY_READONLY_SIGNER (line 48) | const STATIC_ENTRY_READONLY_SIGNER = { [TYPE]: AddressMapEntryType.STATI... constant STATIC_ENTRY_WRITABLE (line 49) | const STATIC_ENTRY_WRITABLE = { [TYPE]: AddressMapEntryType.STATIC, role... constant STATIC_ENTRY_WRITABLE_SIGNER (line 50) | const STATIC_ENTRY_WRITABLE_SIGNER = { [TYPE]: AddressMapEntryType.STATI... FILE: packages/transaction-messages/src/compile/legacy/__tests__/header-test.ts function getMockAddress (line 8) | function getMockAddress() { FILE: packages/transaction-messages/src/compile/legacy/__tests__/instructions-test.ts function getMockAddress (line 8) | function getMockAddress() { FILE: packages/transaction-messages/src/compile/legacy/__tests__/message-test.ts constant MOCK_LIFETIME_CONSTRAINT (line 26) | const MOCK_LIFETIME_CONSTRAINT = FILE: packages/transaction-messages/src/compile/legacy/accounts.ts type AddressMapEntryType (line 21) | const enum AddressMapEntryType { type AddressMap (line 26) | type AddressMap = { type FeePayerAccountEntry (line 29) | type FeePayerAccountEntry = Omit & { type OrderedAccounts (line 32) | type OrderedAccounts = Brand; type StaticAccountEntry (line 33) | type StaticAccountEntry = Omit< function upsert (line 38) | function upsert( constant TYPE (line 46) | const TYPE = Symbol('AddressMapTypeProperty'); constant ADDRESS_MAP_TYPE_PROPERTY (line 47) | const ADDRESS_MAP_TYPE_PROPERTY: typeof TYPE = TYPE; function getAddressMapFromInstructions (line 49) | function getAddressMapFromInstructions(feePayer: Address, instructions: ... function getOrderedAccountsFromAddressMap (line 139) | function getOrderedAccountsFromAddressMap(addressMap: AddressMap): Order... FILE: packages/transaction-messages/src/compile/legacy/header.ts type MessageHeader (line 5) | type MessageHeader = Readonly<{ function getCompiledMessageHeader (line 35) | function getCompiledMessageHeader(orderedAccounts: OrderedAccounts): Mes... FILE: packages/transaction-messages/src/compile/legacy/instructions.ts type CompiledInstruction (line 7) | type CompiledInstruction = Readonly<{ function getAccountIndex (line 22) | function getAccountIndex(orderedAccounts: OrderedAccounts) { function getCompiledInstructions (line 30) | function getCompiledInstructions( FILE: packages/transaction-messages/src/compile/legacy/lifetime-token.ts function getCompiledLifetimeToken (line 3) | function getCompiledLifetimeToken( FILE: packages/transaction-messages/src/compile/legacy/message.ts type LegacyCompiledTransactionMessage (line 19) | type LegacyCompiledTransactionMessage = Readonly<{ function compileTransactionMessage (line 39) | function compileTransactionMessage< FILE: packages/transaction-messages/src/compile/message-types.ts type ForwardTransactionMessageLifetime (line 10) | type ForwardTransactionMessageLifetime< FILE: packages/transaction-messages/src/compile/message.ts type CompiledTransactionMessage (line 21) | type CompiledTransactionMessage = type CompiledTransactionMessageWithLifetime (line 28) | type CompiledTransactionMessageWithLifetime = Readonly<{ function compileTransactionMessage (line 70) | function compileTransactionMessage< type ForwardTransactionMessageLifetime (line 91) | type ForwardTransactionMessageLifetime< FILE: packages/transaction-messages/src/compile/v0/__tests__/accounts-test.ts type AccountRoleEnumName (line 11) | type AccountRoleEnumName = keyof typeof AccountRole; type TestCase (line 12) | type TestCase = { constant MOCK_ADDRESSES (line 29) | const MOCK_ADDRESSES: ReadonlyArray
= [ function getMockAddress (line 39) | function getMockAddress() { function forwardOrder (line 42) | function forwardOrder(i: Instruction[]) { function reverseOrder (line 45) | function reverseOrder(i: Instruction[]) { constant FEE_PAYER_ENTRY (line 49) | const FEE_PAYER_ENTRY = { [TYPE]: AddressMapEntryType.FEE_PAYER, role: A... constant LUT_ENTRY_READONLY (line 50) | const LUT_ENTRY_READONLY = { [TYPE]: AddressMapEntryType.LOOKUP_TABLE, r... constant LUT_ENTRY_WRITABLE (line 51) | const LUT_ENTRY_WRITABLE = { [TYPE]: AddressMapEntryType.LOOKUP_TABLE, r... constant STATIC_ENTRY_READONLY (line 52) | const STATIC_ENTRY_READONLY = { [TYPE]: AddressMapEntryType.STATIC, role... constant STATIC_ENTRY_READONLY_SIGNER (line 53) | const STATIC_ENTRY_READONLY_SIGNER = { [TYPE]: AddressMapEntryType.STATI... constant STATIC_ENTRY_WRITABLE (line 54) | const STATIC_ENTRY_WRITABLE = { [TYPE]: AddressMapEntryType.STATIC, role... constant STATIC_ENTRY_WRITABLE_SIGNER (line 55) | const STATIC_ENTRY_WRITABLE_SIGNER = { [TYPE]: AddressMapEntryType.STATI... FILE: packages/transaction-messages/src/compile/v0/__tests__/address-table-lookups-test.ts constant MOCK_ADDRESSES (line 7) | const MOCK_ADDRESSES: ReadonlyArray
= [ function getMockAddress (line 17) | function getMockAddress() { FILE: packages/transaction-messages/src/compile/v0/__tests__/instructions-test.ts function getMockAddress (line 8) | function getMockAddress() { FILE: packages/transaction-messages/src/compile/v0/__tests__/message-test.ts constant MOCK_LIFETIME_CONSTRAINT (line 30) | const MOCK_LIFETIME_CONSTRAINT = FILE: packages/transaction-messages/src/compile/v0/__tests__/static-accounts-test.ts function getMockAddress (line 8) | function getMockAddress() { FILE: packages/transaction-messages/src/compile/v0/accounts.ts type AddressMapEntryType (line 24) | const enum AddressMapEntryType { type AddressMap (line 30) | type AddressMap = { type FeePayerAccountEntry (line 33) | type FeePayerAccountEntry = Omit & { type LookupTableAccountEntry (line 36) | type LookupTableAccountEntry = Omit = { function findAddressInLookupTables (line 12) | function findAddressInLookupTables( type TransactionMessageNotLegacy (line 31) | type TransactionMessageNotLegacy = Exclude = type WidenTransactionMessageInstructions (line 46) | type WidenTransactionMessageInstructions; type TransactionConfig (line 7) | type TransactionConfig = R... type EmptyTransactionMessage (line 11) | type EmptyTransactionMessage = Brand = Read... type TransactionMessageWithDurableNonceLifetime (line 52) | interface TransactionMessageWithDurableNonceLifetime< type ExcludeTransactionMessageDurableNonceLifetime (line 68) | type ExcludeTransactionMessageDurableNonceLifetime; function getTransactionMessagePriorityFeeLamports (line 26) | function getTransactionMessagePriorityFeeLamports< function setTransactionMessagePriorityFeeLamports (line 55) | function setTransactionMessagePriorityFeeLamports< FILE: packages/transaction-messages/src/transaction-message-size.ts type TransactionMessageWithinSizeLimit (line 9) | type TransactionMessageWithinSizeLimit = NominalType<'transactionSize', ... type ExcludeTransactionMessageWithinSizeLimit (line 15) | type ExcludeTransactionMessageWithinSizeLimit; type V1TransactionMessage (line 21) | type V1TransactionMessage = BaseTransactionMessage<1, InstructionWithout... type TransactionMessage (line 26) | type TransactionMessage = LegacyTransactionMessage | V0TransactionMessag... type TransactionVersion (line 27) | type TransactionVersion = 'legacy' | 0 | 1; FILE: packages/transaction-messages/src/v1-transaction-config.ts type V1TransactionConfig (line 12) | type V1TransactionConfig = { function isV1ConfigEmpty (line 34) | function isV1ConfigEmpty(config: V1TransactionConfig): boolean { function areV1ConfigsEqual (line 43) | function areV1ConfigsEqual(config1: V1TransactionConfig, config2: V1Tran... type SupportedTransactionVersions (line 52) | type SupportedTransactionVersions = Extract; function setTransactionMessageConfig (line 96) | function setTransactionMessageConfig< constant TRANSACTION_CONFIG_PRIORITY_FEE_LAMPORTS_BIT_MASK (line 126) | const TRANSACTION_CONFIG_PRIORITY_FEE_LAMPORTS_BIT_MASK = 0b11; constant TRANSACTION_CONFIG_COMPUTE_UNIT_LIMIT_BIT_MASK (line 127) | const TRANSACTION_CONFIG_COMPUTE_UNIT_LIMIT_BIT_MASK = 0b100; constant TRANSACTION_CONFIG_LOADED_ACCOUNTS_DATA_SIZE_LIMIT_BIT_MASK (line 128) | const TRANSACTION_CONFIG_LOADED_ACCOUNTS_DATA_SIZE_LIMIT_BIT_MASK = 0b1000; constant TRANSACTION_CONFIG_HEAP_SIZE_BIT_MASK (line 129) | const TRANSACTION_CONFIG_HEAP_SIZE_BIT_MASK = 0b10000; function transactionConfigMaskHasPriorityFee (line 150) | function transactionConfigMaskHasPriorityFee(mask: number): boolean { function transactionConfigMaskHasComputeUnitLimit (line 173) | function transactionConfigMaskHasComputeUnitLimit(mask: number): boolean { function transactionConfigMaskHasLoadedAccountsDataSizeLimit (line 191) | function transactionConfigMaskHasLoadedAccountsDataSizeLimit(mask: numbe... function transactionConfigMaskHasHeapSize (line 209) | function transactionConfigMaskHasHeapSize(mask: number): boolean { FILE: packages/transactions/src/__tests__/compile-transaction-test.ts type TransactionMessage (line 23) | type TransactionMessage = Parameters[0]; FILE: packages/transactions/src/__tests__/lifetime-test.ts constant SYSTEM_PROGRAM_ADDRESS (line 23) | const SYSTEM_PROGRAM_ADDRESS = '11111111111111111111111111111111' as Add... constant U64_MAX (line 24) | const U64_MAX = 2n ** 64n - 1n; FILE: packages/transactions/src/__tests__/signatures-test.ts constant MOCK_BLOCKHASH_LIFETIME (line 27) | const MOCK_BLOCKHASH_LIFETIME = { FILE: packages/transactions/src/__tests__/transaction-message-size-test.ts constant MOCK_BLOCKHASH (line 20) | const MOCK_BLOCKHASH = { constant SMALL_TRANSACTION_MESSAGE (line 25) | const SMALL_TRANSACTION_MESSAGE = pipe( constant OVERSIZED_TRANSACTION_MESSAGE (line 31) | const OVERSIZED_TRANSACTION_MESSAGE = pipe(SMALL_TRANSACTION_MESSAGE, m => constant SMALL_V1_TRANSACTION_MESSAGE (line 41) | const SMALL_V1_TRANSACTION_MESSAGE = pipe( FILE: packages/transactions/src/__tests__/transaction-size-test.ts constant MOCK_BLOCKHASH (line 20) | const MOCK_BLOCKHASH = { constant SMALL_TRANSACTION_MESSAGE (line 25) | const SMALL_TRANSACTION_MESSAGE = pipe( constant SMALL_TRANSACTION (line 31) | const SMALL_TRANSACTION = compileTransaction(SMALL_TRANSACTION_MESSAGE); constant OVERSIZED_TRANSACTION (line 33) | const OVERSIZED_TRANSACTION = compileTransaction( constant SMALL_V1_TRANSACTION_MESSAGE (line 45) | const SMALL_V1_TRANSACTION_MESSAGE = pipe( constant V1_TRANSACTION_OVER_LEGACY_LIMIT (line 53) | const V1_TRANSACTION_OVER_LEGACY_LIMIT = compileTransaction( constant V1_TRANSACTION_OVER_V1_LIMIT (line 66) | const V1_TRANSACTION_OVER_V1_LIMIT = compileTransaction( FILE: packages/transactions/src/__typetests__/lifetime-typetest.ts type Result (line 27) | type Result = SetTransactionLifetimeFromTransactionMessage; type Result (line 28) | type Result = TransactionFromTransactionMessage { function getTransactionEncoderWithSignaturesFirst (line 93) | function getTransactionEncoderWithSignaturesFirst(): VariableSizeEncoder... function getSignatureCountForVersionedOrThrow (line 100) | function getSignatureCountForVersionedOrThrow(messageBytes: ReadonlyUint... function getTransactionEncoderWithMessageFirst (line 109) | function getTransactionEncoderWithMessageFirst(): VariableSizeEncoder { function getTransactionDecoderWithSignaturesFirst (line 158) | function getTransactionDecoderWithSignaturesFirst(): VariableSizeDecoder... function getTransactionDecoderWithMessageFirst (line 168) | function getTransactionDecoderWithMessageFirst(): VariableSizeDecoder { type PartiallyDecodedTransaction (line 222) | type PartiallyDecodedTransaction = { function decodePartiallyDecodedLegacyOrV0Transaction (line 227) | function decodePartiallyDecodedLegacyOrV0Transaction(transaction: Partia... function decodePartiallyDecodedV1Transaction (line 271) | function decodePartiallyDecodedV1Transaction(transaction: PartiallyDecod... function makeSignaturesMap (line 321) | function makeSignaturesMap(signerAddresses: Address[], signatures: Reado... FILE: packages/transactions/src/compile-transaction.ts function compileTransaction (line 29) | function compileTransaction( function assertIsSendableTransaction (line 72) | function assertIsSendableTransaction( FILE: packages/transactions/src/signatures.ts type FullySignedTransaction (line 19) | type FullySignedTransaction = NominalType<'transactionSignedness', 'full... function getSignatureFromTransaction (line 36) | function getSignatureFromTransaction(transaction: Transaction): Signature { function partiallySignTransaction (line 69) | async function partiallySignTransaction( function signTransaction (line 145) | async function signTransaction( function isFullySignedTransaction (line 168) | function isFullySignedTransaction( function assertIsFullySignedTransaction (line 198) | function assertIsFullySignedTransaction( FILE: packages/transactions/src/transaction-message-size.ts function getTransactionMessageSize (line 20) | function getTransactionMessageSize( function getTransactionMessageSizeLimit (line 36) | function getTransactionMessageSizeLimit( function isTransactionMessageWithinSizeLimit (line 55) | function isTransactionMessageWithinSizeLimit< function assertIsTransactionMessageWithinSizeLimit (line 78) | function assertIsTransactionMessageWithinSizeLimit< FILE: packages/transactions/src/transaction-size-limits.ts constant LEGACY_TRANSACTION_SIZE_LIMIT (line 10) | const LEGACY_TRANSACTION_SIZE_LIMIT = 1232; constant V1_TRANSACTION_SIZE_LIMIT (line 15) | const V1_TRANSACTION_SIZE_LIMIT = 4096; FILE: packages/transactions/src/transaction-size.ts constant TRANSACTION_PACKET_SIZE (line 14) | const TRANSACTION_PACKET_SIZE = 1280; constant TRANSACTION_PACKET_HEADER (line 22) | const TRANSACTION_PACKET_HEADER = constant TRANSACTION_SIZE_LIMIT (line 33) | const TRANSACTION_SIZE_LIMIT = TRANSACTION_PACKET_SIZE - TRANSACTION_PAC... function getTransactionSize (line 43) | function getTransactionSize(transaction: Transaction): number { type TransactionWithinSizeLimit (line 50) | type TransactionWithinSizeLimit = NominalType<'transactionSize', 'within... type SetTransactionWithinSizeLimitFromTransactionMessage (line 57) | type SetTransactionWithinSizeLimitFromTransactionMessage< function getTransactionSizeLimit (line 82) | function getTransactionSizeLimit(transaction: Transaction): number { function isTransactionWithinSizeLimit (line 100) | function isTransactionWithinSizeLimit( function assertIsTransactionWithinSizeLimit (line 126) | function assertIsTransactionWithinSizeLimit = Record; type SignaturesMap (line 14) | type SignaturesMap = OrderedMap; type Transaction (line 16) | type Transaction = Readonly<{ type TransactionFromTransactionMessage (line 30) | type TransactionFromTransactionMessage = {}): Ui... FILE: packages/wallet-account-signer/src/__tests__/wallet-account-signer-test.ts function createMockAccount (line 23) | function createMockAccount(overrides: Partial = {}): Ui... FILE: packages/wallet-account-signer/src/__tests__/wallet-account-transaction-sending-signer-test.ts type InputTransaction (line 15) | type InputTransaction = Parameters = {}): Ui... FILE: packages/wallet-account-signer/src/__tests__/wallet-account-transaction-signer-test.ts type InputTransaction (line 30) | type InputTransaction = Parameters = {}): Ui... FILE: packages/wallet-account-signer/src/wallet-account-message-signer.ts function createMessageSignerFromWalletAccount (line 35) | function createMessageSignerFromWalletAccount([ constant ED25519_PKCS8_HEADER (line 27) | const ED25519_PKCS8_HEADER = function bufferSourceToUint8Array (line 61) | function bufferSourceToUint8Array(data: BufferSource): Uint8Array { function createKeyPairFromBytes (line 70) | function createKeyPairFromBytes( function createKeyPair_INTERNAL_ONLY_DO_NOT_EXPORT (line 82) | function createKeyPair_INTERNAL_ONLY_DO_NOT_EXPORT( function getSecretKeyBytes_INTERNAL_ONLY_DO_NOT_EXPORT (line 114) | function getSecretKeyBytes_INTERNAL_ONLY_DO_NOT_EXPORT(key: CryptoKey): ... function getPublicKeyBytes (line 122) | async function getPublicKeyBytes(key: CryptoKey): Promise { function base64UrlEncode (line 136) | function base64UrlEncode(bytes: Uint8Array): string { function base64UrlDecode (line 143) | function base64UrlDecode(value: string): Uint8Array { function exportKeyPolyfill (line 154) | async function exportKeyPolyfill(format: KeyFormat, key: CryptoKey): Pro... function generateKeyPolyfill (line 205) | function generateKeyPolyfill(extractable: boolean, keyUsages: readonly K... function isPolyfilledKey (line 211) | function isPolyfilledKey(key: CryptoKey): boolean { function signPolyfill (line 215) | async function signPolyfill(key: CryptoKey, data: BufferSource): Promise... function verifyPolyfill (line 225) | async function verifyPolyfill(key: CryptoKey, signature: BufferSource, d... function assertValidKeyUsages (line 237) | function assertValidKeyUsages(keyUsages: readonly KeyUsage[], type: 'pri... function importKeyPolyfill (line 259) | function importKeyPolyfill( FILE: packages/ws-impl/tsup.config.ts method outExtension (line 9) | outExtension({ format }) { FILE: typedoc.plugin.mjs constant METHOD_SIGNATURE_COLUMN_WIDTH (line 8) | const METHOD_SIGNATURE_COLUMN_WIDTH = 72; function getPrettierConfig (line 12) | function getPrettierConfig() { class KitDocsMarkdownTheme (line 29) | class KitDocsMarkdownTheme extends td.MarkdownTheme { method getRenderContext (line 31) | getRenderContext(page) { class KitDocsThemeRenderContext (line 36) | class KitDocsThemeRenderContext extends td.MarkdownThemeContext { method constructor (line 38) | constructor(...args) { function load (line 61) | function load(app) {