Interface UniversalPermissionDetails

interface UniversalPermissionDetails {
    approvalIdList: AddressList;
    arbitraryValue: any;
    badgeId: UintRange<bigint>;
    fromList: AddressList;
    initiatedByList: AddressList;
    ownershipTime: UintRange<bigint>;
    permanentlyForbiddenTimes: UintRangeArray<bigint>;
    permanentlyPermittedTimes: UintRangeArray<bigint>;
    timelineTime: UintRange<bigint>;
    toList: AddressList;
    transferTime: UintRange<bigint>;
}

Properties

approvalIdList: AddressList
arbitraryValue: any
badgeId: UintRange<bigint>
fromList: AddressList
initiatedByList: AddressList
ownershipTime: UintRange<bigint>
permanentlyForbiddenTimes: UintRangeArray<bigint>
permanentlyPermittedTimes: UintRangeArray<bigint>
timelineTime: UintRange<bigint>
toList: AddressList
transferTime: UintRange<bigint>