RegistersCall

Trait RegistersCall 

Source
pub trait RegistersCall<N>
where N: Network,
{ // Required method fn call_stack(&self) -> CallStack<N>; }

Required Methods§

Source

fn call_stack(&self) -> CallStack<N>

Returns the current call stack.

Implementors§

Source§

impl<N, A> RegistersCall<N> for Registers<N, A>
where N: Network, A: Aleo<Network = N>,