Skip to main content

SignTransactionOptions

scrypt-ts / SignTransactionOptions

Interface: SignTransactionOptions

SignTransactionOptions is the options can be provided when signing a transaction.

Table of contents

Properties

Properties

address

Optional address: AddressesOption

The address(es) whose corresponding private key(s) should be used to sign the tx.

Defined in

dist/bsv/abstract-signer.d.ts:50


sigRequests

Optional sigRequests: SignatureRequest[]

The SignatureRequest for the some inputs of the transaction.

Defined in

dist/bsv/abstract-signer.d.ts:48