dash-platform-sdk
    Preparing search index...

    Interface DataContractConfig

    interface DataContractConfig {
        $format_version: string;
        canBeDeleted: boolean;
        documentsCanBeDeletedContractDefault: boolean;
        documentsKeepHistoryContractDefault: boolean;
        documentsMutableContractDefault: boolean;
        keepsHistory: boolean;
        readonly: boolean;
        requiresIdentityDecryptionBoundedKey?: null | number;
        requiresIdentityEncryptionBoundedKey?: null | number;
    }
    Index

    Properties

    $format_version: string
    canBeDeleted: boolean
    documentsCanBeDeletedContractDefault: boolean
    documentsKeepHistoryContractDefault: boolean
    documentsMutableContractDefault: boolean
    keepsHistory: boolean
    readonly: boolean
    requiresIdentityDecryptionBoundedKey?: null | number
    requiresIdentityEncryptionBoundedKey?: null | number