Trait ContractReverseReference
pub trait ContractReverseReference {
type Type;
}
Expand description
Refers back to the original contract from the generated ink! smart contract reference type.
Required Associated Types§
type Type
type Type
The original contract type.