{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:951dfaff-b3aa-4f58-afcb-84f8de27c64d",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T04:17:48Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "transaction-confirmation",
      "group": "@solana",
      "version": "8.1.0",
      "description": "Helpers for confirming Solana transactions",
      "purl": "pkg:npm/%40solana/transaction-confirmation@8.1.0",
      "bom-ref": "pkg:npm/@solana/transaction-confirmation@8.1.0",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "compile:docs, compile:js, compile:typedefs, dev, prepublishOnly, publish-packages, style:fix, test:lint, test:prettier, test:treeshakability:browser, test:treeshakability:native, test:treeshakability:node, test:typecheck, test:unit:browser, test:unit:node"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "compile:docs, compile:js, compile:typedefs"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransaction-confirmation"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@solana"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@solana/addresses/package.json\\nnode_modules/@solana/codecs-core/package.json\\nnode_modules/@solana/codecs-strings/package.json\\nnode_modules/@solana/errors/package.json\\nnode_modules/@solana/event-target-impl/package.json\\nnode_modules/@solana/instructions/package.json\\nnode_modules/@solana/keys/package.json\\nnode_modules/@solana/promises/package.json\\nnode_modules/@solana/rpc-subscriptions/package.json\\nnode_modules/@solana/rpc-types/package.json\\nnode_modules/@solana/rpc/package.json\\nnode_modules/@solana/transaction-messages/package.json\\nnode_modules/@solana/transactions/package.json\\nnode_modules/typescript/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "typescript",
      "version": "5.9.3",
      "description": "TypeScript is a language for application scale JavaScript development",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/typescript@5.9.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/TypeScript.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/typescript@5.9.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/typescript/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/typescript/package.json"
              }
            ],
            "concludedValue": "node_modules/typescript/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "transactions",
      "version": "8.1.0",
      "description": "Helpers for creating and serializing transactions",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/transactions@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransactions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/transactions@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/transactions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/transactions,getSignatureFromTransaction,@solana/transactions/getSignatureFromTransaction,Transaction,@solana/transactions/Transaction,TransactionWithBlockhashLifetime,@solana/transactions/TransactionWithBlockhashLifetime,TransactionWithDurableNonceLifetime,@solana/transactions/TransactionWithDurableNonceLifetime"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/transactions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/transactions/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 7
          },
          {
            "location": "dist/index.node.cjs",
            "line": 8
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 242
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 258
          },
          {
            "location": "dist/index.native.mjs",
            "line": 5
          },
          {
            "location": "dist/index.native.mjs",
            "line": 242
          },
          {
            "location": "dist/index.native.mjs",
            "line": 258
          },
          {
            "location": "dist/index.node.mjs",
            "line": 6
          },
          {
            "location": "dist/index.node.mjs",
            "line": 245
          },
          {
            "location": "dist/index.node.mjs",
            "line": 261
          },
          {
            "location": "src/waiters.ts",
            "line": 7
          },
          {
            "location": "src/waiters.ts",
            "line": 63
          },
          {
            "location": "src/waiters.ts",
            "line": 104
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "transaction-messages",
      "version": "8.1.0",
      "description": "Helpers for creating transaction messages",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/transaction-messages@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransaction-messages"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/transaction-messages@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/transaction-messages/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/transaction-messages,Nonce,@solana/transaction-messages/Nonce"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/transaction-messages/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/transaction-messages/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 9
          }
        ]
      },
      "tags": [
        "transaction"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-types",
      "version": "8.1.0",
      "description": "Type definitions for values used in the Solana RPC, and helper functions for working with them",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/rpc-types@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-types@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-types,commitmentComparator,@solana/rpc-types/commitmentComparator,Commitment,@solana/rpc-types/Commitment,Base64EncodedDataResponse,@solana/rpc-types/Base64EncodedDataResponse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 6
          },
          {
            "location": "dist/index.node.cjs",
            "line": 7
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 169
          },
          {
            "location": "dist/index.native.mjs",
            "line": 4
          },
          {
            "location": "dist/index.native.mjs",
            "line": 169
          },
          {
            "location": "dist/index.node.mjs",
            "line": 5
          },
          {
            "location": "dist/index.node.mjs",
            "line": 172
          },
          {
            "location": "src/confirmation-strategy-blockheight.ts",
            "line": 5
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 8
          },
          {
            "location": "src/confirmation-strategy-racer.ts",
            "line": 4
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 7
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 116
          },
          {
            "location": "src/confirmation-strategy-timeout.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-subscriptions",
      "version": "8.1.0",
      "description": "A library for subscribing to Solana RPC notifications",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/rpc-subscriptions@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-subscriptions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-subscriptions@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-subscriptions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-subscriptions,RpcSubscriptions,@solana/rpc-subscriptions/RpcSubscriptions,SlotNotificationsApi,@solana/rpc-subscriptions/SlotNotificationsApi,AccountNotificationsApi,@solana/rpc-subscriptions/AccountNotificationsApi,SignatureNotificationsApi,@solana/rpc-subscriptions/SignatureNotificationsApi"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-subscriptions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-subscriptions/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-blockheight.ts",
            "line": 4
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 7
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 6
          }
        ]
      },
      "tags": [
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc",
      "version": "8.1.0",
      "description": "A library for sending JSON RPC requests to Solana RPCs",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/rpc@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc,GetEpochInfoApi,@solana/rpc/GetEpochInfoApi,@solana/rpc/Rpc,GetAccountInfoApi,@solana/rpc/GetAccountInfoApi,GetSignatureStatusesApi,@solana/rpc/GetSignatureStatusesApi"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-blockheight.ts",
            "line": 3
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 6
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 5
          }
        ]
      },
      "tags": [
        "json",
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "promises",
      "version": "8.1.0",
      "description": "Helpers for using JavaScript promises",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/promises@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanapromises"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/promises@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/promises/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/promises,safeRace,@solana/promises/safeRace"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/promises/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/promises/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 5
          },
          {
            "location": "dist/index.node.cjs",
            "line": 6
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 3
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 134
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 177
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 226
          },
          {
            "location": "dist/index.native.mjs",
            "line": 3
          },
          {
            "location": "dist/index.native.mjs",
            "line": 134
          },
          {
            "location": "dist/index.native.mjs",
            "line": 177
          },
          {
            "location": "dist/index.native.mjs",
            "line": 226
          },
          {
            "location": "dist/index.node.mjs",
            "line": 4
          },
          {
            "location": "dist/index.node.mjs",
            "line": 137
          },
          {
            "location": "dist/index.node.mjs",
            "line": 180
          },
          {
            "location": "dist/index.node.mjs",
            "line": 229
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 5
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 156
          },
          {
            "location": "src/confirmation-strategy-racer.ts",
            "line": 3
          },
          {
            "location": "src/confirmation-strategy-racer.ts",
            "line": 35
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 4
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 126
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "keys",
      "version": "8.1.0",
      "description": "Helpers for generating and transforming key material",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/keys@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanakeys"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/keys@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/keys/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/keys,Signature,@solana/keys/Signature"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/keys/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/keys/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-racer.ts",
            "line": 2
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 3
          },
          {
            "location": "src/waiters.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "instructions",
      "version": "8.1.0",
      "description": "Helpers for creating transaction instructions",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/instructions@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanainstructions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/instructions@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/instructions/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/instructions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/instructions/package.json"
          }
        ]
      },
      "tags": [
        "transaction"
      ]
    },
    {
      "group": "@solana",
      "name": "event-target-impl",
      "version": "0.0.0",
      "scope": "required",
      "purl": "pkg:npm/%40solana/event-target-impl@0.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/@solana/event-target-impl@0.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/event-target-impl/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/event-target-impl,AbortController,@solana/event-target-impl/AbortController"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/event-target-impl/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/event-target-impl/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-blockheight.ts",
            "line": 2
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 4
          },
          {
            "location": "src/confirmation-strategy-racer.ts",
            "line": 1
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 2
          },
          {
            "location": "src/confirmation-strategy-timeout.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "errors",
      "version": "8.1.0",
      "description": "Throw, identify, and decode Solana JavaScript errors",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/errors@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaerrors"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/errors@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/errors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/errors,SolanaError,@solana/errors/SolanaError,SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED,@solana/errors/SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED,SOLANA_ERROR__INVALID_NONCE,@solana/errors/SOLANA_ERROR__INVALID_NONCE,SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND,@solana/errors/SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND,getSolanaErrorFromTransactionError,@solana/errors/getSolanaErrorFromTransactionError"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/errors/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/errors/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 3
          },
          {
            "location": "dist/index.node.cjs",
            "line": 3
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 1
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 158
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 168
          },
          {
            "location": "dist/index.native.mjs",
            "line": 1
          },
          {
            "location": "dist/index.native.mjs",
            "line": 158
          },
          {
            "location": "dist/index.native.mjs",
            "line": 168
          },
          {
            "location": "dist/index.node.mjs",
            "line": 1
          },
          {
            "location": "dist/index.node.mjs",
            "line": 161
          },
          {
            "location": "dist/index.node.mjs",
            "line": 171
          },
          {
            "location": "src/confirmation-strategy-blockheight.ts",
            "line": 1
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 3
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 1
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 97
          },
          {
            "location": "src/confirmation-strategy-recent-signature.ts",
            "line": 113
          }
        ]
      },
      "tags": [
        "decode"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-strings",
      "version": "8.1.0",
      "description": "Codecs for strings of different sizes and encodings",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/codecs-strings@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-strings"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-strings@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-strings/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-strings,getBase58Decoder,@solana/codecs-strings/getBase58Decoder,getBase64Encoder,@solana/codecs-strings/getBase64Encoder"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/codecs-strings/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-strings/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 4
          },
          {
            "location": "dist/index.node.cjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 2
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 89
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 90
          },
          {
            "location": "dist/index.native.mjs",
            "line": 2
          },
          {
            "location": "dist/index.native.mjs",
            "line": 89
          },
          {
            "location": "dist/index.native.mjs",
            "line": 90
          },
          {
            "location": "dist/index.node.mjs",
            "line": 3
          },
          {
            "location": "dist/index.node.mjs",
            "line": 92
          },
          {
            "location": "dist/index.node.mjs",
            "line": 93
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 2
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 105
          },
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 106
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-core",
      "version": "8.1.0",
      "description": "Core types and helpers for encoding and decoding byte arrays on Solana",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/codecs-core@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-core"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-core@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-core/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/codecs-core/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-core/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "addresses",
      "version": "8.1.0",
      "description": "Helpers for generating account addresses",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40solana/addresses@8.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaaddresses"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/addresses@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/addresses/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/addresses,Address,@solana/addresses/Address"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/addresses/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/addresses/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/confirmation-strategy-nonce.ts",
            "line": 1
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@solana/transaction-confirmation@8.1.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-14T04:17:48Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'transaction-confirmation' with version '8.1.0'. The package type in this SBOM is npm with a single purl namespace '@solana' described under components. The components were identified from 14 source files."
    }
  ]
}