pub trait VmApi {
    // Required method
    fn get_scrypto_minor_version(&self) -> u64;
}
Expand description

Api provided to clients of the VM layer

Required Methods§

source

fn get_scrypto_minor_version(&self) -> u64

Retrieve the current minor version of the Scrypto VM

Implementors§