/**
 * 65 bytes encoded as hex with `0x` prefix. `r || s || v` from the spec.
 */
export type EcdsaSignature = string;
