A type that describes the configuration for a particular locking or unlocking bytecode within an authentication template scenario.
Bytecode may be specified as either a hexadecimal-encoded string or an object describing the required compilation.
For sourceOutputs and transaction.inputs, defaults to { script: ["copy"], overrides: {} }. For transaction.outputs, defaults to { script: ["copy"], overrides: { "hdKeys": { "addressIndex": 1 } } }.
sourceOutputs
transaction.inputs
{ script: ["copy"], overrides: {} }
transaction.outputs
{ script: ["copy"], overrides: { "hdKeys": { "addressIndex": 1 } } }
Generated using TypeDoc
A type that describes the configuration for a particular locking or unlocking bytecode within an authentication template scenario.
Bytecode may be specified as either a hexadecimal-encoded string or an object describing the required compilation.
For
sourceOutputs
andtransaction.inputs
, defaults to{ script: ["copy"], overrides: {} }
. Fortransaction.outputs
, defaults to{ script: ["copy"], overrides: { "hdKeys": { "addressIndex": 1 } } }
.