Interface MergedUniversalPermissionDetails

interface MergedUniversalPermissionDetails {
    approvalIdList: AddressList;
    arbitraryValue: any;
    badgeIds: UintRangeArray<bigint>;
    fromList: AddressList;
    initiatedByList: AddressList;
    ownershipTimes: UintRangeArray<bigint>;
    permanentlyForbiddenTimes: UintRangeArray<bigint>;
    permanentlyPermittedTimes: UintRangeArray<bigint>;
    timelineTimes: UintRangeArray<bigint>;
    toList: AddressList;
    transferTimes: UintRangeArray<bigint>;
}

Properties

approvalIdList: AddressList
arbitraryValue: any
badgeIds: UintRangeArray<bigint>
fromList: AddressList
initiatedByList: AddressList
ownershipTimes: UintRangeArray<bigint>
permanentlyForbiddenTimes: UintRangeArray<bigint>
permanentlyPermittedTimes: UintRangeArray<bigint>
timelineTimes: UintRangeArray<bigint>
toList: AddressList
transferTimes: UintRangeArray<bigint>