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

Properties

Properties

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

Generated using TypeDoc