Interface TokenPermissions

interface TokenPermissions {
    allowDeposits: boolean;
    allowRewardWithdrawal: boolean;
    allowWithdrawal: boolean;
}

Properties

allowDeposits: boolean
allowRewardWithdrawal: boolean
allowWithdrawal: boolean