- it’s
StringInput
in abi
export type StringInput = { bytes: BytesInput };
export type BytesInput = { buf: RawBytesInput, len: BigNumberish };
export type RawBytesInput = { ptr: BigNumberish, cap: BigNumberish };
so if I follow this, Do I need to 3 conversion for string input?