Type Alias: SignRawTxParams ​
SignRawTxParams =
object
Defined in: packages/bitcoin/src/types.ts:969
Properties ​
hexstring ​
hexstring:
string
Defined in: packages/bitcoin/src/types.ts:970
prevtxs? ​
optionalprevtxs:PrevOut[]
Defined in: packages/bitcoin/src/types.ts:971
privkeys? ​
optionalprivkeys:string[]
Defined in: packages/bitcoin/src/types.ts:972
sighashtype? ​
optionalsighashtype:SigHashType
Defined in: packages/bitcoin/src/types.ts:973