bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface UniversalPermissionDetails

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

    Properties

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