Interface IFileContents

interface IFileContents {
    legacyMerkles: Uint8Array[];
}

Properties

Properties

legacyMerkles: Uint8Array[]