diff --git a/src/request/types/btcMethods.ts b/src/request/types/btcMethods.ts index dda5441..e41ddab 100644 --- a/src/request/types/btcMethods.ts +++ b/src/request/types/btcMethods.ts @@ -173,6 +173,7 @@ export const signPsbtParamsSchema = v.object({ * The key is the address and the value is an array of indexes of the inputs to sign. */ signInputs: v.record(v.string(), v.array(v.number())), + allowedSignHash: v.optional(v.number()), /** * Whether to broadcast the transaction after signing. **/