interface BlockResult {
    author: string;
    chunks: Chunk[];
    header: BlockHeader;
}

Properties

Properties

author: string
chunks: Chunk[]
header: BlockHeader