network/controller/vote
Api Code Documentation / Exports / network/controller/vote
Table of contents
Functions
Functions
getCurrentVote
▸ getCurrentVote(multichain
, callerAddress
, targetAddress
): Promise
<T
>
Parameters
Name | Type |
---|---|
multichain | MultichainClient |
callerAddress | string |
targetAddress | string |
Returns
Promise
<T
>
Defined in
src/network/controller/vote.ts:76
voteForNetworkPermission
▸ voteForNetworkPermission(conn
, ctx
, issuer
, req
): Promise
<HttpResponse
>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
issuer | ServiceUser |
req | any |
Returns
Promise
<HttpResponse
>