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