Skip to main content

network/controller/vote

Api Code Documentation / Exports / network/controller/vote

Table of contents#

Functions#

Functions#

getCurrentVote#

â–¸ getCurrentVote(multichain, callerAddress, targetAddress): Promise<T>

Parameters#

NameType
multichainMultichainClient
callerAddressstring
targetAddressstring

Returns#

Promise<T>

Defined in#

src/network/controller/vote.ts:62


voteForNetworkPermission#

â–¸ voteForNetworkPermission(conn, ctx, issuer, req): Promise<HttpResponse>

Parameters#

NameType
connConnToken
ctxCtx
issuerServiceUser
reqany

Returns#

Promise<HttpResponse>

Defined in#

src/network/controller/vote.ts:17