Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public getSignature(): string {
return SolidityTypes.Bytes;
}
/* tslint:enable prefer-function-over-method */
public getSignature(): string {
// Note that `byte` reduces to `bytes1`
return `${SolidityTypes.Bytes}${this._width}`;
}