Type Definition enjen::SystemCall[][src]

type SystemCall<'a> = dyn FnMut(Address, Vec<u8>) -> Result<Vec<u8>, String> + 'a;

A system-calling closure. Enacts calls on a block’s state from the system address.