Using this.txn.senders fails to compile:
assert(
this.txn.sender === this.operator_Address.value,
'Only the Node Operator can register online with participation key'
);
Error: Cannot resolve type ThisTxnParams (apponchaintransactionparams & appparams)
TEALScript can not process PropertyAccessExpression at contracts\CaelusValidator.algo.ts:174:6
contracts\CaelusValidator.algo.ts:175: this.txn.sender
Using bytes as type in GlobalStateKey fails to compile:
algod_version = GlobalStateKey<bytes>({ key: 'algodV' });
throw Error(Cannot resolve type ${type.getText()} (${typeString}));
^
Error: Cannot resolve type Brand<string, "bytes"> (k & { __brand?: t })
Version used: "^0.105.5"
Using this.txn.senders fails to compile:
Using bytes as type in GlobalStateKey fails to compile:
Version used: "^0.105.5"