Skip to content

ArkivRpcSchema = [{ Method: "arkiv_query"; Parameters?: [string, RpcQueryOptions]; ReturnType: { blockNumber: Hex; cursor: string; data: RpcEntity[]; }; }, { Method: "arkiv_getBlockTiming"; Parameters?: []; ReturnType: { current_block: bigint; current_block_time: number; duration: number; }; }, { Method: "arkiv_getEntityCount"; Parameters?: []; ReturnType: number; }]

Defined in: src/types/rpcSchema.ts:47