@dynamic-labs-sdk/stellar 1.29.0 → 1.30.2

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.
@@ -1,5 +1,8 @@
1
1
  import { type DynamicClient } from '@dynamic-labs-sdk/client';
2
2
  import { type TransferAmountParams } from '@dynamic-labs-sdk/client/core';
3
+ type StellarTransferAmountResult = {
4
+ transactionHash: string;
5
+ };
3
6
  /**
4
7
  * Transfers native XLM or a custom Stellar asset from a wallet account.
5
8
  *
@@ -16,7 +19,6 @@ import { type TransferAmountParams } from '@dynamic-labs-sdk/client/core';
16
19
  * @returns The submitted transaction hash.
17
20
  * @notInstrumented
18
21
  */
19
- export declare const stellarTransferAmount: ({ amount, recipient, token, walletAccount }: TransferAmountParams, client: DynamicClient) => Promise<{
20
- transactionHash: string;
21
- }>;
22
+ export declare const stellarTransferAmount: ({ amount, recipient, token, walletAccount }: TransferAmountParams, client: DynamicClient) => Promise<StellarTransferAmountResult>;
23
+ export {};
22
24
  //# sourceMappingURL=stellarTransferAmount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stellarTransferAmount.d.ts","sourceRoot":"","sources":["../../../src/utils/stellarTransferAmount/stellarTransferAmount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,+BAA+B,CAAC;AAYvC;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,gDACa,oBAAoB,UACzD,aAAa,KACpB,OAAO,CAAC;IAAE,eAAe,EAAE,MAAM,CAAA;CAAE,CA2ErC,CAAC"}
1
+ {"version":3,"file":"stellarTransferAmount.d.ts","sourceRoot":"","sources":["../../../src/utils/stellarTransferAmount/stellarTransferAmount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,+BAA+B,CAAC;AAYvC,KAAK,2BAA2B,GAAG;IAAE,eAAe,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/D;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,gDACa,oBAAoB,UACzD,aAAa,KACpB,OAAO,CAAC,2BAA2B,CA2ErC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs-sdk/stellar",
3
- "version": "1.29.0",
3
+ "version": "1.30.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -21,8 +21,8 @@
21
21
  "@stellar/freighter-api": "6.0.1",
22
22
  "@lobstrco/signer-extension-api": "2.0.0",
23
23
  "@dynamic-labs/sdk-api-core": "0.12.0",
24
- "@dynamic-labs-sdk/assert-package-version": "1.29.0",
25
- "@dynamic-labs-sdk/client": "1.29.0"
24
+ "@dynamic-labs-sdk/assert-package-version": "1.30.2",
25
+ "@dynamic-labs-sdk/client": "1.30.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "eventemitter3": "5.0.1",