Interface BlocksRPC

interface BlocksRPC {
    blocks: Record<string, Block>;
}

Properties

Properties

blocks: Record<string, Block>