/** * Response type for getBlockHeight RPC method */ export type BlockHeightResponse = bigint;