Interface BlocksInfoRPC

interface BlocksInfoRPC {
    blocks: Record<string, BlockInfoRPC>;
}

Properties

Properties

blocks: Record<string, BlockInfoRPC>