CCIP v1.5.0 ITypeAndVersion Interface API Reference
ITypeAndVersion
An interface that provides type and version information for contracts.
Functions
typeAndVersion
Returns the type and version of the contract.
function typeAndVersion() external pure returns (string memory);
Returns
Type | Description |
---|---|
string | The type and version of the contract. |