Interface ILoadRefMetaOptions

interface ILoadRefMetaOptions {
    linkKey?: string;
    ownerAddress?: string;
    ref: number;
    ulid: string;
}

Properties

linkKey?: string
ownerAddress?: string
ref: number
ulid: string