Type Alias InternalRecordsWriteMessage

InternalRecordsWriteMessage: GenericMessage & {
    attestation?: GeneralJws;
    contextId?: string;
    descriptor: RecordsWriteDescriptor;
    encryption?: EncryptionProperty;
    recordId?: string;
}

Internal RecordsWrite message representation that can be in an incomplete state.