MethodDecoratorOptions
scrypt-ts-opcat / MethodDecoratorOptions
Interface: MethodDecoratorOptions
Defined in: packages/scrypt-ts-opcat/src/smart-contract/decorators.ts:24
When autoCheckInputState
is set to true, the system will automatically check the StateHash of all inputs
in the current transaction by default. Otherwise, you can use this.checkInputStateHash(inputIndex: Int32, stateHash: ByteString)
to manually specify which input's StateHash to verify.
Onchain
Properties
autoCheckInputState
autoCheckInputState:
boolean
Defined in: packages/scrypt-ts-opcat/src/smart-contract/decorators.ts:25