For the complete documentation index, see llms.txt. This page is also available as Markdown.

Post system vote

Example

const unitHash = await client.post.systemVote(
  { subject: 'base_tps_fee', value: 10 },
  { wif }
);

Returns

'unitHashBase64='

Last updated