generated from dymensionxyz/rollapp
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Currently is not disabled
NewPermissionedURLsDecorator(
func(ctx sdk.Context, accAddr sdk.AccAddress) bool {
return options.hasPermission(ctx, accAddr, vestingtypes.ModuleName)
}, []string{
sdk.MsgTypeURL(&vestingtypes.MsgCreateVestingAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePermanentLockedAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePeriodicVestingAccount{}),
}),
but hasPermisson is:
func(ctx sdk.Context, accAddr sdk.AccAddress, perm string) bool {
return true
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels