@connect-xyz/withdraw-js 0.1.0 → 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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -279,6 +279,6 @@ declare type WithdrawEvent = AppEvent<WithdrawEventType, WithdrawalInitiatedEven
|
|
|
279
279
|
/**
|
|
280
280
|
* Withdraw event type literals
|
|
281
281
|
*/
|
|
282
|
-
declare type WithdrawEventType = 'withdrawal.
|
|
282
|
+
declare type WithdrawEventType = 'withdrawal.submitted';
|
|
283
283
|
|
|
284
284
|
export { }
|