Invoke transaction on block number

Hi, i have a question about delayed invocation of smart contracts. Is it possible to trigger an action by the ASA when a block number is reached? How to do this without some external invocation?

Secondly, it is possible to schedule this multiple times, so lets say every 3 days, for potentially 10.000s of users, each on a different blocktime.

Thanks,

Carst

1 Like

AFAIK, Trigger has to happen explicitly and there is no way of automating it within the blockchain.

1 Like