Trait ink_lang::ContractEnv[][src]

pub trait ContractEnv {
    type Env: Environment;
}

The environment of the compiled ink! smart contract.

Associated Types

type Env: Environment[src]

The environment type.

Loading content...

Implementors

Loading content...