Options for signing a transaction hash.
type SignOptions = { hash: Hex; privateKey: Hex };
type hash = Hex;
type privateKey = Hex;