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 b118ce5 commit 1421c52Copy full SHA for 1421c52
packages/transaction-controller/src/types.ts
@@ -756,6 +756,26 @@ export enum TransactionType {
756
*/
757
personalSign = 'personal_sign',
758
759
+ /**
760
+ * Buy a position via Predict.
761
+ */
762
+ predictBuy = 'predictBuy',
763
+
764
765
+ * Claim winnings from a position via Predict.
766
767
+ predictClaim = 'predictClaim',
768
769
770
+ * Deposit funds to be available for use via Predict.
771
772
+ predictDeposit = 'predictDeposit',
773
774
775
+ * Sell a position via Predict.
776
777
+ predictSell = 'predictSell',
778
779
/**
780
* When a transaction is failed it can be retried by
781
* resubmitting the same transaction with a higher gas fee. This type is also used
0 commit comments