Type Alias BridgeFromBitcoinInput_signPsbtFn
BridgeFromBitcoinInput_signPsbtFn: (
tx: { psbt: Uint8Array; signInputs: number[] },
) => Promise<{ psbt: Uint8Array }>
Type declaration
- (tx: { psbt: Uint8Array; signInputs: number[] }): Promise<{ psbt: Uint8Array }>
Parameters
- tx: { psbt: Uint8Array; signInputs: number[] }
Returns Promise<{ psbt: Uint8Array }>