Interface iBalancesActionPermission<T>

interface iBalancesActionPermission<T> {
    badgeIds: iUintRange<T>[];
    ownershipTimes: iUintRange<T>[];
    permanentlyForbiddenTimes: iUintRange<T>[];
    permanentlyPermittedTimes: iUintRange<T>[];
}

Type Parameters

Implemented by

Properties

badgeIds: iUintRange<T>[]

The badge IDs that the permission applies to.

ownershipTimes: iUintRange<T>[]

The owned times of the permission.

permanentlyForbiddenTimes: iUintRange<T>[]

The forbidden times of the permission.

permanentlyPermittedTimes: iUintRange<T>[]

The permitted times of the permission.