ink_primitives::contract

Trait ContractReverseReference

source
pub trait ContractReverseReference {
    type Type;
}
Expand description

Refers back to the original contract from the generated ink! smart contract reference type.

Required Associated Types§

source

type Type

The original contract type.

Implementors§