Interface iUserOutgoingApproval<T>

interface iUserOutgoingApproval<T> {
    approvalCriteria?: iOutgoingApprovalCriteria<T>;
    approvalId: string;
    badgeIds: iUintRange<T>[];
    customData?: string;
    initiatedByListId: string;
    ownershipTimes: iUintRange<T>[];
    toListId: string;
    transferTimes: iUintRange<T>[];
    uri?: string;
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

approvalCriteria?: iOutgoingApprovalCriteria<T>
approvalId: string
badgeIds: iUintRange<T>[]
customData?: string
initiatedByListId: string
ownershipTimes: iUintRange<T>[]
toListId: string
transferTimes: iUintRange<T>[]
uri?: string