Trait sylvia::types::ContractApi

source ·
pub trait ContractApi {
    type Instantiate;
    type Query;
    type Exec;
    type ContractQuery;
    type ContractExec;
    type ContractSudo;
    type Migrate;
    type Sudo;
    type Querier<'querier>;
    type Remote<'remote>;
}
Expand description

Api trait for easier access to generated types and messages.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§