Taquito TypeDocs
    Preparing search index...

    Interface BlockResponse

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

    Properties

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