Open
Description
openedon May 13, 2020
You can use bitwise operation to turn on multiple flags in the same transaction, however, TypeScript complains that the value isn't valid, since it's expecting the value to be either 1,2, or 4.
Operation.setOptions({
setFlags: AuthRequiredFlag | AuthRevocableFlag
})
It's very likely other fields with bitwise support have the same issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment