{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:7c13d814-c3ef-401f-9ee0-dba606398b58",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T11:19:59Z",
    "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-messages",
      "group": "@solana",
      "version": "5.5.1",
      "description": "Helpers for creating transaction messages",
      "purl": "pkg:npm/%40solana/transaction-messages@5.5.1",
      "bom-ref": "pkg:npm/@solana/transaction-messages@5.5.1",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "compile:docs, compile:js, compile:typedefs, dev, prepublishOnly, publish-impl, 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-messages"
        },
        {
          "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-data-structures/package.json\\nnode_modules/@solana/codecs-numbers/package.json\\nnode_modules/@solana/codecs-strings/package.json\\nnode_modules/@solana/errors/package.json\\nnode_modules/@solana/functional/package.json\\nnode_modules/@solana/instructions/package.json\\nnode_modules/@solana/nominal-types/package.json\\nnode_modules/@solana/rpc-types/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": "rpc-types",
      "version": "5.5.1",
      "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@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-types,isBlockhash,@solana/rpc-types/isBlockhash,Blockhash,@solana/rpc-types/Blockhash"
        },
        {
          "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": 4
          },
          {
            "location": "dist/index.node.cjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 2
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 12
          },
          {
            "location": "dist/index.native.mjs",
            "line": 2
          },
          {
            "location": "dist/index.native.mjs",
            "line": 12
          },
          {
            "location": "dist/index.node.mjs",
            "line": 2
          },
          {
            "location": "dist/index.node.mjs",
            "line": 12
          },
          {
            "location": "src/blockhash.ts",
            "line": 2
          },
          {
            "location": "src/blockhash.ts",
            "line": 70
          },
          {
            "location": "src/decompile-message.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "nominal-types",
      "version": "5.5.1",
      "description": "Type utilties for creating nominal/branded types in TypeScript",
      "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/nominal-types@5.5.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solananominal-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/nominal-types@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/nominal-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/nominal-types,Brand,@solana/nominal-types/Brand,NominalType,@solana/nominal-types/NominalType"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/nominal-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/nominal-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/compile/accounts.ts",
            "line": 22
          },
          {
            "location": "src/durable-nonce-instruction.ts",
            "line": 14
          },
          {
            "location": "src/durable-nonce.ts",
            "line": 4
          },
          {
            "location": "src/transaction-message-size.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "instructions",
      "version": "5.5.1",
      "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@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/instructions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/instructions,isSignerRole,@solana/instructions/isSignerRole,AccountRole,@solana/instructions/AccountRole,isWritableRole,@solana/instructions/isWritableRole,mergeRoles,@solana/instructions/mergeRoles,AccountLookupMeta,@solana/instructions/AccountLookupMeta,AccountMeta,@solana/instructions/AccountMeta,Instruction,@solana/instructions/Instruction,ReadonlyAccount,@solana/instructions/ReadonlyAccount,ReadonlyAccountLookup,@solana/instructions/ReadonlyAccountLookup,ReadonlySignerAccount,@solana/instructions/ReadonlySignerAccount,WritableAccount,@solana/instructions/WritableAccount,WritableAccountLookup,@solana/instructions/WritableAccountLookup,WritableSignerAccount,@solana/instructions/WritableSignerAccount,InstructionWithAccounts,@solana/instructions/InstructionWithAccounts,InstructionWithData,@solana/instructions/InstructionWithData"
        },
        {
          "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"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 9
          },
          {
            "location": "dist/index.node.cjs",
            "line": 9
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 7
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 357
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 391
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 408
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 424
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 430
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 448
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 497
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 498
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 501
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 502
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 546
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 547
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 643
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 694
          },
          {
            "location": "dist/index.native.mjs",
            "line": 7
          },
          {
            "location": "dist/index.native.mjs",
            "line": 357
          },
          {
            "location": "dist/index.native.mjs",
            "line": 391
          },
          {
            "location": "dist/index.native.mjs",
            "line": 408
          },
          {
            "location": "dist/index.native.mjs",
            "line": 424
          },
          {
            "location": "dist/index.native.mjs",
            "line": 430
          },
          {
            "location": "dist/index.native.mjs",
            "line": 448
          },
          {
            "location": "dist/index.native.mjs",
            "line": 497
          },
          {
            "location": "dist/index.native.mjs",
            "line": 498
          },
          {
            "location": "dist/index.native.mjs",
            "line": 501
          },
          {
            "location": "dist/index.native.mjs",
            "line": 502
          },
          {
            "location": "dist/index.native.mjs",
            "line": 546
          },
          {
            "location": "dist/index.native.mjs",
            "line": 547
          },
          {
            "location": "dist/index.native.mjs",
            "line": 643
          },
          {
            "location": "dist/index.native.mjs",
            "line": 694
          },
          {
            "location": "dist/index.node.mjs",
            "line": 7
          },
          {
            "location": "dist/index.node.mjs",
            "line": 357
          },
          {
            "location": "dist/index.node.mjs",
            "line": 391
          },
          {
            "location": "dist/index.node.mjs",
            "line": 408
          },
          {
            "location": "dist/index.node.mjs",
            "line": 424
          },
          {
            "location": "dist/index.node.mjs",
            "line": 430
          },
          {
            "location": "dist/index.node.mjs",
            "line": 448
          },
          {
            "location": "dist/index.node.mjs",
            "line": 497
          },
          {
            "location": "dist/index.node.mjs",
            "line": 498
          },
          {
            "location": "dist/index.node.mjs",
            "line": 501
          },
          {
            "location": "dist/index.node.mjs",
            "line": 502
          },
          {
            "location": "dist/index.node.mjs",
            "line": 546
          },
          {
            "location": "dist/index.node.mjs",
            "line": 547
          },
          {
            "location": "dist/index.node.mjs",
            "line": 643
          },
          {
            "location": "dist/index.node.mjs",
            "line": 694
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 21
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 67
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 103
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 120
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 137
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 143
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 163
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 218
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 219
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 222
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 223
          },
          {
            "location": "src/compile/address-table-lookups.ts",
            "line": 2
          },
          {
            "location": "src/compile/header.ts",
            "line": 1
          },
          {
            "location": "src/compile/header.ts",
            "line": 43
          },
          {
            "location": "src/compile/header.ts",
            "line": 44
          },
          {
            "location": "src/compile/instructions.ts",
            "line": 3
          },
          {
            "location": "src/compress-transaction-message.ts",
            "line": 2
          },
          {
            "location": "src/compress-transaction-message.ts",
            "line": 117
          },
          {
            "location": "src/decompile-message.ts",
            "line": 10
          },
          {
            "location": "src/durable-nonce-instruction.ts",
            "line": 13
          },
          {
            "location": "src/durable-nonce-instruction.ts",
            "line": 104
          },
          {
            "location": "src/durable-nonce.ts",
            "line": 3
          },
          {
            "location": "src/instructions.ts",
            "line": 1
          },
          {
            "location": "src/transaction-message.ts",
            "line": 1
          }
        ]
      },
      "tags": [
        "transaction"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "functional",
      "version": "5.5.1",
      "description": "Functional JavaScript helpers",
      "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/functional@5.5.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanafunctional"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/functional@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/functional/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/functional,pipe,@solana/functional/pipe"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/functional/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/functional/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 10
          },
          {
            "location": "dist/index.node.cjs",
            "line": 10
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 8
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 920
          },
          {
            "location": "dist/index.native.mjs",
            "line": 8
          },
          {
            "location": "dist/index.native.mjs",
            "line": 920
          },
          {
            "location": "dist/index.node.mjs",
            "line": 8
          },
          {
            "location": "dist/index.node.mjs",
            "line": 920
          },
          {
            "location": "src/decompile-message.ts",
            "line": 9
          },
          {
            "location": "src/decompile-message.ts",
            "line": 239
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "errors",
      "version": "5.5.1",
      "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@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/errors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/errors,SolanaError,@solana/errors/SolanaError,SOLANA_ERROR__TRANSACTION__EXPECTED_BLOCKHASH_LIFETIME,@solana/errors/SOLANA_ERROR__TRANSACTION__EXPECTED_BLOCKHASH_LIFETIME,SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_OUT_OF_RANGE,SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED,@solana/errors/SOLANA_ERROR__TRANSACTION__VERSION_NUMBER_NOT_SUPPORTED,SOLANA_ERROR__TRANSACTION__EXPECTED_NONCE_LIFETIME,@solana/errors/SOLANA_ERROR__TRANSACTION__EXPECTED_NONCE_LIFETIME,SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_FEE_PAYER_MISSING,@solana/errors/SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_FEE_PAYER_MISSING,SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_CONTENTS_MISSING,@solana/errors/SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_CONTENTS_MISSING,SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_INDEX_OUT_OF_RANGE,@solana/errors/SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_ADDRESS_LOOKUP_TABLE_INDEX_OUT_OF_RANGE,SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_INSTRUCTION_PROGRAM_ADDRESS_NOT_FOUND,@solana/errors/SOLANA_ERROR__TRANSACTION__FAILED_TO_DECOMPILE_INSTRUCTION_PROGRAM_ADDRESS_NOT_FOUND,SOLANA_ERROR__CODECS__INVALID_STRING_FOR_BASE,@solana/errors/SOLANA_ERROR__CODECS__INVALID_STRING_FOR_BASE,SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_MUST_NOT_BE_WRITABLE,@solana/errors/SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_MUST_NOT_BE_WRITABLE,SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_CANNOT_PAY_FEES,@solana/errors/SOLANA_ERROR__TRANSACTION__INVOKED_PROGRAMS_CANNOT_PAY_FEES"
        },
        {
          "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.native.mjs",
            "line": 1
          },
          {
            "location": "dist/index.node.mjs",
            "line": 1
          },
          {
            "location": "src/blockhash.ts",
            "line": 1
          },
          {
            "location": "src/codecs/transaction-version.ts",
            "line": 13
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 6
          },
          {
            "location": "src/decompile-message.ts",
            "line": 8
          },
          {
            "location": "src/durable-nonce.ts",
            "line": 2
          }
        ]
      },
      "tags": [
        "decode"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-strings",
      "version": "5.5.1",
      "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@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-strings/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-strings,getBase58Decoder,@solana/codecs-strings/getBase58Decoder,getBase58Encoder,@solana/codecs-strings/getBase58Encoder"
        },
        {
          "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": "src/codecs/message.ts",
            "line": 23
          },
          {
            "location": "src/codecs/message.ts",
            "line": 68
          },
          {
            "location": "src/codecs/message.ts",
            "line": 87
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-numbers",
      "version": "5.5.1",
      "description": "Codecs for numbers of different sizes and endianness",
      "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-numbers@5.5.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-numbers"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-numbers@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-numbers/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-numbers,getShortU16Decoder,@solana/codecs-numbers/getShortU16Decoder,getShortU16Encoder,@solana/codecs-numbers/getShortU16Encoder,getU8Decoder,@solana/codecs-numbers/getU8Decoder,getU8Encoder,@solana/codecs-numbers/getU8Encoder,getU8Codec,@solana/codecs-numbers/getU8Codec"
        },
        {
          "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-numbers/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-numbers/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 8
          },
          {
            "location": "dist/index.node.cjs",
            "line": 8
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 6
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 108
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 120
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 131
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 136
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 158
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 159
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 160
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 182
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 183
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 186
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 291
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 293
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 300
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 302
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 307
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 310
          },
          {
            "location": "dist/index.native.mjs",
            "line": 6
          },
          {
            "location": "dist/index.native.mjs",
            "line": 108
          },
          {
            "location": "dist/index.native.mjs",
            "line": 120
          },
          {
            "location": "dist/index.native.mjs",
            "line": 131
          },
          {
            "location": "dist/index.native.mjs",
            "line": 136
          },
          {
            "location": "dist/index.native.mjs",
            "line": 158
          },
          {
            "location": "dist/index.native.mjs",
            "line": 159
          },
          {
            "location": "dist/index.native.mjs",
            "line": 160
          },
          {
            "location": "dist/index.native.mjs",
            "line": 182
          },
          {
            "location": "dist/index.native.mjs",
            "line": 183
          },
          {
            "location": "dist/index.native.mjs",
            "line": 186
          },
          {
            "location": "dist/index.native.mjs",
            "line": 291
          },
          {
            "location": "dist/index.native.mjs",
            "line": 293
          },
          {
            "location": "dist/index.native.mjs",
            "line": 300
          },
          {
            "location": "dist/index.native.mjs",
            "line": 302
          },
          {
            "location": "dist/index.native.mjs",
            "line": 307
          },
          {
            "location": "dist/index.native.mjs",
            "line": 310
          },
          {
            "location": "dist/index.node.mjs",
            "line": 6
          },
          {
            "location": "dist/index.node.mjs",
            "line": 108
          },
          {
            "location": "dist/index.node.mjs",
            "line": 120
          },
          {
            "location": "dist/index.node.mjs",
            "line": 131
          },
          {
            "location": "dist/index.node.mjs",
            "line": 136
          },
          {
            "location": "dist/index.node.mjs",
            "line": 158
          },
          {
            "location": "dist/index.node.mjs",
            "line": 159
          },
          {
            "location": "dist/index.node.mjs",
            "line": 160
          },
          {
            "location": "dist/index.node.mjs",
            "line": 182
          },
          {
            "location": "dist/index.node.mjs",
            "line": 183
          },
          {
            "location": "dist/index.node.mjs",
            "line": 186
          },
          {
            "location": "dist/index.node.mjs",
            "line": 291
          },
          {
            "location": "dist/index.node.mjs",
            "line": 293
          },
          {
            "location": "dist/index.node.mjs",
            "line": 300
          },
          {
            "location": "dist/index.node.mjs",
            "line": 302
          },
          {
            "location": "dist/index.node.mjs",
            "line": 307
          },
          {
            "location": "dist/index.node.mjs",
            "line": 310
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 10
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 19
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 35
          },
          {
            "location": "src/codecs/header.ts",
            "line": 3
          },
          {
            "location": "src/codecs/header.ts",
            "line": 11
          },
          {
            "location": "src/codecs/header.ts",
            "line": 17
          },
          {
            "location": "src/codecs/header.ts",
            "line": 23
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 19
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 30
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 31
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 32
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 56
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 57
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 60
          },
          {
            "location": "src/codecs/message.ts",
            "line": 22
          },
          {
            "location": "src/codecs/message.ts",
            "line": 76
          },
          {
            "location": "src/codecs/message.ts",
            "line": 78
          },
          {
            "location": "src/codecs/message.ts",
            "line": 86
          },
          {
            "location": "src/codecs/message.ts",
            "line": 88
          },
          {
            "location": "src/codecs/message.ts",
            "line": 94
          },
          {
            "location": "src/codecs/message.ts",
            "line": 98
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-data-structures",
      "version": "5.5.1",
      "description": "Codecs for various data structures",
      "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-data-structures@5.5.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs-data-structures"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs-data-structures@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-data-structures/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-data-structures,getStructDecoder,@solana/codecs-data-structures/getStructDecoder,getStructEncoder,@solana/codecs-data-structures/getStructEncoder,getArrayDecoder,@solana/codecs-data-structures/getArrayDecoder,getUnionEncoder,@solana/codecs-data-structures/getUnionEncoder,getConstantEncoder,@solana/codecs-data-structures/getConstantEncoder,getArrayEncoder,@solana/codecs-data-structures/getArrayEncoder,getBytesDecoder,@solana/codecs-data-structures/getBytesDecoder,getBytesEncoder,@solana/codecs-data-structures/getBytesEncoder,getStructCodec,@solana/codecs-data-structures/getStructCodec"
        },
        {
          "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-data-structures/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs-data-structures/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 7
          },
          {
            "location": "dist/index.node.cjs",
            "line": 7
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 108
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 109
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 120
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 121
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 140
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 147
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 157
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 159
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 160
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 181
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 183
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 186
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 259
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 263
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 279
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 282
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 291
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 293
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 300
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 302
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 307
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 310
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 332
          },
          {
            "location": "dist/index.native.mjs",
            "line": 5
          },
          {
            "location": "dist/index.native.mjs",
            "line": 108
          },
          {
            "location": "dist/index.native.mjs",
            "line": 109
          },
          {
            "location": "dist/index.native.mjs",
            "line": 120
          },
          {
            "location": "dist/index.native.mjs",
            "line": 121
          },
          {
            "location": "dist/index.native.mjs",
            "line": 140
          },
          {
            "location": "dist/index.native.mjs",
            "line": 147
          },
          {
            "location": "dist/index.native.mjs",
            "line": 157
          },
          {
            "location": "dist/index.native.mjs",
            "line": 159
          },
          {
            "location": "dist/index.native.mjs",
            "line": 160
          },
          {
            "location": "dist/index.native.mjs",
            "line": 181
          },
          {
            "location": "dist/index.native.mjs",
            "line": 183
          },
          {
            "location": "dist/index.native.mjs",
            "line": 186
          },
          {
            "location": "dist/index.native.mjs",
            "line": 259
          },
          {
            "location": "dist/index.native.mjs",
            "line": 263
          },
          {
            "location": "dist/index.native.mjs",
            "line": 279
          },
          {
            "location": "dist/index.native.mjs",
            "line": 282
          },
          {
            "location": "dist/index.native.mjs",
            "line": 291
          },
          {
            "location": "dist/index.native.mjs",
            "line": 293
          },
          {
            "location": "dist/index.native.mjs",
            "line": 300
          },
          {
            "location": "dist/index.native.mjs",
            "line": 302
          },
          {
            "location": "dist/index.native.mjs",
            "line": 307
          },
          {
            "location": "dist/index.native.mjs",
            "line": 310
          },
          {
            "location": "dist/index.native.mjs",
            "line": 332
          },
          {
            "location": "dist/index.node.mjs",
            "line": 5
          },
          {
            "location": "dist/index.node.mjs",
            "line": 108
          },
          {
            "location": "dist/index.node.mjs",
            "line": 109
          },
          {
            "location": "dist/index.node.mjs",
            "line": 120
          },
          {
            "location": "dist/index.node.mjs",
            "line": 121
          },
          {
            "location": "dist/index.node.mjs",
            "line": 140
          },
          {
            "location": "dist/index.node.mjs",
            "line": 147
          },
          {
            "location": "dist/index.node.mjs",
            "line": 157
          },
          {
            "location": "dist/index.node.mjs",
            "line": 159
          },
          {
            "location": "dist/index.node.mjs",
            "line": 160
          },
          {
            "location": "dist/index.node.mjs",
            "line": 181
          },
          {
            "location": "dist/index.node.mjs",
            "line": 183
          },
          {
            "location": "dist/index.node.mjs",
            "line": 186
          },
          {
            "location": "dist/index.node.mjs",
            "line": 259
          },
          {
            "location": "dist/index.node.mjs",
            "line": 263
          },
          {
            "location": "dist/index.node.mjs",
            "line": 279
          },
          {
            "location": "dist/index.node.mjs",
            "line": 282
          },
          {
            "location": "dist/index.node.mjs",
            "line": 291
          },
          {
            "location": "dist/index.node.mjs",
            "line": 293
          },
          {
            "location": "dist/index.node.mjs",
            "line": 300
          },
          {
            "location": "dist/index.node.mjs",
            "line": 302
          },
          {
            "location": "dist/index.node.mjs",
            "line": 307
          },
          {
            "location": "dist/index.node.mjs",
            "line": 310
          },
          {
            "location": "dist/index.node.mjs",
            "line": 332
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 9
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 19
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 22
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 35
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 36
          },
          {
            "location": "src/codecs/header.ts",
            "line": 2
          },
          {
            "location": "src/codecs/header.ts",
            "line": 28
          },
          {
            "location": "src/codecs/header.ts",
            "line": 36
          },
          {
            "location": "src/codecs/header.ts",
            "line": 44
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 18
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 29
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 31
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 32
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 55
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 57
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 60
          },
          {
            "location": "src/codecs/message.ts",
            "line": 21
          },
          {
            "location": "src/codecs/message.ts",
            "line": 35
          },
          {
            "location": "src/codecs/message.ts",
            "line": 44
          },
          {
            "location": "src/codecs/message.ts",
            "line": 63
          },
          {
            "location": "src/codecs/message.ts",
            "line": 66
          },
          {
            "location": "src/codecs/message.ts",
            "line": 76
          },
          {
            "location": "src/codecs/message.ts",
            "line": 78
          },
          {
            "location": "src/codecs/message.ts",
            "line": 86
          },
          {
            "location": "src/codecs/message.ts",
            "line": 88
          },
          {
            "location": "src/codecs/message.ts",
            "line": 94
          },
          {
            "location": "src/codecs/message.ts",
            "line": 98
          },
          {
            "location": "src/codecs/message.ts",
            "line": 140
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs-core",
      "version": "5.5.1",
      "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@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs-core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs-core,createEncoder,@solana/codecs-core/createEncoder,createDecoder,@solana/codecs-core/createDecoder,combineCodec,@solana/codecs-core/combineCodec,transformDecoder,@solana/codecs-core/transformDecoder,transformEncoder,@solana/codecs-core/transformEncoder,fixDecoderSize,@solana/codecs-core/fixDecoderSize,fixEncoderSize,@solana/codecs-core/fixEncoderSize,addDecoderSizePrefix,@solana/codecs-core/addDecoderSizePrefix,addEncoderSizePrefix,@solana/codecs-core/addEncoderSizePrefix,Encoder,@solana/codecs-core/Encoder,VariableSizeCodec,@solana/codecs-core/VariableSizeCodec,VariableSizeDecoder,@solana/codecs-core/VariableSizeDecoder,VariableSizeEncoder,@solana/codecs-core/VariableSizeEncoder,FixedSizeCodec,@solana/codecs-core/FixedSizeCodec,FixedSizeDecoder,@solana/codecs-core/FixedSizeDecoder,FixedSizeEncoder,@solana/codecs-core/FixedSizeEncoder,Decoder,@solana/codecs-core/Decoder,ReadonlyUint8Array,@solana/codecs-core/ReadonlyUint8Array"
        },
        {
          "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"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 6
          },
          {
            "location": "dist/index.node.cjs",
            "line": 6
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 38
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 66
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 156
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 160
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 180
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 186
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 212
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 235
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 254
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 262
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 284
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 301
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 313
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 331
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 342
          },
          {
            "location": "dist/index.native.mjs",
            "line": 4
          },
          {
            "location": "dist/index.native.mjs",
            "line": 38
          },
          {
            "location": "dist/index.native.mjs",
            "line": 66
          },
          {
            "location": "dist/index.native.mjs",
            "line": 156
          },
          {
            "location": "dist/index.native.mjs",
            "line": 160
          },
          {
            "location": "dist/index.native.mjs",
            "line": 180
          },
          {
            "location": "dist/index.native.mjs",
            "line": 186
          },
          {
            "location": "dist/index.native.mjs",
            "line": 212
          },
          {
            "location": "dist/index.native.mjs",
            "line": 235
          },
          {
            "location": "dist/index.native.mjs",
            "line": 254
          },
          {
            "location": "dist/index.native.mjs",
            "line": 262
          },
          {
            "location": "dist/index.native.mjs",
            "line": 284
          },
          {
            "location": "dist/index.native.mjs",
            "line": 301
          },
          {
            "location": "dist/index.native.mjs",
            "line": 313
          },
          {
            "location": "dist/index.native.mjs",
            "line": 331
          },
          {
            "location": "dist/index.native.mjs",
            "line": 342
          },
          {
            "location": "dist/index.node.mjs",
            "line": 4
          },
          {
            "location": "dist/index.node.mjs",
            "line": 38
          },
          {
            "location": "dist/index.node.mjs",
            "line": 66
          },
          {
            "location": "dist/index.node.mjs",
            "line": 156
          },
          {
            "location": "dist/index.node.mjs",
            "line": 160
          },
          {
            "location": "dist/index.node.mjs",
            "line": 180
          },
          {
            "location": "dist/index.node.mjs",
            "line": 186
          },
          {
            "location": "dist/index.node.mjs",
            "line": 212
          },
          {
            "location": "dist/index.node.mjs",
            "line": 235
          },
          {
            "location": "dist/index.node.mjs",
            "line": 254
          },
          {
            "location": "dist/index.node.mjs",
            "line": 262
          },
          {
            "location": "dist/index.node.mjs",
            "line": 284
          },
          {
            "location": "dist/index.node.mjs",
            "line": 301
          },
          {
            "location": "dist/index.node.mjs",
            "line": 313
          },
          {
            "location": "dist/index.node.mjs",
            "line": 331
          },
          {
            "location": "dist/index.node.mjs",
            "line": 342
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 8
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 47
          },
          {
            "location": "src/codecs/header.ts",
            "line": 1
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 10
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 28
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 32
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 54
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 60
          },
          {
            "location": "src/codecs/instruction.ts",
            "line": 81
          },
          {
            "location": "src/codecs/message.ts",
            "line": 13
          },
          {
            "location": "src/codecs/message.ts",
            "line": 43
          },
          {
            "location": "src/codecs/message.ts",
            "line": 68
          },
          {
            "location": "src/codecs/message.ts",
            "line": 87
          },
          {
            "location": "src/codecs/message.ts",
            "line": 111
          },
          {
            "location": "src/codecs/message.ts",
            "line": 139
          },
          {
            "location": "src/codecs/message.ts",
            "line": 165
          },
          {
            "location": "src/codecs/transaction-version.ts",
            "line": 8
          },
          {
            "location": "src/codecs/transaction-version.ts",
            "line": 26
          },
          {
            "location": "src/codecs/transaction-version.ts",
            "line": 58
          },
          {
            "location": "src/codecs/transaction-version.ts",
            "line": 85
          },
          {
            "location": "src/compile/instructions.ts",
            "line": 2
          },
          {
            "location": "src/durable-nonce-instruction.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "addresses",
      "version": "5.5.1",
      "description": "Helpers for generating account addresses",
      "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/addresses@5.5.1",
      "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@5.5.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/addresses/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/addresses,getAddressDecoder,@solana/addresses/getAddressDecoder,getAddressComparator,@solana/addresses/getAddressComparator,assertIsAddress,@solana/addresses/assertIsAddress,getAddressEncoder,@solana/addresses/getAddressEncoder,Address,@solana/addresses/Address"
        },
        {
          "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": "dist/index.browser.cjs",
            "line": 5
          },
          {
            "location": "dist/index.node.cjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 3
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 110
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 122
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 291
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 300
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 396
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 505
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 533
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 890
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 892
          },
          {
            "location": "dist/index.native.mjs",
            "line": 3
          },
          {
            "location": "dist/index.native.mjs",
            "line": 110
          },
          {
            "location": "dist/index.native.mjs",
            "line": 122
          },
          {
            "location": "dist/index.native.mjs",
            "line": 291
          },
          {
            "location": "dist/index.native.mjs",
            "line": 300
          },
          {
            "location": "dist/index.native.mjs",
            "line": 396
          },
          {
            "location": "dist/index.native.mjs",
            "line": 505
          },
          {
            "location": "dist/index.native.mjs",
            "line": 533
          },
          {
            "location": "dist/index.native.mjs",
            "line": 890
          },
          {
            "location": "dist/index.native.mjs",
            "line": 892
          },
          {
            "location": "dist/index.node.mjs",
            "line": 3
          },
          {
            "location": "dist/index.node.mjs",
            "line": 110
          },
          {
            "location": "dist/index.node.mjs",
            "line": 122
          },
          {
            "location": "dist/index.node.mjs",
            "line": 291
          },
          {
            "location": "dist/index.node.mjs",
            "line": 300
          },
          {
            "location": "dist/index.node.mjs",
            "line": 396
          },
          {
            "location": "dist/index.node.mjs",
            "line": 505
          },
          {
            "location": "dist/index.node.mjs",
            "line": 533
          },
          {
            "location": "dist/index.node.mjs",
            "line": 890
          },
          {
            "location": "dist/index.node.mjs",
            "line": 892
          },
          {
            "location": "src/addresses-by-lookup-table-address.ts",
            "line": 1
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 1
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 23
          },
          {
            "location": "src/codecs/address-table-lookup.ts",
            "line": 37
          },
          {
            "location": "src/codecs/message.ts",
            "line": 1
          },
          {
            "location": "src/codecs/message.ts",
            "line": 76
          },
          {
            "location": "src/codecs/message.ts",
            "line": 86
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 1
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 109
          },
          {
            "location": "src/compile/accounts.ts",
            "line": 227
          },
          {
            "location": "src/compile/address-table-lookups.ts",
            "line": 1
          },
          {
            "location": "src/compile/address-table-lookups.ts",
            "line": 37
          },
          {
            "location": "src/compile/instructions.ts",
            "line": 1
          },
          {
            "location": "src/compile/static-accounts.ts",
            "line": 1
          },
          {
            "location": "src/compress-transaction-message.ts",
            "line": 1
          },
          {
            "location": "src/decompile-message.ts",
            "line": 1
          },
          {
            "location": "src/decompile-message.ts",
            "line": 166
          },
          {
            "location": "src/decompile-message.ts",
            "line": 169
          },
          {
            "location": "src/durable-nonce-instruction.ts",
            "line": 1
          },
          {
            "location": "src/durable-nonce.ts",
            "line": 1
          },
          {
            "location": "src/fee-payer.ts",
            "line": 1
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@solana/transaction-messages@5.5.1"
      ],
      "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-08-24T11:19:59Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, August 24, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'transaction-messages' with version '5.5.1'. The package type in this SBOM is npm with a single purl namespace '@solana' described under components. The components were identified from 11 source files."
    }
  ]
}