Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::get_CallDepth

uint32_t get_CallDepth();

Returns the current number of contracts in the call chain. (1 if this contract was invoked directly from a block/transaction)

Parameters

  • none

Return value

  • none

Notes

Example

Clone this wiki locally