default
Last updated
Last updated
An entrypoint that accepts users' lambdas during a operations on contract and executes them.
default_t
unit -> list(operation)
Users's lambda function that doesn't accept any parameters (unit) and returns a list of operations (transactions, calls).
Only contract can call this entrypoint.
403
- sender
of the transaction is not contract.
412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).