Interface IMetaDataByUlidOptions

IMetaDataByUlidOptions

interface IMetaDataByUlidOptions {
    linkKey?: string;
    ulid: string;
    userAddress?: string;
}

Properties

linkKey?: string

The key to unlock the data if this was shared via link.

ulid: string

The ulid of the data.

userAddress?: string

The Jackal address owning the data.