prop
bitcoinjs-lib / prop
Function: prop()
prop(): (
target
,propertyName
) =>void
Defined in: packages/scrypt-ts-btc/src/smart-contract/decorators.ts:113
Indicates whether the property is an property of a contract, and ordinary class properties cannot be accessed in contract methods
Returns
Function
Parameters
target
any
propertyName
string
Returns
void