We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fe40a commit 5e3d387Copy full SHA for 5e3d387
packages/thirdweb/src/react/core/machines/paymentMachine.ts
@@ -70,7 +70,7 @@ export interface PaymentMachineContext {
70
/**
71
* Events that can be sent to the payment machine
72
*/
73
-export type PaymentMachineEvent =
+type PaymentMachineEvent =
74
| {
75
type: "DESTINATION_CONFIRMED";
76
destinationToken: Token;
0 commit comments