Variable typesConst

types: {
    address: AddressType;
    addressPayable: AddressType;
    bool: BoolType;
    byte: FixedBytesType;
    bytes20: FixedBytesType;
    bytes32: FixedBytesType;
    bytes4: FixedBytesType;
    bytesCalldata: PointerType;
    bytesMemory: PointerType;
    noType: TupleType;
    stringMemory: PointerType;
    typeOfType: BuiltinFunctionType;
    uint160: IntType;
    uint256: IntType;
    uint8: IntType;
} = ...

Type declaration

Generated using TypeDoc