export type RpcDirectCallResult = { signableHash: string; request: string; proofRound: number; accepted: boolean; error: string; };