@sats-connect/core 0.3.0-7e6dd81 → 0.3.0
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/dist/index.d.mts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -319,6 +319,9 @@ interface GetAddressResponse {
|
|
|
319
319
|
}
|
|
320
320
|
type GetAddressOptions = RequestOptions<GetAddressPayload, GetAddressResponse>;
|
|
321
321
|
|
|
322
|
+
/**
|
|
323
|
+
* @deprecated Use `request()` instead
|
|
324
|
+
*/
|
|
322
325
|
declare const getAddress: (options: GetAddressOptions) => Promise<void>;
|
|
323
326
|
|
|
324
327
|
declare const getInfoMethodName = "getInfo";
|