Skip to content

adamant-api / index / parseVote

Function: parseVote()

ts
function parseVote(vote): [string, "+" | "-"];

Defined in: src/api/utils.ts:14

Parameters

ParameterType
votestring

Returns

[string, "+" | "-"]

Released under the GPL-3.0 License.