File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ export const SignFieldsRequestParamsSchema = RequestWithContext.extend({
64
64
method : z . literal ( "mina_signFields" ) ,
65
65
params : z . array ( z . array ( FieldSchema ) ) ,
66
66
} ) . strict ( ) ;
67
- export const signFieldsWithPassphraseRequestParamsSchema =
68
- RequestWithContext . extend ( {
69
- method : z . literal ( "mina_signFieldsWithPassphrase" ) ,
70
- params : z . array ( FieldsAndPassphraseSchema ) ,
71
- } ) ;
72
67
export const SignTransactionRequestParamsSchema = RequestWithContext . extend ( {
73
68
method : z . literal ( "mina_signTransaction" ) ,
74
69
params : z . array ( z . union ( [ TransactionPayloadSchema , ZkAppCommandPayload ] ) ) ,
@@ -159,10 +154,6 @@ export const SignFieldsRequestReturnSchema = z
159
154
result : SignedFieldsSchema ,
160
155
} )
161
156
. strict ( ) ;
162
- export const signFieldsWithPassphraseRequestReturnSchema = z . object ( {
163
- method : z . literal ( "mina_signFieldsWithPassphrase" ) ,
164
- result : SignedFieldsSchema ,
165
- } ) ;
166
157
export const SignTransactionRequestReturnSchema = z
167
158
. object ( {
168
159
method : z . literal ( "mina_signTransaction" ) ,
You can’t perform that action at this time.
0 commit comments