Signs the register message for Farcaster ID Gateway.
const signature = await signRegister({ account, message });
function signRegister(options: SignRegisterOptions): Promise<Hex>;
The signing options.
let options: { account: Account; message: RegisterMessage };
let returnType: `0x${string}`;
A promise that resolves to the signature.