network/controller/vote
Api Code Documentation / Exports / network/controller/vote
#
Table of contents#
Functions#
Functions#
getCurrentVoteâ–¸ getCurrentVote(multichain
, callerAddress
, targetAddress
): Promise
<T
>
#
ParametersName | Type |
---|---|
multichain | MultichainClient |
callerAddress | string |
targetAddress | string |
#
ReturnsPromise
<T
>
#
Defined insrc/network/controller/vote.ts:62
#
voteForNetworkPermissionâ–¸ voteForNetworkPermission(conn
, ctx
, issuer
, req
): Promise
<HttpResponse
>
#
ParametersName | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
issuer | ServiceUser |
req | any |
#
ReturnsPromise
<HttpResponse
>