checkDelegateForAll
Check if `to` is a delegate of `from` for the entire wallet
checkDelegateForAll( to
: string, from
: string, rights?
: string ) ⇒ Promise< boolean >
Returns true
if delegate is granted to act on the from's behalf
to
The delegated address to check
from
The potential address who delegated rights
rights (optional)
Specific rights to check for, pass nothing to ignore subdelegations and check full delegations only
Usage Example
Last updated