Taquito TypeDocs
    Preparing search index...

    Interface Inode

    interface Inode {
        length: string;
        proofs: [string | null, string | null];
    }
    Index

    Properties

    Properties

    length: string
    proofs: [string | null, string | null]