Type alias AuthenticationTemplateScenarioBytecode

AuthenticationTemplateScenarioBytecode: string | {
    overrides?: AuthenticationTemplateScenarioData;
    script?: string | ["copy"];
}

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 } } }.

Generated using TypeDoc