Interface BlockResponse

interface BlockResponse {
    chain_id: string;
    hash: string;
    header: BlockFullHeader;
    metadata: BlockMetadata;
    operations: OperationEntry[][];
    protocol: string;
}

Properties

chain_id: string
hash: string
metadata: BlockMetadata
operations: OperationEntry[][]
protocol: string

Generated using TypeDoc