@layerzerolabs/lz-sui-oft-sdk-v2 3.0.136 → 3.0.137

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.
package/src/types.ts CHANGED
@@ -29,3 +29,8 @@ export interface OFTReceipt {
29
29
  amountSentLd: bigint
30
30
  amountReceivedLd: bigint
31
31
  }
32
+
33
+ export interface OFTInfoV1 {
34
+ oftPackage: string
35
+ oftObject: string
36
+ }