@ledgerhq/device-signer-kit-solana 0.0.0-rn-ble-pairing-removed-while-reconnecting-20250807094338 → 0.0.0-rnble-scan-permission-issue-20250929081059

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ export interface TxInspectorResult {
6
6
  transactionType: SolanaTransactionTypes;
7
7
  data: {
8
8
  tokenAddress?: string;
9
+ mintAddress?: string;
9
10
  createATA?: {
10
11
  address: string;
11
12
  mintAddress: string;
@@ -14,8 +15,16 @@ export interface TxInspectorResult {
14
15
  }
15
16
  export declare class TransactionInspector {
16
17
  private readonly rawTransactionBytes;
18
+ /**
19
+ * @param rawTransactionBytes - the raw tx bytes (legacy or v0)
20
+ */
17
21
  constructor(rawTransactionBytes: Uint8Array);
18
22
  inspectTransactionType(): TxInspectorResult;
19
- private extractMessage;
23
+ /**
24
+ * normalise any tx (legacy or v0) into { compiledInstructions, allKeys }.
25
+ * if LUT accounts are provided, looked-up keys are included in allKeys.
26
+ */
27
+ private normaliseMessage;
28
+ private tryDeserialiseVersioned;
20
29
  }
21
30
  //# sourceMappingURL=TransactionInspector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionInspector.d.ts","sourceRoot":"","sources":["../../../../../src/internal/app-binder/services/TransactionInspector.ts"],"names":[],"mappings":"AAgBA,oBAAY,sBAAsB;IAChC,QAAQ,aAAa;IACrB,GAAG,QAAQ;CACZ;AACD,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,sBAAsB,CAAC;IACxC,IAAI,EAAE;QACJ,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE;YACV,OAAO,EAAE,MAAM,CAAC;YAChB,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;CACH;AAED,qBAAa,oBAAoB;IACnB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAAnB,mBAAmB,EAAE,UAAU;IAErD,sBAAsB,IAAI,iBAAiB;IAqElD,OAAO,CAAC,cAAc;CAgEvB"}
1
+ {"version":3,"file":"TransactionInspector.d.ts","sourceRoot":"","sources":["../../../../../src/internal/app-binder/services/TransactionInspector.ts"],"names":[],"mappings":"AAkBA,oBAAY,sBAAsB;IAChC,QAAQ,aAAa;IACrB,GAAG,QAAQ;CACZ;AAED,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,sBAAsB,CAAC;IACxC,IAAI,EAAE;QACJ,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE;YACV,OAAO,EAAE,MAAM,CAAC;YAChB,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;CACH;AAeD,qBAAa,oBAAoB;IAInB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAHhD;;OAEG;gBAC0B,mBAAmB,EAAE,UAAU;IAErD,sBAAsB,IAAI,iBAAiB;IA8GlD;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IAyExB,OAAO,CAAC,uBAAuB;CAehC"}