SYMBOL INDEX (481 symbols across 128 files) FILE: docs/generic.d.ts type Option (line 1) | type Option = Some | None; type Entries (line 3) | type Entries = { type SearchParams (line 7) | type SearchParams = Promise< type SiteConfig (line 11) | type SiteConfig = { type NotFoundResponse (line 27) | type NotFoundResponse = { notFound: true }; type SimpleComponentProps (line 29) | type SimpleComponentProps = { type ImageSize (line 34) | type ImageSize = { type LinkDetails (line 39) | type LinkDetails = { type SubLinkDetails (line 47) | type SubLinkDetails = Omit; FILE: docs/src/app/(home)/layout.tsx function Layout (line 5) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/(home)/page.tsx function Page (line 10) | function Page() { FILE: docs/src/app/api/[[...slug]]/page.tsx function generateStaticParams (line 15) | async function generateStaticParams() { function generateMetadata (line 19) | async function generateMetadata(props: { function Page (line 45) | async function Page(props: { params: Promise<{ slug?: string[] }> }) { FILE: docs/src/app/api/layout.tsx function Layout (line 16) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/docs/[[...slug]]/page.tsx function generateStaticParams (line 14) | async function generateStaticParams() { function generateMetadata (line 18) | async function generateMetadata(props: { function Page (line 44) | async function Page(props: { params: Promise<{ slug?: string[] }> }) { FILE: docs/src/app/docs/layout.tsx function Layout (line 6) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/docs/og/[...slug]/og.tsx type GenerateProps (line 5) | interface GenerateProps { function generateOGImage (line 11) | function generateOGImage(options: GenerateProps & ImageResponseOptions):... function generate (line 28) | function generate({ FILE: docs/src/app/docs/og/[...slug]/route.tsx function GET (line 9) | async function GET(_req: Request, { params }: { params: Promise<{ slug: ... function generateStaticParams (line 33) | function generateStaticParams(): { FILE: docs/src/app/layout.tsx function Layout (line 30) | function Layout({ children }: { children: ReactNode }) { FILE: docs/src/app/not-found.tsx function Page (line 9) | function Page() { FILE: docs/src/components/fathom-analytics.tsx function TrackPageView (line 6) | function TrackPageView() { function FathomAnalytics (line 34) | function FathomAnalytics() { FILE: docs/src/components/footer-links.tsx function FooterLinks (line 4) | function FooterLinks() { FILE: docs/src/components/package-badges.tsx type ComponentProps (line 3) | interface ComponentProps extends React.HTMLAttributes { function PackageBadges (line 7) | function PackageBadges({ packageName, className, ...props }: ComponentPr... FILE: docs/src/lib/Spread.tsx function Spread (line 3) | function Spread({ children }: { children: ReactNode }) { FILE: packages/build-scripts/dev-flag.ts type Loader (line 5) | type Loader = NonNullable< type Plugin (line 10) | type Plugin = NonNullable[number]; function replaceDev (line 12) | function replaceDev(source: string): string { method setup (line 35) | 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( FILE: packages/gill/generate-reexports.ts type ReexportSettings (line 4) | type ReexportSettings = { function generateExports (line 28) | async function generateExports() { FILE: packages/gill/src/__tests__/base64-transactions.ts constant MOCK_PRIVATE_KEY_BYTES (line 16) | const MOCK_PRIVATE_KEY_BYTES = new Uint8Array([ FILE: packages/gill/src/__tests__/create-token-instructions.ts constant MOCK_SPACE (line 16) | const MOCK_SPACE = 122n; constant MOCK_RENT (line 17) | const MOCK_RENT = 10000n; FILE: packages/gill/src/__tests__/debug.ts constant DEFAULT_PREFIX (line 3) | const DEFAULT_PREFIX = "[GILL]"; FILE: packages/gill/src/__tests__/keypairs-base58.ts constant EXPECTED_ADDRESS (line 9) | const EXPECTED_ADDRESS = "5CxWcsm9h3NfCM8WPM6eaw8LnnSmnYyEHf8BQQ56YJGK"; constant MOCK_KEY_BYTES (line 12) | const MOCK_KEY_BYTES = new Uint8Array([ constant MOCK_KEY_BASE58 (line 19) | const MOCK_KEY_BASE58 = "4AxFzQaPR6N9dWP5K3GdZRLuWJcdgPznM4h42ASqByP3c6v... FILE: packages/gill/src/core/base64-bytes-to.ts function base64BytesToAddress (line 7) | function base64BytesToAddress(base64Bytes: string): Address { function base64BytesToSignature (line 16) | function base64BytesToSignature(base64Bytes: string): Signature { function base64BytesToString (line 25) | function base64BytesToString(base64Bytes: string): string { FILE: packages/gill/src/core/base64-from-transaction.ts function transactionFromBase64 (line 9) | function transactionFromBase64(base64EncodedTransaction: string): Transa... FILE: packages/gill/src/core/base64-to-transaction.ts function transactionToBase64 (line 22) | function transactionToBase64( function transactionToBase64WithSigners (line 34) | async function transactionToBase64WithSigners( FILE: packages/gill/src/core/const.ts constant LAMPORTS_PER_SOL (line 2) | const LAMPORTS_PER_SOL = 1_000_000_000; constant GENESIS_HASH (line 7) | const GENESIS_HASH = { FILE: packages/gill/src/core/create-codama-config.ts constant GILL_EXTERNAL_MODULE_MAP (line 4) | const GILL_EXTERNAL_MODULE_MAP: Record = { function createCodamaConfig (line 34) | function createCodamaConfig({ FILE: packages/gill/src/core/create-solana-client.ts function createSolanaClient (line 35) | function createSolanaClient({ FILE: packages/gill/src/core/create-transaction.ts function createTransaction (line 71) | function createTransaction< FILE: packages/gill/src/core/debug.ts type LogLevel (line 5) | type LogLevel = "debug" | "info" | "warn" | "error"; constant GILL_LOG_LEVELS (line 7) | const GILL_LOG_LEVELS: Record = { function debug (line 64) | function debug(message: unknown, level: LogLevel = "info", prefix: strin... FILE: packages/gill/src/core/explorer.ts function getExplorerLink (line 6) | function getExplorerLink(props: GetExplorerLinkArgs = {}): string { FILE: packages/gill/src/core/get-oldest-signature.ts type GetOldestSignatureForAddressRpc (line 6) | type GetOldestSignatureForAddressRpc = Rpc( FILE: packages/gill/src/core/get-signature-from-bytes.ts function getSignatureFromBytes (line 9) | function getSignatureFromBytes(sigBytes: SignatureBytes): Signature { FILE: packages/gill/src/core/insert-reference-key.ts function insertReferenceKeyToTransactionMessage (line 12) | function insertReferenceKeyToTransactionMessage = { function sendAndConfirmTransactionWithSignersFactory (line 89) | function sendAndConfirmTransactionWithSignersFactory< FILE: packages/gill/src/core/simulate-transaction.ts type SimulateTransactionFunction (line 11) | type SimulateTransactionFunction = ( type SimulateTransactionFactoryConfig (line 16) | type SimulateTransactionFactoryConfig = { function simulateTransactionFactory (line 34) | function simulateTransactionFactory< FILE: packages/gill/src/core/utils.ts function getMonikerFromGenesisHash (line 16) | function getMonikerFromGenesisHash(hash: string): SolanaClusterMoniker |... function checkedAddress (line 29) | function checkedAddress( function checkedTransactionSigner (line 35) | function checkedTransactionSigner( function lamportsToSol (line 49) | function lamportsToSol(lamports: bigint | number, decimals: number = 9):... FILE: packages/gill/src/core/verify-signature.ts function verifySignatureForAddress (line 30) | async function verifySignatureForAddress( FILE: packages/gill/src/node/const.ts constant DEFAULT_CLI_KEYPAIR_PATH (line 2) | const DEFAULT_CLI_KEYPAIR_PATH = "~/.config/solana/id.json"; FILE: packages/gill/src/node/load-keypair-base58.ts function loadKeypairFromEnvironmentBase58 (line 9) | async function loadKeypairFromEnvironmentBase58( FILE: packages/gill/src/programs/memo/generated/programs/memo.ts constant MEMO_PROGRAM_ADDRESS (line 12) | const MEMO_PROGRAM_ADDRESS = type MemoInstruction (line 15) | enum MemoInstruction { type ParsedMemoInstruction (line 19) | type ParsedMemoInstruction(kind: K, data?... function isMintArgs (line 83) | function isMintArgs( FILE: packages/gill/src/programs/token-metadata/generated/types/payload.ts type Payload (line 32) | type Payload = { map: Map }; type PayloadArgs (line 34) | type PayloadArgs = { map: Map }; function getPayloadEncoder (line 36) | function getPayloadEncoder(): Encoder { function getPayloadDecoder (line 48) | function getPayloadDecoder(): Decoder { function getPayloadCodec (line 60) | function getPayloadCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/payloadType.ts type PayloadType (line 39) | type PayloadType = type PayloadTypeArgs (line 45) | type PayloadTypeArgs = function getPayloadTypeEncoder (line 51) | function getPayloadTypeEncoder(): Encoder { function getPayloadTypeDecoder (line 72) | function getPayloadTypeDecoder(): Decoder { function getPayloadTypeCodec (line 93) | function getPayloadTypeCodec(): Codec { function payloadType (line 130) | function payloadType( function isPayloadType (line 139) | function isPayloadType( FILE: packages/gill/src/programs/token-metadata/generated/types/printSupply.ts type PrintSupply (line 28) | type PrintSupply = type PrintSupplyArgs (line 33) | type PrintSupplyArgs = function getPrintSupplyEncoder (line 38) | function getPrintSupplyEncoder(): Encoder { function getPrintSupplyDecoder (line 49) | function getPrintSupplyDecoder(): Decoder { function getPrintSupplyCodec (line 60) | function getPrintSupplyCodec(): Codec { function printSupply (line 79) | function printSupply( function isPrintSupply (line 88) | function isPrintSupply( FILE: packages/gill/src/programs/token-metadata/generated/types/programmableConfig.ts type ProgrammableConfig (line 29) | type ProgrammableConfig = { __kind: 'V1'; ruleSet: Option
}; type ProgrammableConfigArgs (line 31) | type ProgrammableConfigArgs = { function getProgrammableConfigEncoder (line 36) | function getProgrammableConfigEncoder(): Encoder { function getProgrammableConfigDecoder (line 45) | function getProgrammableConfigDecoder(): Decoder { function getProgrammableConfigCodec (line 54) | function getProgrammableConfigCodec(): Codec< function programmableConfig (line 73) | function programmableConfig< function isProgrammableConfig (line 82) | function isProgrammableConfig( FILE: packages/gill/src/programs/token-metadata/generated/types/proofInfo.ts type ProofInfo (line 25) | type ProofInfo = { proof: Array }; type ProofInfoArgs (line 27) | type ProofInfoArgs = ProofInfo; function getProofInfoEncoder (line 29) | function getProofInfoEncoder(): Encoder { function getProofInfoDecoder (line 35) | function getProofInfoDecoder(): Decoder { function getProofInfoCodec (line 41) | function getProofInfoCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/reservation.ts type Reservation (line 23) | type Reservation = { type ReservationArgs (line 29) | type ReservationArgs = { function getReservationEncoder (line 35) | function getReservationEncoder(): Encoder { function getReservationDecoder (line 43) | function getReservationDecoder(): Decoder { function getReservationCodec (line 51) | function getReservationCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/ruleSetToggle.ts type RuleSetToggle (line 29) | type RuleSetToggle = type RuleSetToggleArgs (line 34) | type RuleSetToggleArgs = RuleSetToggle; function getRuleSetToggleEncoder (line 36) | function getRuleSetToggleEncoder(): Encoder { function getRuleSetToggleDecoder (line 47) | function getRuleSetToggleDecoder(): Decoder { function getRuleSetToggleCodec (line 58) | function getRuleSetToggleCodec(): Codec< function ruleSetToggle (line 80) | function ruleSetToggle( function isRuleSetToggle (line 89) | function isRuleSetToggle( FILE: packages/gill/src/programs/token-metadata/generated/types/seedsVec.ts type SeedsVec (line 27) | type SeedsVec = { seeds: Array }; type SeedsVecArgs (line 29) | type SeedsVecArgs = SeedsVec; function getSeedsVecEncoder (line 31) | function getSeedsVecEncoder(): Encoder { function getSeedsVecDecoder (line 40) | function getSeedsVecDecoder(): Decoder { function getSeedsVecCodec (line 49) | function getSeedsVecCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/tokenStandard.ts type TokenStandard (line 11) | enum TokenStandard { type TokenStandardArgs (line 20) | type TokenStandardArgs = TokenStandard; function getTokenStandardEncoder (line 22) | function getTokenStandardEncoder(): Encoder { function getTokenStandardDecoder (line 26) | function getTokenStandardDecoder(): Decoder { function getTokenStandardCodec (line 30) | function getTokenStandardCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/updateArgs.ts type UpdateArgs (line 61) | type UpdateArgs = type UpdateArgsArgs (line 126) | type UpdateArgsArgs = function getUpdateArgsEncoder (line 191) | function getUpdateArgsEncoder(): Encoder { function getUpdateArgsDecoder (line 277) | function getUpdateArgsDecoder(): Decoder { function getUpdateArgsCodec (line 363) | function getUpdateArgsCodec(): Codec { function updateArgs (line 464) | function updateArgs( function isUpdateArgs (line 473) | function isUpdateArgs( FILE: packages/gill/src/programs/token-metadata/generated/types/useMethod.ts type UseMethod (line 18) | enum UseMethod { type UseMethodArgs (line 24) | type UseMethodArgs = UseMethod; function getUseMethodEncoder (line 26) | function getUseMethodEncoder(): Encoder { function getUseMethodDecoder (line 30) | function getUseMethodDecoder(): Decoder { function getUseMethodCodec (line 34) | function getUseMethodCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/uses.ts type Uses (line 26) | type Uses = { useMethod: UseMethod; remaining: bigint; total: bigint }; type UsesArgs (line 28) | type UsesArgs = { function getUsesEncoder (line 34) | function getUsesEncoder(): Encoder { function getUsesDecoder (line 42) | function getUsesDecoder(): Decoder { function getUsesCodec (line 50) | function getUsesCodec(): Codec { FILE: packages/gill/src/programs/token-metadata/generated/types/usesToggle.ts type UsesToggle (line 27) | type UsesToggle = type UsesToggleArgs (line 32) | type UsesToggleArgs = function getUsesToggleEncoder (line 37) | function getUsesToggleEncoder(): Encoder { function getUsesToggleDecoder (line 48) | function getUsesToggleDecoder(): Decoder { function getUsesToggleCodec (line 59) | function getUsesToggleCodec(): Codec { function usesToggle (line 78) | function usesToggle( function isUsesToggle (line 87) | function isUsesToggle( FILE: packages/gill/src/programs/token/addresses.ts type LegacyTokenProgramMonikers (line 5) | type LegacyTokenProgramMonikers = "legacy" | "token"; type TokenExtensionProgramMonikers (line 7) | type TokenExtensionProgramMonikers = "token22" | "tokenExtension" | "tok... type TokenProgramMonikers (line 9) | type TokenProgramMonikers = LegacyTokenProgramMonikers | TokenExtensionP... constant TOKEN_PROGRAM_ADDRESS (line 11) | const TOKEN_PROGRAM_ADDRESS = function getAssociatedTokenAccountAddress (line 24) | async function getAssociatedTokenAccountAddress( function parseTokenProgramAddressOrMoniker (line 38) | function parseTokenProgramAddressOrMoniker(tokenProgram: Address | Token... function assertIsSupportedTokenProgram (line 60) | function assertIsSupportedTokenProgram( function checkedTokenProgramAddress (line 77) | function checkedTokenProgramAddress(tokenProgram?: Address | TokenProgra... FILE: packages/gill/src/programs/token/assert-is-mint.ts function assertIsMint (line 10) | function assertIsMint( FILE: packages/gill/src/programs/token/fetch-token-accounts.ts type OriginalConfigParam (line 8) | type OriginalConfigParam = NonNullable = { FILE: packages/gill/src/programs/token/transactions/create-token.ts type GetCreateTokenTransactionInput (line 16) | type GetCreateTokenTransactionInput = Simplify< function buildCreateTokenTransaction (line 64) | async function buildCreateTokenTransaction< FILE: packages/gill/src/programs/token/transactions/mint-tokens.ts type GetCreateTokenTransactionInput (line 14) | type GetCreateTokenTransactionInput = Simplify< function buildMintTokensTransaction (line 66) | async function buildMintTokensTransaction< FILE: packages/gill/src/programs/token/transactions/transfer-tokens.ts type GetTransferTokensTransactionInput (line 14) | type GetTransferTokensTransactionInput = Simplify< function buildTransferTokensTransaction (line 68) | async function buildTransferTokensTransaction< FILE: packages/gill/src/programs/token/transactions/types.ts type TransactionBuilderInput (line 9) | type TransactionBuilderInput< FILE: packages/gill/src/programs/token/ui-amount.ts function tokenUiAmountToAmount (line 7) | function tokenUiAmountToAmount(uiAmount: number, decimals: number): bigi... function tokenAmountToUiAmount (line 52) | function tokenAmountToUiAmount(amount: bigint, decimals: number): number { FILE: packages/gill/src/types/explorer.ts type ExplorerLinkAccount (line 3) | type ExplorerLinkAccount = { type ExplorerLinkTransaction (line 6) | type ExplorerLinkTransaction = { type ExplorerLinkBlock (line 9) | type ExplorerLinkBlock = { type GetExplorerLinkArgs (line 16) | type GetExplorerLinkArgs = { FILE: packages/gill/src/types/index.ts type Simplify (line 5) | type Simplify = { FILE: packages/gill/src/types/rpc.ts type SolanaClusterMoniker (line 18) | type SolanaClusterMoniker = "devnet" | "localnet" | "mainnet" | "testnet"; type LocalnetUrl (line 20) | type LocalnetUrl = string & { "~cluster": "localnet" }; type GenericUrl (line 22) | type GenericUrl = string & {}; type ModifiedClusterUrl (line 24) | type ModifiedClusterUrl = DevnetUrl | GenericUrl | LocalnetUrl | Mainnet... type SolanaClientUrlOrMoniker (line 26) | type SolanaClientUrlOrMoniker = ModifiedClusterUrl | SolanaClusterMonike... type CreateSolanaClientArgs (line 28) | type CreateSolanaClientArgs>; type UseAccountResponse (line 13) | type UseAccountResponse>[1]; type UseBalanceResponse (line 11) | type UseBalanceResponse = ReturnType["value"]; type UseBalanceInput (line 13) | type UseBalanceInput = GillUseRpc... function useBalance (line 24) | function useBalance({ FILE: packages/react/src/hooks/client.ts function useSolanaClient (line 9) | function useSolanaClient(): SolanaClient { function useUpdateSolanaClient (line 25) | function useUpdateSolanaClient() { FILE: packages/react/src/hooks/latest-blockhash.ts type RpcConfig (line 10) | type RpcConfig = Simplify = Gi... function useLatestBlockhash (line 22) | function useLatestBlockhash({ FILE: packages/react/src/hooks/multiple-accounts.ts type RpcConfig (line 11) | type RpcConfig = Simplify>; type UseMultipleAccountsInput (line 13) | type UseMultipleAccountsInput< type UseMultipleAccountsResponse (line 28) | type UseMultipleAccountsResponse = Gi... type UseProgramAccountsResponse (line 37) | type UseProgramAccountsResponse = TConfig ext... function useProgramAccounts (line 59) | function useProgramAccounts({ FILE: packages/react/src/hooks/recent-prioritization-fees.ts type UseRecentPrioritizationFeesInput (line 10) | type UseRecentPrioritizationFeesInput = Simplify< type UseRecentPrioritizationFeesResponse (line 16) | type UseRecentPrioritizationFeesResponse = ReturnType = ... type UseSignatureStatusesResponse (line 20) | type UseSignatureStatusesResponse = ReturnType({ FILE: packages/react/src/hooks/signatures-for-address.ts type RpcConfig (line 10) | type RpcConfig = Simplify... type UseSignaturesForAddressResponse (line 19) | type UseSignaturesForAddressResponse = ReturnType({ FILE: packages/react/src/hooks/simulate-transaction.ts type RpcConfig (line 8) | type RpcConfig = Simplify ... type UseSimulateTransactionResponse (line 25) | type UseSimulateTransactionResponse = ReturnType({ FILE: packages/react/src/hooks/slot.ts type RpcConfig (line 10) | type RpcConfig = Simplify>[0]; type UseSlotResponse (line 12) | type UseSlotResponse = ReturnType; type UseSlotInput (line 14) | type UseSlotInput = GillUseRpcHoo... function useSlot (line 22) | function useSlot({ FILE: packages/react/src/hooks/token-account-balance.ts type RpcConfig (line 9) | type RpcConfig = Simplify ... type UseTokenAccountBalanceResponse (line 15) | type UseTokenAccountBalanceResponse = ReturnType({ FILE: packages/react/src/hooks/token-account.ts type RpcConfig (line 18) | type RpcConfig = Simplify>; type UseTokenAccountResponse (line 20) | type UseTokenAccountResponse = Simpl... type TokenAccountInputWithDeclaredAta (line 26) | type TokenAccountInputWithDeclaredAta>; type UseTokenMintResponse (line 14) | type UseTokenMintResponse = Simplify< type UseTokenMintInput (line 20) | type UseTokenMintInput< function useTokenMint (line 33) | function useTokenMint = GillUs... function useTransaction (line 29) | function useTransaction({ FILE: packages/react/src/hooks/types.ts type OmittedUseQueryFields (line 4) | type OmittedUseQueryFields = "queryKey" | "queryFn"; type GillUseQueryDefaultOptions (line 6) | type GillUseQueryDefaultOptions = Omit[0], O... type GillUseRpcHook (line 8) | type GillUseRpcHook( function fetchSolanaPayGetRequest (line 99) | async function fetchSolanaPayGetRequest( function fetchSolanaPayPostRequest (line 132) | async function fetchSolanaPayPostRequest( FILE: packages/solana-pay/src/parse-url.ts type SolanaPayTransactionRequestURL (line 8) | interface SolanaPayTransactionRequestURL { type SolanaPayTransferRequestURL (line 20) | interface SolanaPayTransferRequestURL { class SolanaPayParseURLError (line 40) | class SolanaPayParseURLError extends Error { function parseSolanaPayURL (line 51) | function parseSolanaPayURL(url: string | URL): SolanaPayTransactionReque... function parseTransactionRequestURL (line 63) | function parseTransactionRequestURL({ pathname, searchParams }: URL): So... function parseTransferRequestURL (line 77) | function parseTransferRequestURL({ pathname, searchParams }: URL): Solan... FILE: packages/solana-pay/src/request.ts type SolanaPayTransactionRequestGetRequest (line 3) | interface SolanaPayTransactionRequestGetRequest { type SolanaPayTransactionRequestPostRequest (line 7) | interface SolanaPayTransactionRequestPostRequest { function validateSolanaPayRequestUrl (line 11) | function validateSolanaPayRequestUrl(url: URL): void { FILE: packages/solana-pay/src/response.ts class SolanaPayResponseError (line 3) | class SolanaPayResponseError extends Error { type SolanaPayTransactionRequestGetResponse (line 7) | interface SolanaPayTransactionRequestGetResponse { type SolanaPayTransactionRequestPostResponse (line 12) | interface SolanaPayTransactionRequestPostResponse { type SolanaPayTransactionRequestGetResponseParsed (line 17) | interface SolanaPayTransactionRequestGetResponseParsed { type SolanaPayTransactionRequestPostResponseParsed (line 22) | interface SolanaPayTransactionRequestPostResponseParsed { function parseSolanaPayGetResponse (line 32) | function parseSolanaPayGetResponse(data: any): SolanaPayTransactionReque... function parseSolanaPayPostResponse (line 71) | function parseSolanaPayPostResponse(data: any): SolanaPayTransactionRequ... FILE: packages/test-config/browser-environment.ts class BrowserEnvironment (line 3) | class BrowserEnvironment extends TestEnvironment { method setup (line 4) | async setup() { FILE: typedoc.plugin.mjs function load (line 12) | function load(app) { function insertAfterFrontmatter (line 57) | function insertAfterFrontmatter(markdownText, textToInsert) {