Type Alias: SignRawTxParams ​
SignRawTxParams =
object
Defined in: packages/bitcoin/src/types.ts:973
Properties ​
hexstring ​
hexstring:
string
Defined in: packages/bitcoin/src/types.ts:974
prevtxs? ​
optionalprevtxs:PrevOut[]
Defined in: packages/bitcoin/src/types.ts:975
privkeys? ​
optionalprivkeys:string[]
Defined in: packages/bitcoin/src/types.ts:976
sighashtype? ​
optionalsighashtype:SigHashType
Defined in: packages/bitcoin/src/types.ts:977