Fetch Delegations
getIncomingDelegations( to
: string ) ⇒ Promise< V2Delegation[] >
Returns an array of Delegation items
to | The address to retrieve delegations for |
getOutgoingDelegations( from
: string ) ⇒ Promise< V2Delegation[] >
Returns an array of Delegation items
from | The address to retrieve delegations for |
Usage Example
Last updated