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:75


voteForNetworkPermission

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

Parameters

NameType
connConnToken
ctxCtx
issuerServiceUser
reqany

Returns

Promise<HttpResponse>

Defined in

src/network/controller/vote.ts:18