export interface MinaSignature {
  r: bigint;
  s: bigint;
}
