diff --git a/docs/sdk/reference/changelog.md b/docs/sdk/reference/changelog.md index 4886e3182..d494dcf6c 100644 --- a/docs/sdk/reference/changelog.md +++ b/docs/sdk/reference/changelog.md @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3] - 2024-06-12 + +### Added + +- Added new transaction for changing an election duration. +- Added new functions `changeElectionEndDate` and `changeElectionDuration`. +- Added new raw information when election data is not complete. + +### Changed + +- Census3 `getStrategyHolders` changed for using queues instead of direct endpoint call. + +## [0.8.2] - 2024-06-12 + +### Added + +- Added API fees calls functions for checking all fees and account fees. +- Added new function to modify an election maximum census size. +- Added new `delta` parameter when checking for next election identifiers. + +### Changed + +- Census publishing is done async to avoid 502 errors when uploading large censuses. +- Modified change census function to accept a new maximum census size. + ## [0.8.1] - 2024-05-21 ### Added @@ -473,6 +498,8 @@ which extend from the abstract `Election` class. - First unstable version of the SDK for testing purposes +[0.8.3]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.3 +[0.8.2]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.2 [0.8.1]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.1 [0.8.0]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.0 [0.7.5]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.7.5 diff --git a/docs/sdk/reference/classes/Account.md b/docs/sdk/reference/classes/Account.md index dc11f6097..06d7ef696 100644 --- a/docs/sdk/reference/classes/Account.md +++ b/docs/sdk/reference/classes/Account.md @@ -38,7 +38,7 @@ Represents an account #### Defined in -[types/account.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L108) +[types/account.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L108) • `set` **avatar**(`value`): `void` @@ -54,7 +54,7 @@ Represents an account #### Defined in -[types/account.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L112) +[types/account.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L112) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[types/account.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L92) +[types/account.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L92) • `set` **description**(`value`): `void` @@ -84,7 +84,7 @@ ___ #### Defined in -[types/account.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L96) +[types/account.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L96) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[types/account.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L124) +[types/account.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L124) • `set` **feed**(`value`): `void` @@ -114,7 +114,7 @@ ___ #### Defined in -[types/account.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L128) +[types/account.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L128) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[types/account.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L100) +[types/account.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L100) • `set` **header**(`value`): `void` @@ -144,7 +144,7 @@ ___ #### Defined in -[types/account.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L104) +[types/account.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L104) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[types/account.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L140) +[types/account.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L140) • `set` **languages**(`value`): `void` @@ -174,7 +174,7 @@ ___ #### Defined in -[types/account.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L144) +[types/account.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L144) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[types/account.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L116) +[types/account.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L116) • `set` **logo**(`value`): `void` @@ -204,7 +204,7 @@ ___ #### Defined in -[types/account.ts:120](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L120) +[types/account.ts:120](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L120) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[types/account.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L132) +[types/account.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L132) • `set` **meta**(`value`): `void` @@ -234,7 +234,7 @@ ___ #### Defined in -[types/account.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L136) +[types/account.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L136) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[types/account.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L84) +[types/account.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L84) • `set` **name**(`value`): `void` @@ -264,7 +264,7 @@ ___ #### Defined in -[types/account.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L88) +[types/account.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L88) ## Constructors @@ -286,7 +286,7 @@ Constructs an account #### Defined in -[types/account.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L33) +[types/account.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L33) ## Methods @@ -300,7 +300,7 @@ Constructs an account #### Defined in -[types/account.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L65) +[types/account.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L65) ___ @@ -322,4 +322,4 @@ Returns an account object #### Defined in -[types/account.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L61) +[types/account.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L61) diff --git a/docs/sdk/reference/classes/AccountAPI.md b/docs/sdk/reference/classes/AccountAPI.md index 103ddffff..aa727ab7e 100644 --- a/docs/sdk/reference/classes/AccountAPI.md +++ b/docs/sdk/reference/classes/AccountAPI.md @@ -42,7 +42,7 @@ Returns the number of accounts #### Defined in -[api/account.ts:133](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L133) +[api/account.ts:133](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L133) ___ @@ -66,7 +66,7 @@ Returns paginated list of elections for a specific account #### Defined in -[api/account.ts:214](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L214) +[api/account.ts:214](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L214) ___ @@ -90,13 +90,13 @@ Returns the list of fees by account #### Defined in -[api/account.ts:228](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L228) +[api/account.ts:228](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L228) ___ ### info -▸ **info**(`url`, `accountId`): `Promise`\<`IAccountInfoResponse`\> +▸ **info**(`url`, `accountId`): `Promise`\<[`IAccountInfoResponse`](../interfaces/IAccountInfoResponse)\> Fetches an Account information @@ -109,11 +109,11 @@ Fetches an Account information #### Returns -`Promise`\<`IAccountInfoResponse`\> +`Promise`\<[`IAccountInfoResponse`](../interfaces/IAccountInfoResponse)\> #### Defined in -[api/account.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L146) +[api/account.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L146) ___ @@ -136,7 +136,7 @@ Returns paginated list of accounts #### Defined in -[api/account.ts:121](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L121) +[api/account.ts:121](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L121) ___ @@ -159,7 +159,7 @@ Fetches the account metadata #### Defined in -[api/account.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L159) +[api/account.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L159) ___ @@ -183,7 +183,7 @@ Sets Account information #### Defined in -[api/account.ts:173](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L173) +[api/account.ts:173](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L173) ___ @@ -206,13 +206,13 @@ Returns the account's transfers count #### Defined in -[api/account.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L200) +[api/account.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L200) ___ ### transfersList -▸ **transfersList**(`url`, `accountId`, `page?`): `Promise`\<`IAccountTransfersResponse`\> +▸ **transfersList**(`url`, `accountId`, `page?`): `Promise`\<[`IAccountTransfersResponse`](../interfaces/IAccountTransfersResponse)\> Returns paginated list of transfers for a specific account @@ -226,8 +226,8 @@ Returns paginated list of transfers for a specific account #### Returns -`Promise`\<`IAccountTransfersResponse`\> +`Promise`\<[`IAccountTransfersResponse`](../interfaces/IAccountTransfersResponse)\> #### Defined in -[api/account.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L187) +[api/account.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L187) diff --git a/docs/sdk/reference/classes/AccountService.md b/docs/sdk/reference/classes/AccountService.md index 3cf978b65..6e303bcdf 100644 --- a/docs/sdk/reference/classes/AccountService.md +++ b/docs/sdk/reference/classes/AccountService.md @@ -53,7 +53,7 @@ Service.constructor #### Defined in -[services/account.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L45) +[services/account.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L45) ## Methods @@ -75,7 +75,7 @@ Fetches account information. #### Defined in -[services/account.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L55) +[services/account.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L55) ___ @@ -100,7 +100,7 @@ The transaction hash #### Defined in -[services/account.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L95) +[services/account.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L95) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[services/account.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L100) +[services/account.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L100) ## Properties @@ -136,7 +136,7 @@ AccountServiceProperties.chainService #### Defined in -[services/account.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L38) +[services/account.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L38) ___ @@ -150,4 +150,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/AnonymousService.md b/docs/sdk/reference/classes/AnonymousService.md index 766d31dff..f59d580fb 100644 --- a/docs/sdk/reference/classes/AnonymousService.md +++ b/docs/sdk/reference/classes/AnonymousService.md @@ -68,7 +68,7 @@ Service.constructor #### Defined in -[services/anonymous.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L71) +[services/anonymous.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L71) ## Methods @@ -86,7 +86,7 @@ The checked circuit parameters #### Defined in -[services/anonymous.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L107) +[services/anonymous.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L107) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[services/anonymous.ts:82](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L82) +[services/anonymous.ts:82](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L82) ___ @@ -128,7 +128,7 @@ Fetches circuits for anonymous voting #### Defined in -[services/anonymous.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L130) +[services/anonymous.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L130) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[services/anonymous.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L93) +[services/anonymous.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L93) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[services/anonymous.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L76) +[services/anonymous.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L76) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[services/anonymous.ts:87](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L87) +[services/anonymous.ts:87](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L87) ___ @@ -212,7 +212,7 @@ Sets circuits for anonymous voting #### Defined in -[services/anonymous.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L185) +[services/anonymous.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L185) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[services/anonymous.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L98) +[services/anonymous.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L98) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[services/anonymous.ts:232](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L232) +[services/anonymous.ts:232](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L232) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[services/anonymous.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L245) +[services/anonymous.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L245) ___ @@ -298,7 +298,7 @@ ___ #### Defined in -[services/anonymous.ts:255](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L255) +[services/anonymous.ts:255](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L255) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[services/anonymous.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L249) +[services/anonymous.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L249) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[services/anonymous.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L190) +[services/anonymous.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L190) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[services/anonymous.ts:198](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L198) +[services/anonymous.ts:198](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L198) ___ @@ -392,7 +392,7 @@ ___ #### Defined in -[services/anonymous.ts:268](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L268) +[services/anonymous.ts:268](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L268) ## Properties @@ -406,7 +406,7 @@ AnonymousServiceProperties.chainCircuits #### Defined in -[services/anonymous.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L64) +[services/anonymous.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L64) ___ @@ -420,7 +420,7 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[services/anonymous.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L275) +[services/anonymous.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L275) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[services/anonymous.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L327) +[services/anonymous.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L327) ___ @@ -474,4 +474,4 @@ ___ #### Defined in -[services/anonymous.ts:302](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L302) +[services/anonymous.ts:302](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L302) diff --git a/docs/sdk/reference/classes/AnonymousVote.md b/docs/sdk/reference/classes/AnonymousVote.md index b7bdc56b1..c02ec9b72 100644 --- a/docs/sdk/reference/classes/AnonymousVote.md +++ b/docs/sdk/reference/classes/AnonymousVote.md @@ -34,7 +34,7 @@ Represents a vote #### Defined in -[types/vote/anonymous.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/anonymous.ts#L20) +[types/vote/anonymous.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/anonymous.ts#L20) • `set` **password**(`value`): `void` @@ -50,7 +50,7 @@ Represents a vote #### Defined in -[types/vote/anonymous.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/anonymous.ts#L24) +[types/vote/anonymous.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/anonymous.ts#L24) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[types/vote/anonymous.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/anonymous.ts#L28) +[types/vote/anonymous.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/anonymous.ts#L28) • `set` **signature**(`value`): `void` @@ -80,7 +80,7 @@ ___ #### Defined in -[types/vote/anonymous.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/anonymous.ts#L32) +[types/vote/anonymous.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/anonymous.ts#L32) ___ @@ -98,7 +98,7 @@ Vote.votes #### Defined in -[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L16) +[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L16) • `set` **votes**(`value`): `void` @@ -118,7 +118,7 @@ Vote.votes #### Defined in -[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L20) +[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L20) ## Constructors @@ -146,4 +146,4 @@ Constructs an anonymous vote #### Defined in -[types/vote/anonymous.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/anonymous.ts#L14) +[types/vote/anonymous.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/anonymous.ts#L14) diff --git a/docs/sdk/reference/classes/ApprovalElection.md b/docs/sdk/reference/classes/ApprovalElection.md index 3f2f61e88..f5ea3a054 100644 --- a/docs/sdk/reference/classes/ApprovalElection.md +++ b/docs/sdk/reference/classes/ApprovalElection.md @@ -63,7 +63,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L287) +[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L287) • `set` **addSDKVersion**(`value`): `void` @@ -83,7 +83,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L291) +[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L291) ___ @@ -101,7 +101,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L261) +[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L261) • `set` **census**(`value`): `void` @@ -121,7 +121,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L265) +[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L265) ___ @@ -139,7 +139,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L185) +[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L185) • `set` **description**(`value`): `void` @@ -159,7 +159,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L189) +[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L189) ___ @@ -177,7 +177,7 @@ UnpublishedElection.duration #### Defined in -[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L150) +[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L150) ___ @@ -195,7 +195,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L237) +[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L237) • `set` **electionType**(`value`): `void` @@ -215,7 +215,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L241) +[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L241) ___ @@ -233,7 +233,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L227) +[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L227) • `set` **endDate**(`value`): `void` @@ -253,7 +253,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L231) +[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L231) ___ @@ -271,7 +271,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L193) +[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L193) • `set` **header**(`value`): `void` @@ -291,7 +291,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L197) +[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L197) ___ @@ -309,7 +309,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L270) +[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L270) • `set` **maxCensusSize**(`value`): `void` @@ -329,7 +329,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L274) +[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L274) ___ @@ -347,7 +347,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L209) +[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L209) • `set` **meta**(`value`): `void` @@ -367,7 +367,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L213) +[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L213) ___ @@ -385,7 +385,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L253) +[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L253) • `set` **questions**(`value`): `void` @@ -405,7 +405,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L257) +[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L257) ___ @@ -423,7 +423,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L218) +[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L218) • `set` **startDate**(`value`): `void` @@ -443,7 +443,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L222) +[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L222) ___ @@ -461,7 +461,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L201) +[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L201) • `set` **streamUri**(`value`): `void` @@ -481,7 +481,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L205) +[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L205) ___ @@ -499,7 +499,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L279) +[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L279) • `set` **temporarySecretIdentity**(`value`): `void` @@ -519,7 +519,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L283) +[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L283) ___ @@ -537,7 +537,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L176) +[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L176) • `set` **title**(`value`): `void` @@ -557,7 +557,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L180) +[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L180) ___ @@ -575,7 +575,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L245) +[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L245) • `set` **voteType**(`value`): `void` @@ -595,7 +595,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L249) +[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L249) ## Constructors @@ -621,7 +621,7 @@ Constructs an approval election #### Defined in -[types/election/approval.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L18) +[types/election/approval.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L18) ## Methods @@ -647,7 +647,7 @@ Constructs an approval election #### Defined in -[types/election/approval.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L26) +[types/election/approval.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L26) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[types/election/approval.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L55) +[types/election/approval.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L55) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[types/election/approval.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L65) +[types/election/approval.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L65) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L166) +[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L166) ___ @@ -719,7 +719,7 @@ ___ #### Defined in -[types/election/approval.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L45) +[types/election/approval.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L45) ___ @@ -743,7 +743,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -767,7 +767,7 @@ ___ #### Defined in -[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L61) +[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L61) ___ @@ -785,7 +785,7 @@ ___ #### Defined in -[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L128) +[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L128) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[types/election/approval.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L79) +[types/election/approval.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L79) ___ @@ -832,4 +832,4 @@ Returns an unpublished election object #### Defined in -[types/election/approval.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/approval.ts#L22) +[types/election/approval.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/approval.ts#L22) diff --git a/docs/sdk/reference/classes/ArchivedElection.md b/docs/sdk/reference/classes/ArchivedElection.md index 46adc9a43..e881e03ca 100644 --- a/docs/sdk/reference/classes/ArchivedElection.md +++ b/docs/sdk/reference/classes/ArchivedElection.md @@ -72,7 +72,7 @@ PublishedElection.addSDKVersion #### Defined in -[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L275) +[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L275) ___ @@ -90,7 +90,7 @@ PublishedElection.census #### Defined in -[types/election/archived.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/archived.ts#L17) +[types/election/archived.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/archived.ts#L17) ___ @@ -108,7 +108,7 @@ PublishedElection.chainId #### Defined in -[types/election/published.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L219) +[types/election/published.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L219) ___ @@ -126,7 +126,7 @@ PublishedElection.creationTime #### Defined in -[types/election/published.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L223) +[types/election/published.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L223) ___ @@ -144,7 +144,7 @@ PublishedElection.description #### Defined in -[types/election/published.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L147) +[types/election/published.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L147) ___ @@ -162,7 +162,7 @@ PublishedElection.electionType #### Defined in -[types/election/published.ts:167](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L167) +[types/election/published.ts:167](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L167) ___ @@ -180,7 +180,7 @@ PublishedElection.endDate #### Defined in -[types/election/published.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L163) +[types/election/published.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L163) ___ @@ -198,7 +198,7 @@ PublishedElection.finalResults #### Defined in -[types/election/published.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L203) +[types/election/published.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L203) ___ @@ -216,7 +216,7 @@ PublishedElection.fromArchive #### Defined in -[types/election/published.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L215) +[types/election/published.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L215) ___ @@ -234,7 +234,7 @@ PublishedElection.header #### Defined in -[types/election/published.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L151) +[types/election/published.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L151) ___ @@ -252,7 +252,7 @@ PublishedElection.id #### Defined in -[types/election/published.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L187) +[types/election/published.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L187) ___ @@ -270,7 +270,7 @@ PublishedElection.isValid #### Defined in -[types/election/published.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L239) +[types/election/published.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L239) ___ @@ -288,7 +288,7 @@ PublishedElection.manuallyEnded #### Defined in -[types/election/published.ts:211](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L211) +[types/election/published.ts:211](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L211) ___ @@ -306,7 +306,7 @@ PublishedElection.maxCensusSize #### Defined in -[types/election/published.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L183) +[types/election/published.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L183) ___ @@ -324,7 +324,7 @@ PublishedElection.meta #### Defined in -[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L239) +[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L239) ___ @@ -342,7 +342,7 @@ PublishedElection.metadataURL #### Defined in -[types/election/published.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L227) +[types/election/published.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L227) ___ @@ -360,7 +360,7 @@ PublishedElection.organizationId #### Defined in -[types/election/published.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L191) +[types/election/published.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L191) ___ @@ -378,7 +378,7 @@ PublishedElection.questions #### Defined in -[types/election/published.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L175) +[types/election/published.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L175) ___ @@ -396,7 +396,7 @@ PublishedElection.raw #### Defined in -[types/election/published.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L235) +[types/election/published.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L235) ___ @@ -414,7 +414,7 @@ PublishedElection.results #### Defined in -[types/election/published.ts:207](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L207) +[types/election/published.ts:207](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L207) ___ @@ -432,7 +432,7 @@ PublishedElection.resultsType #### Defined in -[types/election/published.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L231) +[types/election/published.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L231) ___ @@ -450,7 +450,7 @@ PublishedElection.startDate #### Defined in -[types/election/published.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L159) +[types/election/published.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L159) ___ @@ -468,7 +468,7 @@ PublishedElection.status #### Defined in -[types/election/published.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L195) +[types/election/published.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L195) ___ @@ -486,7 +486,7 @@ PublishedElection.streamUri #### Defined in -[types/election/published.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L155) +[types/election/published.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L155) ___ @@ -504,7 +504,7 @@ PublishedElection.temporarySecretIdentity #### Defined in -[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L271) +[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L271) ___ @@ -522,7 +522,7 @@ PublishedElection.title #### Defined in -[types/election/published.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L143) +[types/election/published.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L143) ___ @@ -540,7 +540,7 @@ PublishedElection.voteCount #### Defined in -[types/election/published.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L199) +[types/election/published.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L199) ___ @@ -558,7 +558,7 @@ PublishedElection.voteType #### Defined in -[types/election/published.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L171) +[types/election/published.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L171) ## Constructors @@ -584,7 +584,7 @@ Constructs an archived election #### Defined in -[types/election/archived.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/archived.ts#L13) +[types/election/archived.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/archived.ts#L13) ## Methods @@ -608,7 +608,7 @@ Constructs an archived election #### Defined in -[types/election/published.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L113) +[types/election/published.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L113) ___ @@ -632,7 +632,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -658,7 +658,7 @@ Returns a published election object #### Defined in -[types/election/published.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L100) +[types/election/published.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L100) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[types/election/published.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L127) +[types/election/published.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L127) ___ @@ -709,7 +709,7 @@ Returns an unpublished election object #### Defined in -[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L219) +[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L219) ___ @@ -734,4 +734,4 @@ ___ #### Defined in -[types/election/published.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L104) +[types/election/published.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L104) diff --git a/docs/sdk/reference/classes/BudgetElection.md b/docs/sdk/reference/classes/BudgetElection.md index 9cfe2dc8f..11a57beca 100644 --- a/docs/sdk/reference/classes/BudgetElection.md +++ b/docs/sdk/reference/classes/BudgetElection.md @@ -67,7 +67,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L287) +[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L287) • `set` **addSDKVersion**(`value`): `void` @@ -87,7 +87,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L291) +[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L291) ___ @@ -105,7 +105,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L261) +[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L261) • `set` **census**(`value`): `void` @@ -125,7 +125,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L265) +[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L265) ___ @@ -143,7 +143,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L185) +[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L185) • `set` **description**(`value`): `void` @@ -163,7 +163,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L189) +[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L189) ___ @@ -181,7 +181,7 @@ UnpublishedElection.duration #### Defined in -[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L150) +[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L150) ___ @@ -199,7 +199,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L237) +[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L237) • `set` **electionType**(`value`): `void` @@ -219,7 +219,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L241) +[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L241) ___ @@ -237,7 +237,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L227) +[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L227) • `set` **endDate**(`value`): `void` @@ -257,7 +257,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L231) +[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L231) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[types/election/budget.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L132) +[types/election/budget.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L132) • `set` **forceFullBudget**(`value`): `void` @@ -287,7 +287,7 @@ ___ #### Defined in -[types/election/budget.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L136) +[types/election/budget.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L136) ___ @@ -305,7 +305,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L193) +[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L193) • `set` **header**(`value`): `void` @@ -325,7 +325,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L197) +[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L197) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[types/election/budget.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L148) +[types/election/budget.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L148) • `set` **maxBudget**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[types/election/budget.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L152) +[types/election/budget.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L152) ___ @@ -373,7 +373,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L270) +[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L270) • `set` **maxCensusSize**(`value`): `void` @@ -393,7 +393,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L274) +[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L274) ___ @@ -411,7 +411,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L209) +[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L209) • `set` **meta**(`value`): `void` @@ -431,7 +431,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L213) +[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L213) ___ @@ -445,7 +445,7 @@ ___ #### Defined in -[types/election/budget.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L124) +[types/election/budget.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L124) • `set` **minStep**(`value`): `void` @@ -461,7 +461,7 @@ ___ #### Defined in -[types/election/budget.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L128) +[types/election/budget.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L128) ___ @@ -479,7 +479,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L253) +[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L253) • `set` **questions**(`value`): `void` @@ -499,7 +499,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L257) +[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L257) ___ @@ -517,7 +517,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L218) +[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L218) • `set` **startDate**(`value`): `void` @@ -537,7 +537,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L222) +[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L222) ___ @@ -555,7 +555,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L201) +[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L201) • `set` **streamUri**(`value`): `void` @@ -575,7 +575,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L205) +[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L205) ___ @@ -593,7 +593,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L279) +[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L279) • `set` **temporarySecretIdentity**(`value`): `void` @@ -613,7 +613,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L283) +[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L283) ___ @@ -631,7 +631,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L176) +[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L176) • `set` **title**(`value`): `void` @@ -651,7 +651,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L180) +[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L180) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[types/election/budget.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L140) +[types/election/budget.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L140) • `set` **useCensusWeightAsBudget**(`value`): `void` @@ -681,7 +681,7 @@ ___ #### Defined in -[types/election/budget.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L144) +[types/election/budget.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L144) ___ @@ -699,7 +699,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L245) +[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L245) • `set` **voteType**(`value`): `void` @@ -719,7 +719,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L249) +[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L249) ## Constructors @@ -745,7 +745,7 @@ Constructs a budget election #### Defined in -[types/election/budget.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L35) +[types/election/budget.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L35) ## Methods @@ -771,7 +771,7 @@ Constructs a budget election #### Defined in -[types/election/budget.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L49) +[types/election/budget.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L49) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[types/election/budget.ts:78](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L78) +[types/election/budget.ts:78](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L78) ___ @@ -807,7 +807,7 @@ ___ #### Defined in -[types/election/budget.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L88) +[types/election/budget.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L88) ___ @@ -825,7 +825,7 @@ ___ #### Defined in -[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L166) +[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L166) ___ @@ -843,7 +843,7 @@ ___ #### Defined in -[types/election/budget.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L68) +[types/election/budget.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L68) ___ @@ -867,7 +867,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -891,7 +891,7 @@ ___ #### Defined in -[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L61) +[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L61) ___ @@ -909,7 +909,7 @@ ___ #### Defined in -[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L128) +[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L128) ___ @@ -931,7 +931,7 @@ ___ #### Defined in -[types/election/budget.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L104) +[types/election/budget.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L104) ___ @@ -957,4 +957,4 @@ Returns an unpublished election object #### Defined in -[types/election/budget.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L45) +[types/election/budget.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L45) diff --git a/docs/sdk/reference/classes/Census.md b/docs/sdk/reference/classes/Census.md index d21cef3ca..8802c7996 100644 --- a/docs/sdk/reference/classes/Census.md +++ b/docs/sdk/reference/classes/Census.md @@ -41,7 +41,7 @@ Represents a generic census #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -57,7 +57,7 @@ Represents a generic census #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -87,7 +87,7 @@ ___ #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -131,7 +131,7 @@ ___ #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -161,7 +161,7 @@ ___ #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -191,7 +191,7 @@ ___ #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Methods @@ -212,4 +212,4 @@ ___ #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/Census3CensusAPI.md b/docs/sdk/reference/classes/Census3CensusAPI.md index 601a4c6fe..280d1f448 100644 --- a/docs/sdk/reference/classes/Census3CensusAPI.md +++ b/docs/sdk/reference/classes/Census3CensusAPI.md @@ -38,7 +38,7 @@ Returns the information of the census #### Defined in -[api/census3/census.ts:119](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L119) +[api/census3/census.ts:119](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L119) ___ @@ -64,7 +64,7 @@ The queue identifier #### Defined in -[api/census3/census.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L147) +[api/census3/census.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L147) ___ @@ -87,7 +87,7 @@ Fetches list of census based on given strategy #### Defined in -[api/census3/census.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L106) +[api/census3/census.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L106) ___ @@ -110,4 +110,4 @@ Returns the information of the census queue #### Defined in -[api/census3/census.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L132) +[api/census3/census.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L132) diff --git a/docs/sdk/reference/classes/Census3ServiceAPI.md b/docs/sdk/reference/classes/Census3ServiceAPI.md index 2bcadefc2..62c358b7e 100644 --- a/docs/sdk/reference/classes/Census3ServiceAPI.md +++ b/docs/sdk/reference/classes/Census3ServiceAPI.md @@ -34,4 +34,4 @@ Fetches supported chains from the service #### Defined in -[api/census3/service.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/service.ts#L45) +[api/census3/service.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/service.ts#L45) diff --git a/docs/sdk/reference/classes/Census3StrategyAPI.md b/docs/sdk/reference/classes/Census3StrategyAPI.md index cad908971..c3ef3e04c 100644 --- a/docs/sdk/reference/classes/Census3StrategyAPI.md +++ b/docs/sdk/reference/classes/Census3StrategyAPI.md @@ -16,6 +16,7 @@ - [estimation](Census3StrategyAPI#estimation) - [estimationQueue](Census3StrategyAPI#estimationqueue) - [holders](Census3StrategyAPI#holders) +- [holdersQueue](Census3StrategyAPI#holdersqueue) - [import](Census3StrategyAPI#import) - [importQueue](Census3StrategyAPI#importqueue) - [list](Census3StrategyAPI#list) @@ -49,7 +50,7 @@ The identifier of the created strategy #### Defined in -[api/census3/strategy.ts:422](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L422) +[api/census3/strategy.ts:451](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L451) ___ @@ -76,7 +77,7 @@ The queue identifier #### Defined in -[api/census3/strategy.ts:354](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L354) +[api/census3/strategy.ts:383](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L383) ___ @@ -99,13 +100,13 @@ Returns the information of the strategy estimation queue #### Defined in -[api/census3/strategy.ts:375](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L375) +[api/census3/strategy.ts:404](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L404) ___ ### holders -▸ **holders**(`url`, `id`, `pagination?`): `Promise`\<[`ICensus3StrategyHoldersResponsePaginated`](../interfaces/ICensus3StrategyHoldersResponsePaginated)\> +▸ **holders**(`url`, `id`): `Promise`\<`ICensus3QueueResponse`\> Fetches list of holders by strategy @@ -115,15 +116,40 @@ Fetches list of holders by strategy | :------ | :------ | :------ | | `url` | `string` | API endpoint URL | | `id` | `number` | The identifier of the strategy | -| `pagination?` | `Census3Pagination` | Pagination options | #### Returns -`Promise`\<[`ICensus3StrategyHoldersResponsePaginated`](../interfaces/ICensus3StrategyHoldersResponsePaginated)\> +`Promise`\<`ICensus3QueueResponse`\> + +The queue identifier + +#### Defined in + +[api/census3/strategy.ts:314](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L314) + +___ + +### holdersQueue + +▸ **holdersQueue**(`url`, `id`, `queueId`): `Promise`\<[`ICensus3StrategyHoldersQueueResponse`](../interfaces/ICensus3StrategyHoldersQueueResponse)\> + +Returns the information of the strategy holders queue + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `url` | `string` | API endpoint URL | +| `id` | `number` | The identifier of the strategy | +| `queueId` | `string` | The identifier of the strategy holders queue | + +#### Returns + +`Promise`\<[`ICensus3StrategyHoldersQueueResponse`](../interfaces/ICensus3StrategyHoldersQueueResponse)\> #### Defined in -[api/census3/strategy.ts:295](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L295) +[api/census3/strategy.ts:328](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L328) ___ @@ -148,7 +174,7 @@ The queue identifier #### Defined in -[api/census3/strategy.ts:406](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L406) +[api/census3/strategy.ts:435](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L435) ___ @@ -171,7 +197,7 @@ Returns the information of the strategy import queue #### Defined in -[api/census3/strategy.ts:390](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L390) +[api/census3/strategy.ts:419](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L419) ___ @@ -194,7 +220,7 @@ Fetches list of strategies #### Defined in -[api/census3/strategy.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L279) +[api/census3/strategy.ts:298](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L298) ___ @@ -219,7 +245,7 @@ Fetches list of strategies based on given token #### Defined in -[api/census3/strategy.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L316) +[api/census3/strategy.ts:345](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L345) ___ @@ -241,7 +267,7 @@ Returns the list of supported operators to build strategy predicates. #### Defined in -[api/census3/strategy.ts:453](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L453) +[api/census3/strategy.ts:482](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L482) ___ @@ -264,7 +290,7 @@ Returns the information of the strategy #### Defined in -[api/census3/strategy.ts:338](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L338) +[api/census3/strategy.ts:367](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L367) ___ @@ -289,4 +315,4 @@ Parsed version of the predicate #### Defined in -[api/census3/strategy.ts:441](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L441) +[api/census3/strategy.ts:470](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L470) diff --git a/docs/sdk/reference/classes/Census3TokenAPI.md b/docs/sdk/reference/classes/Census3TokenAPI.md index 721873ca2..4a1adfff5 100644 --- a/docs/sdk/reference/classes/Census3TokenAPI.md +++ b/docs/sdk/reference/classes/Census3TokenAPI.md @@ -45,7 +45,7 @@ promised IFileCIDResponse #### Defined in -[api/census3/token.ts:226](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L226) +[api/census3/token.ts:226](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L226) ___ @@ -73,7 +73,7 @@ The balance of holder #### Defined in -[api/census3/token.ts:196](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L196) +[api/census3/token.ts:196](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L196) ___ @@ -96,7 +96,7 @@ Fetches list of already added tokens #### Defined in -[api/census3/token.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L148) +[api/census3/token.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L148) ___ @@ -121,7 +121,7 @@ Fetch the full token information #### Defined in -[api/census3/token.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L175) +[api/census3/token.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L175) ___ @@ -143,4 +143,4 @@ Fetches list of tokens types #### Defined in -[api/census3/token.ts:160](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L160) +[api/census3/token.ts:160](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L160) diff --git a/docs/sdk/reference/classes/CensusAPI.md b/docs/sdk/reference/classes/CensusAPI.md index 52a84d448..39efdc917 100644 --- a/docs/sdk/reference/classes/CensusAPI.md +++ b/docs/sdk/reference/classes/CensusAPI.md @@ -13,12 +13,14 @@ ### Methods - [add](CensusAPI#add) +- [check](CensusAPI#check) - [create](CensusAPI#create) - [delete](CensusAPI#delete) - [export](CensusAPI#export) - [import](CensusAPI#import) - [proof](CensusAPI#proof) -- [publish](CensusAPI#publish) +- [publishAsync](CensusAPI#publishasync) +- [publishSync](CensusAPI#publishsync) - [size](CensusAPI#size) - [type](CensusAPI#type) - [weight](CensusAPI#weight) @@ -46,7 +48,33 @@ Adds participants to a census #### Defined in -[api/census.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L151) +[api/census.ts:161](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L161) + +___ + +### check + +▸ **check**(`url`, `authToken`, `censusId`): `Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> + +Checks that the census is published + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `url` | `string` | API endpoint URL | +| `authToken` | `string` | Authentication token | +| `censusId` | `string` | The census ID we're checking | + +#### Returns + +`Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> + +on success + +#### Defined in + +[api/census.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L235) ___ @@ -70,7 +98,7 @@ Create's a new census in the API. #### Defined in -[api/census.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L132) +[api/census.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L142) ___ @@ -96,7 +124,7 @@ on success #### Defined in -[api/census.ts:273](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L273) +[api/census.ts:326](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L326) ___ @@ -122,7 +150,7 @@ on success #### Defined in -[api/census.ts:221](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L221) +[api/census.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L274) ___ @@ -151,7 +179,7 @@ on success #### Defined in -[api/census.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L243) +[api/census.ts:296](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L296) ___ @@ -177,13 +205,39 @@ on success #### Defined in -[api/census.ts:206](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L206) +[api/census.ts:259](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L259) + +___ + +### publishAsync + +▸ **publishAsync**(`url`, `authToken`, `censusId`): `Promise`\<[`ICensusPublishAsyncResponse`](../interfaces/ICensusPublishAsyncResponse)\> + +Publishes the census using an async call + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `url` | `string` | API endpoint URL | +| `authToken` | `string` | Authentication token | +| `censusId` | `string` | The census ID we're publishing | + +#### Returns + +`Promise`\<[`ICensusPublishAsyncResponse`](../interfaces/ICensusPublishAsyncResponse)\> + +on success + +#### Defined in + +[api/census.ts:216](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L216) ___ -### publish +### publishSync -▸ **publish**(`url`, `authToken`, `censusId`): `Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> +▸ **publishSync**(`url`, `authToken`, `censusId`): `Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> Publishes the census, so it can be used in processes @@ -203,7 +257,7 @@ on success #### Defined in -[api/census.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L187) +[api/census.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L197) ___ @@ -226,7 +280,7 @@ Returns the size of a given census #### Defined in -[api/census.ts:290](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L290) +[api/census.ts:343](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L343) ___ @@ -249,7 +303,7 @@ Returns the type of given census #### Defined in -[api/census.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L316) +[api/census.ts:369](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L369) ___ @@ -272,4 +326,4 @@ Returns the weight of a given census #### Defined in -[api/census.ts:303](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L303) +[api/census.ts:356](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L356) diff --git a/docs/sdk/reference/classes/CensusService.md b/docs/sdk/reference/classes/CensusService.md index 5585b71ca..f05443797 100644 --- a/docs/sdk/reference/classes/CensusService.md +++ b/docs/sdk/reference/classes/CensusService.md @@ -33,6 +33,7 @@ ### Properties +- [async](CensusService#async) - [auth](CensusService#auth) - [chunk\_size](CensusService.md#chunk_size) - [url](CensusService#url) @@ -61,7 +62,7 @@ Service.constructor #### Defined in -[services/census.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L73) +[services/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L81) ## Methods @@ -82,7 +83,7 @@ Service.constructor #### Defined in -[services/census.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L142) +[services/census.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L150) ___ @@ -102,7 +103,7 @@ ___ #### Defined in -[services/census.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L134) +[services/census.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L142) ___ @@ -124,7 +125,7 @@ Publishes the given census. #### Defined in -[services/census.ts:228](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L228) +[services/census.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L253) ___ @@ -146,7 +147,7 @@ Deletes the given census. #### Defined in -[services/census.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L108) +[services/census.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L116) ___ @@ -168,7 +169,7 @@ Exports the given census identifier. #### Defined in -[services/census.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L203) +[services/census.ts:228](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L228) ___ @@ -184,7 +185,7 @@ Fetches the specific account token auth and sets it to the current instance. #### Defined in -[services/census.ts:269](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L269) +[services/census.ts:294](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L294) ___ @@ -207,7 +208,7 @@ Fetches proof that an address is part of the specified census. #### Defined in -[services/census.ts:121](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L121) +[services/census.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L129) ___ @@ -229,7 +230,7 @@ Fetches the information of a given census. #### Defined in -[services/census.ts:83](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L83) +[services/census.ts:91](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L91) ___ @@ -252,13 +253,13 @@ Imports data into the given census identifier. #### Defined in -[services/census.ts:216](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L216) +[services/census.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L241) ___ ### publish -▸ **publish**(`censusId`): `Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> +▸ **publish**(`censusId`, `async?`): `Promise`\<[`ICensusPublishResponse`](../interfaces/ICensusPublishResponse)\> Publishes the given census identifier. @@ -267,6 +268,7 @@ Publishes the given census identifier. | Name | Type | Description | | :------ | :------ | :------ | | `censusId` | `string` | The census identifier | +| `async?` | `boolean` | If the publication has to be done asynchronously | #### Returns @@ -274,10 +276,24 @@ Publishes the given census identifier. #### Defined in -[services/census.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L191) +[services/census.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L200) ## Properties +### async + +• **async**: `CensusAsync` + +#### Implementation of + +CensusServiceProperties.async + +#### Defined in + +[services/census.ts:74](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L74) + +___ + ### auth • **auth**: `CensusAuth` @@ -288,7 +304,7 @@ CensusServiceProperties.auth #### Defined in -[services/census.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L65) +[services/census.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L72) ___ @@ -302,7 +318,7 @@ CensusServiceProperties.chunk\_size #### Defined in -[services/census.ts:66](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L66) +[services/census.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L73) ___ @@ -316,4 +332,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/ChainAPI.md b/docs/sdk/reference/classes/ChainAPI.md index 7386e01b0..637f1065b 100644 --- a/docs/sdk/reference/classes/ChainAPI.md +++ b/docs/sdk/reference/classes/ChainAPI.md @@ -27,6 +27,7 @@ - [organizationCount](ChainAPI#organizationcount) - [organizationList](ChainAPI#organizationlist) - [submitTx](ChainAPI#submittx) +- [txByIndex](ChainAPI#txbyindex) - [txInfo](ChainAPI#txinfo) - [txInfoByBlock](ChainAPI#txinfobyblock) - [txList](ChainAPI#txlist) @@ -53,7 +54,7 @@ Get block information by hash #### Defined in -[api/chain.ts:630](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L630) +[api/chain.ts:675](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L675) ___ @@ -76,7 +77,7 @@ Get block information by height #### Defined in -[api/chain.ts:605](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L605) +[api/chain.ts:650](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L650) ___ @@ -99,7 +100,7 @@ Return approximate date by a given block height. #### Defined in -[api/chain.ts:672](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L672) +[api/chain.ts:717](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L717) ___ @@ -123,7 +124,7 @@ Get paginated list of transactions registered on specific block #### Defined in -[api/chain.ts:644](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L644) +[api/chain.ts:689](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L689) ___ @@ -145,7 +146,7 @@ Fetches a circuit. #### Defined in -[api/chain.ts:445](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L445) +[api/chain.ts:471](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L471) ___ @@ -167,7 +168,7 @@ Fetches info about the blockchain anonymous circuits. #### Defined in -[api/chain.ts:433](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L433) +[api/chain.ts:459](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L459) ___ @@ -189,7 +190,7 @@ Fetches info about the blockchain costs. #### Defined in -[api/chain.ts:421](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L421) +[api/chain.ts:447](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L447) ___ @@ -212,7 +213,7 @@ By a given date give the estimate block for the current Vochain. #### Defined in -[api/chain.ts:658](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L658) +[api/chain.ts:703](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L703) ___ @@ -235,7 +236,7 @@ Returns the list of fees by page #### Defined in -[api/chain.ts:522](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L522) +[api/chain.ts:567](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L567) ___ @@ -259,7 +260,7 @@ Returns the list of fees by reference #### Defined in -[api/chain.ts:536](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L536) +[api/chain.ts:581](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L581) ___ @@ -283,7 +284,7 @@ Returns the list of fees by type #### Defined in -[api/chain.ts:552](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L552) +[api/chain.ts:597](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L597) ___ @@ -305,7 +306,7 @@ Fetches info about the blockchain status. #### Defined in -[api/chain.ts:409](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L409) +[api/chain.ts:435](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L435) ___ @@ -327,7 +328,7 @@ Returns the number of organizations #### Defined in -[api/chain.ts:566](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L566) +[api/chain.ts:611](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L611) ___ @@ -351,7 +352,7 @@ Returns the list of organizations by page #### Defined in -[api/chain.ts:580](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L580) +[api/chain.ts:625](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L625) ___ @@ -374,7 +375,31 @@ Submits a transaction to the blockchain #### Defined in -[api/chain.ts:496](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L496) +[api/chain.ts:541](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L541) + +___ + +### txByIndex + +▸ **txByIndex**(`url`, `index`): `Promise`\<[`IChainTxReference`](../interfaces/IChainTxReference)\> + +Fetches information about a transaction from the blockchain by its index. The transaction index is an incremental +counter for each transaction + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `url` | `string` | API endpoint URL | +| `index` | `number` | The transaction index | + +#### Returns + +`Promise`\<[`IChainTxReference`](../interfaces/IChainTxReference)\> + +#### Defined in + +[api/chain.ts:503](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L503) ___ @@ -397,7 +422,7 @@ Fetches information about a transaction from the blockchain. #### Defined in -[api/chain.ts:458](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L458) +[api/chain.ts:484](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L484) ___ @@ -421,7 +446,7 @@ Fetches information about a transaction by its containing block an index on the #### Defined in -[api/chain.ts:477](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L477) +[api/chain.ts:522](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L522) ___ @@ -444,7 +469,7 @@ Returns the list of transactions by page #### Defined in -[api/chain.ts:509](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L509) +[api/chain.ts:554](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L554) ___ @@ -466,4 +491,4 @@ Returns the list of validators #### Defined in -[api/chain.ts:617](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L617) +[api/chain.ts:662](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L662) diff --git a/docs/sdk/reference/classes/ChainService.md b/docs/sdk/reference/classes/ChainService.md index 19200dae5..f740eb618 100644 --- a/docs/sdk/reference/classes/ChainService.md +++ b/docs/sdk/reference/classes/ChainService.md @@ -58,7 +58,7 @@ Service.constructor #### Defined in -[services/chain.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L47) +[services/chain.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L47) ## Methods @@ -82,7 +82,7 @@ The block number #### Defined in -[services/chain.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L112) +[services/chain.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L112) ___ @@ -98,7 +98,7 @@ Fetches blockchain costs information if needed. #### Defined in -[services/chain.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L72) +[services/chain.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L72) ___ @@ -114,7 +114,7 @@ Fetches blockchain information if needed. #### Defined in -[services/chain.ts:56](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L56) +[services/chain.ts:56](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L56) ___ @@ -138,7 +138,7 @@ The transaction hash #### Defined in -[services/chain.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L90) +[services/chain.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L90) ___ @@ -162,7 +162,7 @@ The chain transaction #### Defined in -[services/chain.ts:101](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L101) +[services/chain.ts:101](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L101) ___ @@ -188,7 +188,7 @@ it fails. #### Defined in -[services/chain.ts:126](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L126) +[services/chain.ts:126](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L126) ## Properties @@ -202,7 +202,7 @@ ChainServiceProperties.chainCosts #### Defined in -[services/chain.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L38) +[services/chain.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L38) ___ @@ -216,7 +216,7 @@ ChainServiceProperties.chainData #### Defined in -[services/chain.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L39) +[services/chain.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L39) ___ @@ -230,7 +230,7 @@ ChainServiceProperties.txWait #### Defined in -[services/chain.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L40) +[services/chain.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L40) ___ @@ -244,4 +244,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/CspAPI.md b/docs/sdk/reference/classes/CspAPI.md index caf590e29..7ac47572d 100644 --- a/docs/sdk/reference/classes/CspAPI.md +++ b/docs/sdk/reference/classes/CspAPI.md @@ -36,7 +36,7 @@ CSP info #### Defined in -[api/csp.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L85) +[api/csp.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L85) ___ @@ -62,7 +62,7 @@ CSP sign #### Defined in -[api/csp.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L132) +[api/csp.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L132) ___ @@ -90,4 +90,4 @@ CSP step #### Defined in -[api/csp.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L104) +[api/csp.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L104) diff --git a/docs/sdk/reference/classes/CspCensus.md b/docs/sdk/reference/classes/CspCensus.md index cbe6bc717..e37952b3f 100644 --- a/docs/sdk/reference/classes/CspCensus.md +++ b/docs/sdk/reference/classes/CspCensus.md @@ -45,7 +45,7 @@ Census.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -65,7 +65,7 @@ Census.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -83,7 +83,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -103,7 +103,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -121,7 +121,7 @@ Census.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -139,7 +139,7 @@ Census.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -159,7 +159,7 @@ Census.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -177,7 +177,7 @@ Census.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -197,7 +197,7 @@ Census.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -215,7 +215,7 @@ Census.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -235,7 +235,7 @@ Census.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -262,7 +262,7 @@ Census.constructor #### Defined in -[types/census/csp.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/csp.ts#L14) +[types/census/csp.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/csp.ts#L14) ## Methods @@ -287,4 +287,4 @@ Census.constructor #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/CspService.md b/docs/sdk/reference/classes/CspService.md index 01bf02b24..43edea1f6 100644 --- a/docs/sdk/reference/classes/CspService.md +++ b/docs/sdk/reference/classes/CspService.md @@ -57,7 +57,7 @@ Service.constructor #### Defined in -[services/csp.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L29) +[services/csp.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L29) ## Methods @@ -79,7 +79,7 @@ Service.constructor #### Defined in -[services/csp.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L64) +[services/csp.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L64) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[services/csp.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L49) +[services/csp.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L49) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[services/csp.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L75) +[services/csp.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L75) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[services/csp.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L43) +[services/csp.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L43) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[services/csp.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L39) +[services/csp.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L39) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[services/csp.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L79) +[services/csp.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L79) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[services/csp.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L34) +[services/csp.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L34) ## Properties @@ -214,7 +214,7 @@ CspServiceProperties.info #### Defined in -[services/csp.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L22) +[services/csp.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L22) ___ @@ -228,4 +228,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/CspVote.md b/docs/sdk/reference/classes/CspVote.md index 32a4a776d..1bb6b3d12 100644 --- a/docs/sdk/reference/classes/CspVote.md +++ b/docs/sdk/reference/classes/CspVote.md @@ -34,7 +34,7 @@ Represents a vote #### Defined in -[types/vote/csp.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/csp.ts#L29) +[types/vote/csp.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/csp.ts#L29) • `set` **proof_type**(`value`): `void` @@ -50,7 +50,7 @@ Represents a vote #### Defined in -[types/vote/csp.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/csp.ts#L33) +[types/vote/csp.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/csp.ts#L33) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[types/vote/csp.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/csp.ts#L21) +[types/vote/csp.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/csp.ts#L21) • `set` **signature**(`value`): `void` @@ -80,7 +80,7 @@ ___ #### Defined in -[types/vote/csp.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/csp.ts#L25) +[types/vote/csp.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/csp.ts#L25) ___ @@ -98,7 +98,7 @@ Vote.votes #### Defined in -[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L16) +[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L16) • `set` **votes**(`value`): `void` @@ -118,7 +118,7 @@ Vote.votes #### Defined in -[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L20) +[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L20) ## Constructors @@ -146,4 +146,4 @@ Constructs a csp vote #### Defined in -[types/vote/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/csp.ts#L15) +[types/vote/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/csp.ts#L15) diff --git a/docs/sdk/reference/classes/Election.md b/docs/sdk/reference/classes/Election.md index 4aec6f4f9..808fe350c 100644 --- a/docs/sdk/reference/classes/Election.md +++ b/docs/sdk/reference/classes/Election.md @@ -48,7 +48,7 @@ Represents an election #### Defined in -[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L275) +[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L275) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[types/election/election.ts:263](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L263) +[types/election/election.ts:263](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L263) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[types/election/election.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L227) +[types/election/election.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L227) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[types/election/election.ts:251](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L251) +[types/election/election.ts:251](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L251) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[types/election/election.ts:247](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L247) +[types/election/election.ts:247](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L247) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[types/election/election.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L231) +[types/election/election.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L231) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[types/election/election.ts:267](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L267) +[types/election/election.ts:267](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L267) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L239) +[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L239) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[types/election/election.ts:259](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L259) +[types/election/election.ts:259](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L259) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[types/election/election.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L243) +[types/election/election.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L243) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[types/election/election.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L235) +[types/election/election.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L235) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L271) +[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L271) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[types/election/election.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L223) +[types/election/election.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L223) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[types/election/election.ts:255](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L255) +[types/election/election.ts:255](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L255) ## Methods @@ -250,7 +250,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -272,4 +272,4 @@ Returns an unpublished election object #### Defined in -[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L219) +[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L219) diff --git a/docs/sdk/reference/classes/ElectionAPI.md b/docs/sdk/reference/classes/ElectionAPI.md index bf0c16fa8..c5e173bad 100644 --- a/docs/sdk/reference/classes/ElectionAPI.md +++ b/docs/sdk/reference/classes/ElectionAPI.md @@ -43,7 +43,7 @@ Creates a new election. #### Defined in -[api/election.ts:410](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L410) +[api/election.ts:410](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L410) ___ @@ -67,7 +67,7 @@ Return list of all elections in the chain #### Defined in -[api/election.ts:477](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L477) +[api/election.ts:480](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L480) ___ @@ -90,7 +90,7 @@ Fetches info about the specified process. #### Defined in -[api/election.ts:383](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L383) +[api/election.ts:383](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L383) ___ @@ -113,24 +113,25 @@ Fetches the encryption keys from the specified process. #### Defined in -[api/election.ts:396](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L396) +[api/election.ts:396](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L396) ___ ### nextElectionId -▸ **nextElectionId**(`url`, `organizationId`, `censusOrigin`, `envelopeType?`): `Promise`\<[`IElectionNextIdResponse`](../interfaces/IElectionNextIdResponse)\> +▸ **nextElectionId**(`url`, `organizationId`, `censusOrigin`, `delta?`, `envelopeType?`): `Promise`\<[`IElectionNextIdResponse`](../interfaces/IElectionNextIdResponse)\> Returns the next election id. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `url` | `string` | API endpoint URL | -| `organizationId` | `string` | The identifier of the organization | -| `censusOrigin` | `number` | The census origin | -| `envelopeType?` | `Partial`\<[`IVoteMode`](../interfaces/IVoteMode)\> | The envelope type | +| Name | Type | Default value | Description | +| :------ | :------ | :------ | :------ | +| `url` | `string` | `undefined` | API endpoint URL | +| `organizationId` | `string` | `undefined` | The identifier of the organization | +| `censusOrigin` | `number` | `undefined` | The census origin | +| `delta` | `number` | `0` | The stride to next election id, being 0 the next one | +| `envelopeType?` | `Partial`\<[`IVoteMode`](../interfaces/IVoteMode)\> | `undefined` | The envelope type | #### Returns @@ -138,7 +139,7 @@ Returns the next election id. #### Defined in -[api/election.ts:425](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L425) +[api/election.ts:426](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L426) ___ @@ -165,13 +166,13 @@ Calculates the election price. #### Defined in -[api/election.ts:509](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L509) +[api/election.ts:512](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L512) ___ ### votesCount -▸ **votesCount**(`url`, `electionId`): `Promise`\<`IElectionVotesCountResponse`\> +▸ **votesCount**(`url`, `electionId`): `Promise`\<[`IElectionVotesCountResponse`](../interfaces/IElectionVotesCountResponse)\> Returns the number of votes of a given election @@ -184,11 +185,11 @@ Returns the number of votes of a given election #### Returns -`Promise`\<`IElectionVotesCountResponse`\> +`Promise`\<[`IElectionVotesCountResponse`](../interfaces/IElectionVotesCountResponse)\> #### Defined in -[api/election.ts:447](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L447) +[api/election.ts:450](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L450) ___ @@ -212,4 +213,4 @@ Returns the list of votes for a given election #### Defined in -[api/election.ts:461](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L461) +[api/election.ts:464](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L464) diff --git a/docs/sdk/reference/classes/ElectionService.md b/docs/sdk/reference/classes/ElectionService.md index c3713711d..44011618a 100644 --- a/docs/sdk/reference/classes/ElectionService.md +++ b/docs/sdk/reference/classes/ElectionService.md @@ -62,7 +62,7 @@ Service.constructor #### Defined in -[services/election.ts:70](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L70) +[services/election.ts:70](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L70) ## Methods @@ -86,7 +86,7 @@ The cost in tokens. #### Defined in -[services/election.ts:376](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L376) +[services/election.ts:385](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L385) ___ @@ -111,7 +111,7 @@ The created election information #### Defined in -[services/election.ts:296](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L296) +[services/election.ts:304](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L304) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[services/election.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L110) +[services/election.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L110) ___ @@ -156,7 +156,7 @@ The cost in tokens. #### Defined in -[services/election.ts:363](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L363) +[services/election.ts:372](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L372) ___ @@ -179,7 +179,7 @@ Fetches info about an election. #### Defined in -[services/election.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L148) +[services/election.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L148) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[services/election.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L261) +[services/election.ts:269](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L269) ___ @@ -224,7 +224,7 @@ The election salt #### Defined in -[services/election.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L327) +[services/election.ts:336](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L336) ___ @@ -248,7 +248,7 @@ The numeric identifier #### Defined in -[services/election.ts:341](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L341) +[services/election.ts:350](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L350) ___ @@ -270,22 +270,23 @@ Fetches the encryption keys from the specified process. #### Defined in -[services/election.ts:353](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L353) +[services/election.ts:362](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L362) ___ ### nextElectionId -▸ **nextElectionId**(`address`, `election`): `Promise`\<`string`\> +▸ **nextElectionId**(`address`, `election`, `delta?`): `Promise`\<`string`\> Returns the next election id. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `address` | `string` | The address of the account | -| `election` | [`UnpublishedElection`](UnpublishedElection) | The unpublished election | +| Name | Type | Default value | Description | +| :------ | :------ | :------ | :------ | +| `address` | `string` | `undefined` | The address of the account | +| `election` | [`UnpublishedElection`](UnpublishedElection) | `undefined` | The unpublished election | +| `delta` | `number` | `0` | The stride to next election id, being 0 the next one | #### Returns @@ -295,7 +296,7 @@ The next election identifier #### Defined in -[services/election.ts:308](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L308) +[services/election.ts:317](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L317) ___ @@ -317,7 +318,7 @@ ___ #### Defined in -[services/election.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L75) +[services/election.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L75) ## Properties @@ -331,7 +332,7 @@ ElectionServiceProperties.censusService #### Defined in -[services/election.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L62) +[services/election.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L62) ___ @@ -345,7 +346,7 @@ ElectionServiceProperties.chainService #### Defined in -[services/election.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L63) +[services/election.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L63) ___ @@ -359,4 +360,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/FaucetAPI.md b/docs/sdk/reference/classes/FaucetAPI.md index 931c96f44..993d321bd 100644 --- a/docs/sdk/reference/classes/FaucetAPI.md +++ b/docs/sdk/reference/classes/FaucetAPI.md @@ -35,4 +35,4 @@ Calls the collect tokens method. #### Defined in -[api/faucet.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/faucet.ts#L34) +[api/faucet.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/faucet.ts#L34) diff --git a/docs/sdk/reference/classes/FaucetService.md b/docs/sdk/reference/classes/FaucetService.md index 2114cac24..93ed0629b 100644 --- a/docs/sdk/reference/classes/FaucetService.md +++ b/docs/sdk/reference/classes/FaucetService.md @@ -52,7 +52,7 @@ Service.constructor #### Defined in -[services/faucet.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L38) +[services/faucet.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L38) ## Methods @@ -76,7 +76,7 @@ The encoded faucet package #### Defined in -[services/faucet.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L49) +[services/faucet.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L49) ___ @@ -98,7 +98,7 @@ Parses a faucet package. #### Defined in -[services/faucet.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L58) +[services/faucet.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L58) ## Properties @@ -112,7 +112,7 @@ FaucetServiceProperties.token\_limit #### Defined in -[services/faucet.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L31) +[services/faucet.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L31) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/FileAPI.md b/docs/sdk/reference/classes/FileAPI.md index f67c140ef..146a163ae 100644 --- a/docs/sdk/reference/classes/FileAPI.md +++ b/docs/sdk/reference/classes/FileAPI.md @@ -37,4 +37,4 @@ promised IFileCIDResponse #### Defined in -[api/file.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/file.ts#L30) +[api/file.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/file.ts#L30) diff --git a/docs/sdk/reference/classes/FileService.md b/docs/sdk/reference/classes/FileService.md index 837efcd9e..e909d2e8c 100644 --- a/docs/sdk/reference/classes/FileService.md +++ b/docs/sdk/reference/classes/FileService.md @@ -50,7 +50,7 @@ Service.constructor #### Defined in -[services/file.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/file.ts#L16) +[services/file.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/file.ts#L16) ## Methods @@ -74,7 +74,7 @@ Resulting CID #### Defined in -[services/file.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/file.ts#L27) +[services/file.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/file.ts#L27) ## Properties @@ -88,4 +88,4 @@ Resulting CID #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/InvalidElection.md b/docs/sdk/reference/classes/InvalidElection.md index 80583fe4d..11f30cb74 100644 --- a/docs/sdk/reference/classes/InvalidElection.md +++ b/docs/sdk/reference/classes/InvalidElection.md @@ -27,7 +27,7 @@ Represents an invalid election #### Defined in -[types/election/invalid.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/invalid.ts#L20) +[types/election/invalid.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/invalid.ts#L20) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[types/election/invalid.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/invalid.ts#L24) +[types/election/invalid.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/invalid.ts#L24) ## Constructors @@ -63,4 +63,4 @@ Constructs an invalid election #### Defined in -[types/election/invalid.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/invalid.ts#L16) +[types/election/invalid.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/invalid.ts#L16) diff --git a/docs/sdk/reference/classes/MultiChoiceElection.md b/docs/sdk/reference/classes/MultiChoiceElection.md index 9688f5cd3..40fc46409 100644 --- a/docs/sdk/reference/classes/MultiChoiceElection.md +++ b/docs/sdk/reference/classes/MultiChoiceElection.md @@ -66,7 +66,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L287) +[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L287) • `set` **addSDKVersion**(`value`): `void` @@ -86,7 +86,7 @@ UnpublishedElection.addSDKVersion #### Defined in -[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L291) +[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L291) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[types/election/multichoice.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L124) +[types/election/multichoice.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L124) • `set` **canAbstain**(`value`): `void` @@ -116,7 +116,7 @@ ___ #### Defined in -[types/election/multichoice.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L128) +[types/election/multichoice.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L128) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[types/election/multichoice.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L116) +[types/election/multichoice.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L116) • `set` **canRepeatChoices**(`value`): `void` @@ -146,7 +146,7 @@ ___ #### Defined in -[types/election/multichoice.ts:120](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L120) +[types/election/multichoice.ts:120](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L120) ___ @@ -164,7 +164,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L261) +[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L261) • `set` **census**(`value`): `void` @@ -184,7 +184,7 @@ UnpublishedElection.census #### Defined in -[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L265) +[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L265) ___ @@ -202,7 +202,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L185) +[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L185) • `set` **description**(`value`): `void` @@ -222,7 +222,7 @@ UnpublishedElection.description #### Defined in -[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L189) +[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L189) ___ @@ -240,7 +240,7 @@ UnpublishedElection.duration #### Defined in -[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L150) +[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L150) ___ @@ -258,7 +258,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L237) +[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L237) • `set` **electionType**(`value`): `void` @@ -278,7 +278,7 @@ UnpublishedElection.electionType #### Defined in -[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L241) +[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L241) ___ @@ -296,7 +296,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L227) +[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L227) • `set` **endDate**(`value`): `void` @@ -316,7 +316,7 @@ UnpublishedElection.endDate #### Defined in -[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L231) +[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L231) ___ @@ -334,7 +334,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L193) +[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L193) • `set` **header**(`value`): `void` @@ -354,7 +354,7 @@ UnpublishedElection.header #### Defined in -[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L197) +[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L197) ___ @@ -372,7 +372,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L270) +[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L270) • `set` **maxCensusSize**(`value`): `void` @@ -392,7 +392,7 @@ UnpublishedElection.maxCensusSize #### Defined in -[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L274) +[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L274) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[types/election/multichoice.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L108) +[types/election/multichoice.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L108) • `set` **maxNumberOfChoices**(`value`): `void` @@ -422,7 +422,7 @@ ___ #### Defined in -[types/election/multichoice.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L112) +[types/election/multichoice.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L112) ___ @@ -440,7 +440,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L209) +[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L209) • `set` **meta**(`value`): `void` @@ -460,7 +460,7 @@ UnpublishedElection.meta #### Defined in -[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L213) +[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L213) ___ @@ -478,7 +478,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L253) +[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L253) • `set` **questions**(`value`): `void` @@ -498,7 +498,7 @@ UnpublishedElection.questions #### Defined in -[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L257) +[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L257) ___ @@ -516,7 +516,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L218) +[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L218) • `set` **startDate**(`value`): `void` @@ -536,7 +536,7 @@ UnpublishedElection.startDate #### Defined in -[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L222) +[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L222) ___ @@ -554,7 +554,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L201) +[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L201) • `set` **streamUri**(`value`): `void` @@ -574,7 +574,7 @@ UnpublishedElection.streamUri #### Defined in -[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L205) +[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L205) ___ @@ -592,7 +592,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L279) +[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L279) • `set` **temporarySecretIdentity**(`value`): `void` @@ -612,7 +612,7 @@ UnpublishedElection.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L283) +[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L283) ___ @@ -630,7 +630,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L176) +[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L176) • `set` **title**(`value`): `void` @@ -650,7 +650,7 @@ UnpublishedElection.title #### Defined in -[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L180) +[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L180) ___ @@ -668,7 +668,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L245) +[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L245) • `set` **voteType**(`value`): `void` @@ -688,7 +688,7 @@ UnpublishedElection.voteType #### Defined in -[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L249) +[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L249) ## Constructors @@ -714,7 +714,7 @@ Constructs a multi choice election #### Defined in -[types/election/multichoice.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L24) +[types/election/multichoice.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L24) ## Methods @@ -740,7 +740,7 @@ Constructs a multi choice election #### Defined in -[types/election/multichoice.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L35) +[types/election/multichoice.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L35) ___ @@ -758,7 +758,7 @@ ___ #### Defined in -[types/election/multichoice.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L65) +[types/election/multichoice.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L65) ___ @@ -776,7 +776,7 @@ ___ #### Defined in -[types/election/multichoice.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L75) +[types/election/multichoice.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L75) ___ @@ -794,7 +794,7 @@ ___ #### Defined in -[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L166) +[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L166) ___ @@ -812,7 +812,7 @@ ___ #### Defined in -[types/election/multichoice.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L54) +[types/election/multichoice.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L54) ___ @@ -836,7 +836,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -860,7 +860,7 @@ ___ #### Defined in -[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L61) +[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L61) ___ @@ -878,7 +878,7 @@ ___ #### Defined in -[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L128) +[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L128) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[types/election/multichoice.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L92) +[types/election/multichoice.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L92) ___ @@ -925,4 +925,4 @@ Returns an unpublished election object #### Defined in -[types/election/multichoice.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L31) +[types/election/multichoice.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L31) diff --git a/docs/sdk/reference/classes/OffchainCensus.md b/docs/sdk/reference/classes/OffchainCensus.md index 25ba17be7..d7b0570d0 100644 --- a/docs/sdk/reference/classes/OffchainCensus.md +++ b/docs/sdk/reference/classes/OffchainCensus.md @@ -46,7 +46,7 @@ Census.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -66,7 +66,7 @@ Census.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -84,7 +84,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -104,7 +104,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -122,7 +122,7 @@ Census.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L45) +[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L45) • `set` **participants**(`value`): `void` @@ -152,7 +152,7 @@ ___ #### Defined in -[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L49) +[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L49) ___ @@ -170,7 +170,7 @@ Census.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -190,7 +190,7 @@ Census.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -208,7 +208,7 @@ Census.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -228,7 +228,7 @@ Census.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -246,7 +246,7 @@ Census.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -266,7 +266,7 @@ Census.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Methods @@ -291,4 +291,4 @@ Census.weight #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/PlainCensus.md b/docs/sdk/reference/classes/PlainCensus.md index 377d7b5f3..b4c6bf911 100644 --- a/docs/sdk/reference/classes/PlainCensus.md +++ b/docs/sdk/reference/classes/PlainCensus.md @@ -48,7 +48,7 @@ OffchainCensus.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -68,7 +68,7 @@ OffchainCensus.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -86,7 +86,7 @@ OffchainCensus.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -106,7 +106,7 @@ OffchainCensus.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -124,7 +124,7 @@ OffchainCensus.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -142,7 +142,7 @@ OffchainCensus.participants #### Defined in -[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L45) +[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L45) • `set` **participants**(`value`): `void` @@ -162,7 +162,7 @@ OffchainCensus.participants #### Defined in -[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L49) +[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L49) ___ @@ -180,7 +180,7 @@ OffchainCensus.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -200,7 +200,7 @@ OffchainCensus.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -218,7 +218,7 @@ OffchainCensus.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -238,7 +238,7 @@ OffchainCensus.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -256,7 +256,7 @@ OffchainCensus.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -276,7 +276,7 @@ OffchainCensus.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -296,7 +296,7 @@ OffchainCensus.constructor #### Defined in -[types/census/plain.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/plain.ts#L10) +[types/census/plain.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/plain.ts#L10) ## Methods @@ -316,7 +316,7 @@ OffchainCensus.constructor #### Defined in -[types/census/plain.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/plain.ts#L14) +[types/census/plain.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/plain.ts#L14) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[types/census/plain.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/plain.ts#L30) +[types/census/plain.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/plain.ts#L30) ___ @@ -361,4 +361,4 @@ ___ #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/PublishedCensus.md b/docs/sdk/reference/classes/PublishedCensus.md index c3da9a0e7..0e3af60f2 100644 --- a/docs/sdk/reference/classes/PublishedCensus.md +++ b/docs/sdk/reference/classes/PublishedCensus.md @@ -49,7 +49,7 @@ Census.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -69,7 +69,7 @@ Census.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -87,7 +87,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -107,7 +107,7 @@ Census.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -125,7 +125,7 @@ Census.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -143,7 +143,7 @@ Census.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -163,7 +163,7 @@ Census.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -181,7 +181,7 @@ Census.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -201,7 +201,7 @@ Census.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -219,7 +219,7 @@ Census.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -239,7 +239,7 @@ Census.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -269,7 +269,7 @@ Census.constructor #### Defined in -[types/census/published.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/published.ts#L17) +[types/census/published.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/published.ts#L17) ## Methods @@ -294,4 +294,4 @@ Census.constructor #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/PublishedElection.md b/docs/sdk/reference/classes/PublishedElection.md index 4c76a6ef6..cda871aed 100644 --- a/docs/sdk/reference/classes/PublishedElection.md +++ b/docs/sdk/reference/classes/PublishedElection.md @@ -74,7 +74,7 @@ Election.addSDKVersion #### Defined in -[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L275) +[types/election/election.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L275) ___ @@ -92,7 +92,7 @@ Election.census #### Defined in -[types/election/published.ts:179](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L179) +[types/election/published.ts:179](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L179) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[types/election/published.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L219) +[types/election/published.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L219) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[types/election/published.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L223) +[types/election/published.ts:223](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L223) ___ @@ -138,7 +138,7 @@ Election.description #### Defined in -[types/election/published.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L147) +[types/election/published.ts:147](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L147) ___ @@ -156,7 +156,7 @@ Election.electionType #### Defined in -[types/election/published.ts:167](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L167) +[types/election/published.ts:167](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L167) ___ @@ -174,7 +174,7 @@ Election.endDate #### Defined in -[types/election/published.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L163) +[types/election/published.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L163) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[types/election/published.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L203) +[types/election/published.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L203) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[types/election/published.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L215) +[types/election/published.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L215) ___ @@ -220,7 +220,7 @@ Election.header #### Defined in -[types/election/published.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L151) +[types/election/published.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L151) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[types/election/published.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L187) +[types/election/published.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L187) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[types/election/published.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L239) +[types/election/published.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L239) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[types/election/published.ts:211](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L211) +[types/election/published.ts:211](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L211) ___ @@ -280,7 +280,7 @@ Election.maxCensusSize #### Defined in -[types/election/published.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L183) +[types/election/published.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L183) ___ @@ -298,7 +298,7 @@ Election.meta #### Defined in -[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L239) +[types/election/election.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L239) ___ @@ -312,7 +312,7 @@ ___ #### Defined in -[types/election/published.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L227) +[types/election/published.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L227) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[types/election/published.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L191) +[types/election/published.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L191) ___ @@ -344,7 +344,7 @@ Election.questions #### Defined in -[types/election/published.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L175) +[types/election/published.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L175) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[types/election/published.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L235) +[types/election/published.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L235) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[types/election/published.ts:207](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L207) +[types/election/published.ts:207](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L207) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[types/election/published.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L231) +[types/election/published.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L231) ___ @@ -404,7 +404,7 @@ Election.startDate #### Defined in -[types/election/published.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L159) +[types/election/published.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L159) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[types/election/published.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L195) +[types/election/published.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L195) ___ @@ -436,7 +436,7 @@ Election.streamUri #### Defined in -[types/election/published.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L155) +[types/election/published.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L155) ___ @@ -454,7 +454,7 @@ Election.temporarySecretIdentity #### Defined in -[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L271) +[types/election/election.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L271) ___ @@ -472,7 +472,7 @@ Election.title #### Defined in -[types/election/published.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L143) +[types/election/published.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L143) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[types/election/published.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L199) +[types/election/published.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L199) ___ @@ -504,7 +504,7 @@ Election.voteType #### Defined in -[types/election/published.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L171) +[types/election/published.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L171) ## Constructors @@ -530,7 +530,7 @@ Election.constructor #### Defined in -[types/election/published.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L65) +[types/election/published.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L65) ## Methods @@ -550,7 +550,7 @@ Election.constructor #### Defined in -[types/election/published.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L113) +[types/election/published.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L113) ___ @@ -574,7 +574,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -596,7 +596,7 @@ Returns a published election object #### Defined in -[types/election/published.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L100) +[types/election/published.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L100) ___ @@ -617,7 +617,7 @@ ___ #### Defined in -[types/election/published.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L127) +[types/election/published.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L127) ___ @@ -643,7 +643,7 @@ Returns an unpublished election object #### Defined in -[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L219) +[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L219) ___ @@ -664,4 +664,4 @@ ___ #### Defined in -[types/election/published.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L104) +[types/election/published.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L104) diff --git a/docs/sdk/reference/classes/Service.md b/docs/sdk/reference/classes/Service.md index c13e6c16d..656f15731 100644 --- a/docs/sdk/reference/classes/Service.md +++ b/docs/sdk/reference/classes/Service.md @@ -46,4 +46,4 @@ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/StrategyCensus.md b/docs/sdk/reference/classes/StrategyCensus.md index 9047fb021..83f30487d 100644 --- a/docs/sdk/reference/classes/StrategyCensus.md +++ b/docs/sdk/reference/classes/StrategyCensus.md @@ -46,7 +46,7 @@ PublishedCensus.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -66,7 +66,7 @@ PublishedCensus.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -84,7 +84,7 @@ PublishedCensus.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -104,7 +104,7 @@ PublishedCensus.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -122,7 +122,7 @@ PublishedCensus.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -140,7 +140,7 @@ PublishedCensus.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -160,7 +160,7 @@ PublishedCensus.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[types/census/census3/strategy.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/strategy.ts#L33) +[types/census/census3/strategy.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/strategy.ts#L33) • `set` **strategy**(`value`): `void` @@ -190,7 +190,7 @@ ___ #### Defined in -[types/census/census3/strategy.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/strategy.ts#L37) +[types/census/census3/strategy.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/strategy.ts#L37) ___ @@ -208,7 +208,7 @@ PublishedCensus.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -228,7 +228,7 @@ PublishedCensus.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -246,7 +246,7 @@ PublishedCensus.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -266,7 +266,7 @@ PublishedCensus.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -297,7 +297,7 @@ Constructs a census3 census #### Defined in -[types/census/census3/strategy.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/strategy.ts#L21) +[types/census/census3/strategy.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/strategy.ts#L21) ## Methods @@ -322,4 +322,4 @@ Constructs a census3 census #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/TokenCensus.md b/docs/sdk/reference/classes/TokenCensus.md index 8c3295999..372390061 100644 --- a/docs/sdk/reference/classes/TokenCensus.md +++ b/docs/sdk/reference/classes/TokenCensus.md @@ -46,7 +46,7 @@ PublishedCensus.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -66,7 +66,7 @@ PublishedCensus.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -84,7 +84,7 @@ PublishedCensus.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -104,7 +104,7 @@ PublishedCensus.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -122,7 +122,7 @@ PublishedCensus.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -140,7 +140,7 @@ PublishedCensus.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -160,7 +160,7 @@ PublishedCensus.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[types/census/census3/token.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/token.ts#L33) +[types/census/census3/token.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/token.ts#L33) • `set` **token**(`value`): `void` @@ -190,7 +190,7 @@ ___ #### Defined in -[types/census/census3/token.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/token.ts#L37) +[types/census/census3/token.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/token.ts#L37) ___ @@ -208,7 +208,7 @@ PublishedCensus.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -228,7 +228,7 @@ PublishedCensus.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -246,7 +246,7 @@ PublishedCensus.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -266,7 +266,7 @@ PublishedCensus.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -297,7 +297,7 @@ Constructs a census3 census #### Defined in -[types/census/census3/token.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census3/token.ts#L21) +[types/census/census3/token.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census3/token.ts#L21) ## Methods @@ -322,4 +322,4 @@ Constructs a census3 census #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/UnpublishedElection.md b/docs/sdk/reference/classes/UnpublishedElection.md index 084059a62..79787153a 100644 --- a/docs/sdk/reference/classes/UnpublishedElection.md +++ b/docs/sdk/reference/classes/UnpublishedElection.md @@ -68,7 +68,7 @@ Election.addSDKVersion #### Defined in -[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L287) +[types/election/unpublished.ts:287](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L287) • `set` **addSDKVersion**(`value`): `void` @@ -88,7 +88,7 @@ Election.addSDKVersion #### Defined in -[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L291) +[types/election/unpublished.ts:291](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L291) ___ @@ -106,7 +106,7 @@ Election.census #### Defined in -[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L261) +[types/election/unpublished.ts:261](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L261) • `set` **census**(`value`): `void` @@ -126,7 +126,7 @@ Election.census #### Defined in -[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L265) +[types/election/unpublished.ts:265](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L265) ___ @@ -144,7 +144,7 @@ Election.description #### Defined in -[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L185) +[types/election/unpublished.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L185) • `set` **description**(`value`): `void` @@ -164,7 +164,7 @@ Election.description #### Defined in -[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L189) +[types/election/unpublished.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L189) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L150) +[types/election/unpublished.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L150) ___ @@ -196,7 +196,7 @@ Election.electionType #### Defined in -[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L237) +[types/election/unpublished.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L237) • `set` **electionType**(`value`): `void` @@ -216,7 +216,7 @@ Election.electionType #### Defined in -[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L241) +[types/election/unpublished.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L241) ___ @@ -234,7 +234,7 @@ Election.endDate #### Defined in -[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L227) +[types/election/unpublished.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L227) • `set` **endDate**(`value`): `void` @@ -254,7 +254,7 @@ Election.endDate #### Defined in -[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L231) +[types/election/unpublished.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L231) ___ @@ -272,7 +272,7 @@ Election.header #### Defined in -[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L193) +[types/election/unpublished.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L193) • `set` **header**(`value`): `void` @@ -292,7 +292,7 @@ Election.header #### Defined in -[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L197) +[types/election/unpublished.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L197) ___ @@ -310,7 +310,7 @@ Election.maxCensusSize #### Defined in -[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L270) +[types/election/unpublished.ts:270](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L270) • `set` **maxCensusSize**(`value`): `void` @@ -330,7 +330,7 @@ Election.maxCensusSize #### Defined in -[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L274) +[types/election/unpublished.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L274) ___ @@ -348,7 +348,7 @@ Election.meta #### Defined in -[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L209) +[types/election/unpublished.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L209) • `set` **meta**(`value`): `void` @@ -368,7 +368,7 @@ Election.meta #### Defined in -[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L213) +[types/election/unpublished.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L213) ___ @@ -386,7 +386,7 @@ Election.questions #### Defined in -[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L253) +[types/election/unpublished.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L253) • `set` **questions**(`value`): `void` @@ -406,7 +406,7 @@ Election.questions #### Defined in -[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L257) +[types/election/unpublished.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L257) ___ @@ -424,7 +424,7 @@ Election.startDate #### Defined in -[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L218) +[types/election/unpublished.ts:218](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L218) • `set` **startDate**(`value`): `void` @@ -444,7 +444,7 @@ Election.startDate #### Defined in -[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L222) +[types/election/unpublished.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L222) ___ @@ -462,7 +462,7 @@ Election.streamUri #### Defined in -[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L201) +[types/election/unpublished.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L201) • `set` **streamUri**(`value`): `void` @@ -482,7 +482,7 @@ Election.streamUri #### Defined in -[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L205) +[types/election/unpublished.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L205) ___ @@ -500,7 +500,7 @@ Election.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L279) +[types/election/unpublished.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L279) • `set` **temporarySecretIdentity**(`value`): `void` @@ -520,7 +520,7 @@ Election.temporarySecretIdentity #### Defined in -[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L283) +[types/election/unpublished.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L283) ___ @@ -538,7 +538,7 @@ Election.title #### Defined in -[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L176) +[types/election/unpublished.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L176) • `set` **title**(`value`): `void` @@ -558,7 +558,7 @@ Election.title #### Defined in -[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L180) +[types/election/unpublished.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L180) ___ @@ -576,7 +576,7 @@ Election.voteType #### Defined in -[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L245) +[types/election/unpublished.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L245) • `set` **voteType**(`value`): `void` @@ -596,7 +596,7 @@ Election.voteType #### Defined in -[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L249) +[types/election/unpublished.ts:249](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L249) ## Constructors @@ -622,7 +622,7 @@ Election.constructor #### Defined in -[types/election/unpublished.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L24) +[types/election/unpublished.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L24) ## Methods @@ -644,7 +644,7 @@ Election.constructor #### Defined in -[types/election/unpublished.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L42) +[types/election/unpublished.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L42) ___ @@ -658,7 +658,7 @@ ___ #### Defined in -[types/election/unpublished.ts:156](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L156) +[types/election/unpublished.ts:156](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L156) ___ @@ -678,7 +678,7 @@ ___ #### Defined in -[types/election/unpublished.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L93) +[types/election/unpublished.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L93) ___ @@ -692,7 +692,7 @@ ___ #### Defined in -[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L166) +[types/election/unpublished.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L166) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[types/election/unpublished.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L135) +[types/election/unpublished.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L135) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L279) +[types/election/election.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L279) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L61) +[types/election/unpublished.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L61) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/unpublished.ts#L128) +[types/election/unpublished.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/unpublished.ts#L128) ___ @@ -790,4 +790,4 @@ Returns an unpublished election object #### Defined in -[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L219) +[types/election/election.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L219) diff --git a/docs/sdk/reference/classes/VocdoniCensus3Client.md b/docs/sdk/reference/classes/VocdoniCensus3Client.md index c63a6e71c..06a24362a 100644 --- a/docs/sdk/reference/classes/VocdoniCensus3Client.md +++ b/docs/sdk/reference/classes/VocdoniCensus3Client.md @@ -62,7 +62,7 @@ To instantiate the client just pass the `ClientOptions` you want or use an empty #### Defined in -[census3.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L49) +[census3.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L47) ## Methods @@ -87,7 +87,7 @@ The census information #### Defined in -[census3.ts:379](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L379) +[census3.ts:398](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L398) ___ @@ -113,7 +113,7 @@ The strategy id #### Defined in -[census3.ts:296](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L296) +[census3.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L315) ___ @@ -138,7 +138,7 @@ The strategy census #### Defined in -[census3.ts:439](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L439) +[census3.ts:458](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L458) ___ @@ -164,7 +164,7 @@ Creates a new token to be tracked in the service #### Defined in -[census3.ts:164](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L164) +[census3.ts:162](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L162) ___ @@ -191,7 +191,7 @@ The token census #### Defined in -[census3.ts:416](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L416) +[census3.ts:435](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L435) ___ @@ -215,7 +215,7 @@ The census3 census #### Defined in -[census3.ts:367](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L367) +[census3.ts:386](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L386) ___ @@ -239,7 +239,7 @@ The list of census3 censuses #### Defined in -[census3.ts:356](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L356) +[census3.ts:375](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L375) ___ @@ -265,7 +265,7 @@ The predicate estimation #### Defined in -[census3.ts:252](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L252) +[census3.ts:271](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L271) ___ @@ -283,7 +283,7 @@ The list of strategies #### Defined in -[census3.ts:182](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L182) +[census3.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L180) ___ @@ -309,7 +309,7 @@ The list of strategies #### Defined in -[census3.ts:208](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L208) +[census3.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L227) ___ @@ -333,7 +333,7 @@ The strategy information #### Defined in -[census3.ts:222](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L222) +[census3.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L241) ___ @@ -358,13 +358,13 @@ The strategy estimation #### Defined in -[census3.ts:234](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L234) +[census3.ts:253](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L253) ___ ### getStrategyHolders -▸ **getStrategyHolders**(`id`, `pagination?`): `Promise`\<[`StrategyHolders`](../sdk-reference#strategyholders)\> +▸ **getStrategyHolders**(`id`): `Promise`\<[`StrategyHolders`](../sdk-reference#strategyholders)\> Returns the strategy holders @@ -373,7 +373,6 @@ Returns the strategy holders | Name | Type | Description | | :------ | :------ | :------ | | `id` | `number` | The id of the strategy | -| `pagination` | `Census3Pagination` | Pagination options | #### Returns @@ -383,7 +382,7 @@ The list strategy holders #### Defined in -[census3.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L193) +[census3.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L190) ___ @@ -401,7 +400,7 @@ Supported chain list #### Defined in -[census3.ts:77](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L77) +[census3.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L75) ___ @@ -419,7 +418,7 @@ Supported strategies operators list #### Defined in -[census3.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L95) +[census3.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L93) ___ @@ -437,7 +436,7 @@ Token summary list #### Defined in -[census3.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L62) +[census3.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L60) ___ @@ -455,7 +454,7 @@ Supported tokens type list #### Defined in -[census3.ts:86](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L86) +[census3.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L84) ___ @@ -481,7 +480,7 @@ The token information #### Defined in -[census3.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L107) +[census3.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L105) ___ @@ -505,7 +504,7 @@ The strategy information #### Defined in -[census3.ts:311](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L311) +[census3.ts:330](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L330) ___ @@ -532,7 +531,7 @@ If the holder is in the token #### Defined in -[census3.ts:125](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L125) +[census3.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L123) ___ @@ -559,7 +558,7 @@ The balance of the holder #### Defined in -[census3.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L146) +[census3.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L144) ___ @@ -583,7 +582,7 @@ The parsed predicate #### Defined in -[census3.ts:345](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L345) +[census3.ts:364](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L364) ## Properties @@ -600,7 +599,7 @@ The parsed predicate #### Defined in -[census3.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L38) +[census3.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L36) ___ @@ -610,4 +609,4 @@ ___ #### Defined in -[census3.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L37) +[census3.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L35) diff --git a/docs/sdk/reference/classes/VocdoniSDKClient.md b/docs/sdk/reference/classes/VocdoniSDKClient.md index 3eb14e8ed..5da53508d 100644 --- a/docs/sdk/reference/classes/VocdoniSDKClient.md +++ b/docs/sdk/reference/classes/VocdoniSDKClient.md @@ -25,6 +25,9 @@ point. - [calculateElectionCost](VocdoniSDKClient#calculateelectioncost) - [cancelElection](VocdoniSDKClient#cancelelection) - [changeElectionCensus](VocdoniSDKClient#changeelectioncensus) +- [changeElectionDuration](VocdoniSDKClient#changeelectionduration) +- [changeElectionEndDate](VocdoniSDKClient#changeelectionenddate) +- [changeElectionMaxCensusSize](VocdoniSDKClient#changeelectionmaxcensussize) - [continueElection](VocdoniSDKClient#continueelection) - [createElection](VocdoniSDKClient#createelection) - [createElectionSteps](VocdoniSDKClient#createelectionsteps) @@ -107,7 +110,7 @@ To instantiate the client just pass the `ClientOptions` you want or empty object #### Defined in -[client.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L128) +[client.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L151) ## Account Methods @@ -133,7 +136,7 @@ Registers an account against vochain, so it can create new elections. #### Defined in -[client.ts:421](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L421) +[client.ts:448](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L448) ___ @@ -159,7 +162,7 @@ Creates an account with information. #### Defined in -[client.ts:331](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L331) +[client.ts:358](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L358) ___ @@ -181,7 +184,7 @@ Fetches account. #### Defined in -[client.ts:198](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L198) +[client.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L225) ___ @@ -203,7 +206,7 @@ Fetches account information. #### Defined in -[client.ts:179](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L179) +[client.ts:206](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L206) ___ @@ -225,7 +228,7 @@ Updates an account with information #### Defined in -[client.ts:375](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L375) +[client.ts:402](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L402) ___ @@ -251,7 +254,7 @@ The cost in tokens. #### Defined in -[client.ts:1043](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1043) +[client.ts:1139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1139) ___ @@ -273,13 +276,13 @@ Cancels an election. #### Defined in -[client.ts:634](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L634) +[client.ts:661](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L661) ___ ### changeElectionCensus -▸ **changeElectionCensus**(`electionId`, `censusId`, `censusURI`): `Promise`\<`void`\> +▸ **changeElectionCensus**(`electionId`, `censusId`, `censusURI`, `maxCensusSize?`): `Promise`\<`void`\> Changes the census of an election. @@ -290,6 +293,7 @@ Changes the census of an election. | `electionId` | `string` | The id of the election | | `censusId` | `string` | The new census id (root) | | `censusURI` | `string` | The new census URI | +| `maxCensusSize?` | `number` | The new max census size | #### Returns @@ -297,7 +301,76 @@ Changes the census of an election. #### Defined in -[client.ts:680](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L680) +[client.ts:708](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L708) + +___ + +### changeElectionDuration + +▸ **changeElectionDuration**(`electionId`, `duration`): `Promise`\<`void`\> + +Changes the duration of an election. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `electionId` | `string` | The id of the election | +| `duration` | `number` | The new duration of the election | + +#### Returns + +`Promise`\<`void`\> + +#### Defined in + +[client.ts:761](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L761) + +___ + +### changeElectionEndDate + +▸ **changeElectionEndDate**(`electionId`, `endDate`): `Promise`\<`void`\> + +Changes the end date of an election. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `electionId` | `string` | The id of the election | +| `endDate` | `string` \| `number` \| `Date` | The new end date | + +#### Returns + +`Promise`\<`void`\> + +#### Defined in + +[client.ts:782](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L782) + +___ + +### changeElectionMaxCensusSize + +▸ **changeElectionMaxCensusSize**(`electionId`, `maxCensusSize`): `Promise`\<`void`\> + +Changes the max census size of an election. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `electionId` | `string` | The id of the election | +| `maxCensusSize` | `number` | The new max census size | + +#### Returns + +`Promise`\<`void`\> + +#### Defined in + +[client.ts:739](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L739) ___ @@ -319,7 +392,7 @@ Continues an election. #### Defined in -[client.ts:644](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L644) +[client.ts:671](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L671) ___ @@ -343,7 +416,7 @@ Resulting election id. #### Defined in -[client.ts:515](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L515) +[client.ts:542](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L542) ___ @@ -367,7 +440,7 @@ The async step returns. #### Defined in -[client.ts:532](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L532) +[client.ts:559](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L559) ___ @@ -389,7 +462,7 @@ Ends an election. #### Defined in -[client.ts:614](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L614) +[client.ts:641](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L641) ___ @@ -413,7 +486,7 @@ The cost in tokens. #### Defined in -[client.ts:1033](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1033) +[client.ts:1129](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1129) ___ @@ -436,7 +509,7 @@ Fetches info about an election. #### Defined in -[client.ts:227](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L227) +[client.ts:254](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L254) ___ @@ -459,7 +532,7 @@ Fetches info about all elections created by the given account #### Defined in -[client.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L241) +[client.ts:268](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L268) ___ @@ -481,7 +554,7 @@ Pauses an election. #### Defined in -[client.ts:624](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L624) +[client.ts:651](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L651) ___ @@ -503,7 +576,7 @@ Sets an election id. Required by other methods like submitVote or createElection #### Defined in -[client.ts:169](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L169) +[client.ts:196](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L196) ___ @@ -529,7 +602,7 @@ The id of the vote #### Defined in -[client.ts:726](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L726) +[client.ts:822](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L822) ___ @@ -551,7 +624,7 @@ Checks if the user is able to vote #### Defined in -[client.ts:758](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L758) +[client.ts:854](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L854) ___ @@ -573,7 +646,7 @@ Checks if the user is in census. #### Defined in -[client.ts:704](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L704) +[client.ts:800](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L800) ___ @@ -597,7 +670,7 @@ Vote confirmation id. #### Defined in -[client.ts:806](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L806) +[client.ts:902](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L902) ___ @@ -621,7 +694,7 @@ Vote confirmation id. #### Defined in -[client.ts:823](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L823) +[client.ts:919](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L919) ___ @@ -643,7 +716,7 @@ Checks how many times a user can submit their vote #### Defined in -[client.ts:768](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L768) +[client.ts:864](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L864) ___ @@ -669,7 +742,7 @@ Resulting CID #### Defined in -[client.ts:1053](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1053) +[client.ts:1149](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1149) ___ @@ -693,7 +766,7 @@ Account data information updated with new balance #### Defined in -[client.ts:488](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L488) +[client.ts:515](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L515) ___ @@ -715,7 +788,7 @@ Publishes the given census. #### Defined in -[client.ts:955](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L955) +[client.ts:1051](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1051) ___ @@ -729,7 +802,7 @@ ___ #### Defined in -[client.ts:991](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L991) +[client.ts:1087](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1087) ___ @@ -750,7 +823,7 @@ ___ #### Defined in -[client.ts:1002](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1002) +[client.ts:1098](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1098) ___ @@ -772,7 +845,7 @@ ___ #### Defined in -[client.ts:995](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L995) +[client.ts:1091](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1091) ___ @@ -786,7 +859,7 @@ ___ #### Defined in -[client.ts:986](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L986) +[client.ts:1082](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1082) ___ @@ -808,7 +881,7 @@ ___ #### Defined in -[client.ts:1007](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1007) +[client.ts:1103](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1103) ___ @@ -830,7 +903,7 @@ Fetches the information of a given census. #### Defined in -[client.ts:964](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L964) +[client.ts:1060](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1060) ___ @@ -846,7 +919,7 @@ Fetches blockchain costs information if needed. #### Defined in -[client.ts:1015](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1015) +[client.ts:1111](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1111) ___ @@ -862,7 +935,7 @@ Fetches blockchain information if needed and returns the chain id. #### Defined in -[client.ts:1023](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1023) +[client.ts:1119](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1119) ___ @@ -884,7 +957,7 @@ Fetches circuits for anonymous voting #### Defined in -[client.ts:973](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L973) +[client.ts:1069](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1069) ___ @@ -900,7 +973,7 @@ Fetches a faucet payload. Only for development. #### Defined in -[client.ts:1061](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1061) +[client.ts:1157](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1157) ___ @@ -923,7 +996,7 @@ Fetches proof that an address is part of the specified census. #### Defined in -[client.ts:946](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L946) +[client.ts:1042](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1042) ___ @@ -941,7 +1014,7 @@ The private key. #### Defined in -[client.ts:918](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L918) +[client.ts:1014](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1014) ___ @@ -963,7 +1036,7 @@ Parses a faucet package. #### Defined in -[client.ts:1071](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1071) +[client.ts:1167](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1167) ___ @@ -985,7 +1058,7 @@ Send tokens from one account to another. #### Defined in -[client.ts:459](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L459) +[client.ts:486](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L486) ___ @@ -1007,7 +1080,7 @@ Sets circuits for anonymous voting #### Defined in -[client.ts:982](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L982) +[client.ts:1078](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1078) ___ @@ -1033,7 +1106,7 @@ it fails. #### Defined in -[client.ts:1084](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L1084) +[client.ts:1180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1180) ___ @@ -1057,7 +1130,7 @@ The deterministic wallet. #### Defined in -[client.ts:930](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L930) +[client.ts:1026](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L1026) ## Properties @@ -1067,7 +1140,7 @@ The deterministic wallet. #### Defined in -[client.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L112) +[client.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L135) ___ @@ -1077,7 +1150,7 @@ ___ #### Defined in -[client.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L106) +[client.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L129) ___ @@ -1087,7 +1160,7 @@ ___ #### Defined in -[client.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L104) +[client.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L127) ___ @@ -1097,7 +1170,7 @@ ___ #### Defined in -[client.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L105) +[client.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L128) ___ @@ -1107,7 +1180,7 @@ ___ #### Defined in -[client.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L107) +[client.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L130) ___ @@ -1117,7 +1190,7 @@ ___ #### Defined in -[client.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L116) +[client.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L139) ___ @@ -1127,7 +1200,7 @@ ___ #### Defined in -[client.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L108) +[client.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L131) ___ @@ -1137,7 +1210,7 @@ ___ #### Defined in -[client.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L117) +[client.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L140) ___ @@ -1147,7 +1220,7 @@ ___ #### Defined in -[client.ts:111](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L111) +[client.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L134) ___ @@ -1157,7 +1230,7 @@ ___ #### Defined in -[client.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L110) +[client.ts:133](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L133) ___ @@ -1167,7 +1240,7 @@ ___ #### Defined in -[client.ts:114](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L114) +[client.ts:137](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L137) ___ @@ -1177,7 +1250,7 @@ ___ #### Defined in -[client.ts:109](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L109) +[client.ts:132](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L132) ___ @@ -1187,4 +1260,4 @@ ___ #### Defined in -[client.ts:115](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L115) +[client.ts:138](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L138) diff --git a/docs/sdk/reference/classes/Vote.md b/docs/sdk/reference/classes/Vote.md index 1a63a900a..401a8fe21 100644 --- a/docs/sdk/reference/classes/Vote.md +++ b/docs/sdk/reference/classes/Vote.md @@ -34,7 +34,7 @@ Represents a vote #### Defined in -[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L16) +[types/vote/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L16) • `set` **votes**(`value`): `void` @@ -50,7 +50,7 @@ Represents a vote #### Defined in -[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L20) +[types/vote/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L20) ## Constructors @@ -72,4 +72,4 @@ Constructs a vote #### Defined in -[types/vote/vote.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/vote/vote.ts#L12) +[types/vote/vote.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/vote/vote.ts#L12) diff --git a/docs/sdk/reference/classes/VoteAPI.md b/docs/sdk/reference/classes/VoteAPI.md index 0701c960b..9642ef2b2 100644 --- a/docs/sdk/reference/classes/VoteAPI.md +++ b/docs/sdk/reference/classes/VoteAPI.md @@ -37,7 +37,7 @@ Vote info #### Defined in -[api/vote.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L127) +[api/vote.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L127) ___ @@ -60,7 +60,7 @@ Voting #### Defined in -[api/vote.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L113) +[api/vote.ts:113](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L113) ___ @@ -86,4 +86,4 @@ Return true if response has status 200 #### Defined in -[api/vote.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L143) +[api/vote.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L143) diff --git a/docs/sdk/reference/classes/VoteService.md b/docs/sdk/reference/classes/VoteService.md index d4648f9dd..7faba4a47 100644 --- a/docs/sdk/reference/classes/VoteService.md +++ b/docs/sdk/reference/classes/VoteService.md @@ -54,7 +54,7 @@ Service.constructor #### Defined in -[services/vote.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L45) +[services/vote.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L45) ## Methods @@ -74,7 +74,7 @@ Service.constructor #### Defined in -[services/vote.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L58) +[services/vote.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L58) ___ @@ -96,7 +96,7 @@ Get the vote information #### Defined in -[services/vote.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L68) +[services/vote.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L68) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[services/vote.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L50) +[services/vote.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L50) ___ @@ -140,7 +140,7 @@ Submit the vote to the chain #### Defined in -[services/vote.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L79) +[services/vote.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L79) ## Properties @@ -154,7 +154,7 @@ VoteServiceProperties.chainService #### Defined in -[services/vote.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L38) +[services/vote.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L38) ___ @@ -168,4 +168,4 @@ ___ #### Defined in -[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L6) +[services/service.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L6) diff --git a/docs/sdk/reference/classes/WalletAPI.md b/docs/sdk/reference/classes/WalletAPI.md index cf26df230..85f3c0228 100644 --- a/docs/sdk/reference/classes/WalletAPI.md +++ b/docs/sdk/reference/classes/WalletAPI.md @@ -33,4 +33,4 @@ #### Defined in -[api/wallet.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/wallet.ts#L29) +[api/wallet.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/wallet.ts#L29) diff --git a/docs/sdk/reference/classes/WeightedCensus.md b/docs/sdk/reference/classes/WeightedCensus.md index 9d016f957..0df1f708d 100644 --- a/docs/sdk/reference/classes/WeightedCensus.md +++ b/docs/sdk/reference/classes/WeightedCensus.md @@ -48,7 +48,7 @@ OffchainCensus.censusId #### Defined in -[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L35) +[types/census/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L35) • `set` **censusId**(`value`): `void` @@ -68,7 +68,7 @@ OffchainCensus.censusId #### Defined in -[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L39) +[types/census/census.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L39) ___ @@ -86,7 +86,7 @@ OffchainCensus.censusURI #### Defined in -[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L43) +[types/census/census.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L43) • `set` **censusURI**(`value`): `void` @@ -106,7 +106,7 @@ OffchainCensus.censusURI #### Defined in -[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L47) +[types/census/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L47) ___ @@ -124,7 +124,7 @@ OffchainCensus.isPublished #### Defined in -[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L75) +[types/census/census.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L75) ___ @@ -142,7 +142,7 @@ OffchainCensus.participants #### Defined in -[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L45) +[types/census/offchain.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L45) • `set` **participants**(`value`): `void` @@ -162,7 +162,7 @@ OffchainCensus.participants #### Defined in -[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L49) +[types/census/offchain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L49) ___ @@ -180,7 +180,7 @@ OffchainCensus.size #### Defined in -[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L59) +[types/census/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L59) • `set` **size**(`value`): `void` @@ -200,7 +200,7 @@ OffchainCensus.size #### Defined in -[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L63) +[types/census/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L63) ___ @@ -218,7 +218,7 @@ OffchainCensus.type #### Defined in -[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L51) +[types/census/census.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L51) • `set` **type**(`value`): `void` @@ -238,7 +238,7 @@ OffchainCensus.type #### Defined in -[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L55) +[types/census/census.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L55) ___ @@ -256,7 +256,7 @@ OffchainCensus.weight #### Defined in -[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L67) +[types/census/census.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L67) • `set` **weight**(`value`): `void` @@ -276,7 +276,7 @@ OffchainCensus.weight #### Defined in -[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L71) +[types/census/census.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L71) ## Constructors @@ -296,7 +296,7 @@ OffchainCensus.constructor #### Defined in -[types/census/weighted.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/weighted.ts#L10) +[types/census/weighted.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/weighted.ts#L10) ## Methods @@ -316,7 +316,7 @@ OffchainCensus.constructor #### Defined in -[types/census/weighted.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/weighted.ts#L14) +[types/census/weighted.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/weighted.ts#L14) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[types/census/weighted.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/weighted.ts#L18) +[types/census/weighted.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/weighted.ts#L18) ___ @@ -361,4 +361,4 @@ ___ #### Defined in -[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L81) +[types/census/census.ts:81](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L81) diff --git a/docs/sdk/reference/classes/ZkAPI.md b/docs/sdk/reference/classes/ZkAPI.md index b65a377fa..9d8db2f08 100644 --- a/docs/sdk/reference/classes/ZkAPI.md +++ b/docs/sdk/reference/classes/ZkAPI.md @@ -38,7 +38,7 @@ The ZK proof #### Defined in -[api/zk.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L54) +[api/zk.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L54) ___ @@ -63,4 +63,4 @@ The ZK proof #### Defined in -[api/zk.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L68) +[api/zk.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L68) diff --git a/docs/sdk/reference/enums/CensusOrigin.md b/docs/sdk/reference/enums/CensusOrigin.md index 74b3f7fe6..3094fc0e0 100644 --- a/docs/sdk/reference/enums/CensusOrigin.md +++ b/docs/sdk/reference/enums/CensusOrigin.md @@ -25,7 +25,7 @@ #### Defined in -[api/chain/transactions.ts:234](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L234) +[api/chain/transactions.ts:234](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L234) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[api/chain/transactions.ts:240](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L240) +[api/chain/transactions.ts:240](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L240) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[api/chain/transactions.ts:238](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L238) +[api/chain/transactions.ts:238](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L238) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[api/chain/transactions.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L239) +[api/chain/transactions.ts:239](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L239) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[api/chain/transactions.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L241) +[api/chain/transactions.ts:241](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L241) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[api/chain/transactions.ts:242](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L242) +[api/chain/transactions.ts:242](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L242) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[api/chain/transactions.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L237) +[api/chain/transactions.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L237) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[api/chain/transactions.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L235) +[api/chain/transactions.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L235) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[api/chain/transactions.ts:236](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L236) +[api/chain/transactions.ts:236](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L236) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[api/chain/transactions.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L243) +[api/chain/transactions.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L243) diff --git a/docs/sdk/reference/enums/CensusType.md b/docs/sdk/reference/enums/CensusType.md index e025287c7..4e4323281 100644 --- a/docs/sdk/reference/enums/CensusType.md +++ b/docs/sdk/reference/enums/CensusType.md @@ -19,7 +19,7 @@ #### Defined in -[types/census/census.ts:3](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L3) +[types/census/census.ts:3](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L3) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[types/census/census.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L4) +[types/census/census.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L4) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[types/census/census.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L5) +[types/census/census.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L5) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[types/census/census.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/census.ts#L2) +[types/census/census.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/census.ts#L2) diff --git a/docs/sdk/reference/enums/CensusTypeEnum.md b/docs/sdk/reference/enums/CensusTypeEnum.md index 729383d5d..e9c34362e 100644 --- a/docs/sdk/reference/enums/CensusTypeEnum.md +++ b/docs/sdk/reference/enums/CensusTypeEnum.md @@ -24,7 +24,7 @@ #### Defined in -[api/election.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L150) +[api/election.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L150) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/election.ts:156](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L156) +[api/election.ts:156](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L156) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/election.ts:154](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L154) +[api/election.ts:154](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L154) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/election.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L155) +[api/election.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L155) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/election.ts:157](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L157) +[api/election.ts:157](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L157) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L158) +[api/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L158) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/election.ts:153](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L153) +[api/election.ts:153](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L153) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/election.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L151) +[api/election.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L151) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[api/election.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L152) +[api/election.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L152) diff --git a/docs/sdk/reference/enums/CspProofType.md b/docs/sdk/reference/enums/CspProofType.md index 1a6c00039..bf6f1cf48 100644 --- a/docs/sdk/reference/enums/CspProofType.md +++ b/docs/sdk/reference/enums/CspProofType.md @@ -19,7 +19,7 @@ #### Defined in -[services/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L15) +[services/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L15) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[services/csp.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L17) +[services/csp.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L17) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[services/csp.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L18) +[services/csp.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L18) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[services/csp.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/csp.ts#L16) +[services/csp.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/csp.ts#L16) diff --git a/docs/sdk/reference/enums/ElectionCreationSteps.md b/docs/sdk/reference/enums/ElectionCreationSteps.md index 44d954993..849c8d8d9 100644 --- a/docs/sdk/reference/enums/ElectionCreationSteps.md +++ b/docs/sdk/reference/enums/ElectionCreationSteps.md @@ -23,7 +23,7 @@ #### Defined in -[services/election.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L42) +[services/election.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L42) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[services/election.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L47) +[services/election.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L47) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[services/election.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L48) +[services/election.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L48) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[services/election.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L45) +[services/election.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L45) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[services/election.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L43) +[services/election.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L43) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[services/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L41) +[services/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L41) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[services/election.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L44) +[services/election.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L44) ___ @@ -93,4 +93,4 @@ ___ #### Defined in -[services/election.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L46) +[services/election.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L46) diff --git a/docs/sdk/reference/enums/ElectionResultsTypeNames.md b/docs/sdk/reference/enums/ElectionResultsTypeNames.md index c2fd6adc7..9595a8b91 100644 --- a/docs/sdk/reference/enums/ElectionResultsTypeNames.md +++ b/docs/sdk/reference/enums/ElectionResultsTypeNames.md @@ -19,7 +19,7 @@ #### Defined in -[types/metadata/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L41) +[types/metadata/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L41) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[types/metadata/election.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L40) +[types/metadata/election.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L40) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[types/metadata/election.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L39) +[types/metadata/election.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L39) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[types/metadata/election.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L38) +[types/metadata/election.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L38) diff --git a/docs/sdk/reference/enums/ElectionStatus.md b/docs/sdk/reference/enums/ElectionStatus.md index da0fe8872..59f111ecf 100644 --- a/docs/sdk/reference/enums/ElectionStatus.md +++ b/docs/sdk/reference/enums/ElectionStatus.md @@ -22,7 +22,7 @@ #### Defined in -[types/election/published.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L15) +[types/election/published.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L15) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[types/election/published.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L14) +[types/election/published.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L14) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[types/election/published.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L13) +[types/election/published.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L13) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[types/election/published.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L16) +[types/election/published.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L16) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[types/election/published.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L11) +[types/election/published.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L11) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[types/election/published.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L17) +[types/election/published.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L17) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[types/election/published.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L12) +[types/election/published.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L12) diff --git a/docs/sdk/reference/enums/ElectionStatusReady.md b/docs/sdk/reference/enums/ElectionStatusReady.md index 53437f687..73926fd02 100644 --- a/docs/sdk/reference/enums/ElectionStatusReady.md +++ b/docs/sdk/reference/enums/ElectionStatusReady.md @@ -16,4 +16,4 @@ #### Defined in -[types/election/published.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L21) +[types/election/published.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L21) diff --git a/docs/sdk/reference/enums/EnvOptions.md b/docs/sdk/reference/enums/EnvOptions.md index 99c10bf44..8ea0c1d3d 100644 --- a/docs/sdk/reference/enums/EnvOptions.md +++ b/docs/sdk/reference/enums/EnvOptions.md @@ -18,7 +18,7 @@ #### Defined in -[client.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L59) +[client.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L67) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[client.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L61) +[client.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L69) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[client.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L60) +[client.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L68) diff --git a/docs/sdk/reference/enums/TransactionType.md b/docs/sdk/reference/enums/TransactionType.md index 75ababedd..486dce03f 100644 --- a/docs/sdk/reference/enums/TransactionType.md +++ b/docs/sdk/reference/enums/TransactionType.md @@ -26,7 +26,7 @@ #### Defined in -[api/chain.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L171) +[api/chain.ts:172](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L172) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/chain.ts:178](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L178) +[api/chain.ts:179](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L179) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/chain.ts:174](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L174) +[api/chain.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L175) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/chain.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L170) +[api/chain.ts:171](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L171) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[api/chain.ts:173](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L173) +[api/chain.ts:174](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L174) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[api/chain.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L175) +[api/chain.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L176) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[api/chain.ts:177](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L177) +[api/chain.ts:178](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L178) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/chain.ts:179](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L179) +[api/chain.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L180) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[api/chain.ts:172](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L172) +[api/chain.ts:173](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L173) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[api/chain.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L176) +[api/chain.ts:177](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L177) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[api/chain.ts:169](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L169) +[api/chain.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L170) diff --git a/docs/sdk/reference/enums/TxType.md b/docs/sdk/reference/enums/TxType.md index 95fdaa71d..5c99121db 100644 --- a/docs/sdk/reference/enums/TxType.md +++ b/docs/sdk/reference/enums/TxType.md @@ -40,7 +40,7 @@ #### Defined in -[api/chain/transactions.ts:331](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L331) +[api/chain/transactions.ts:331](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L331) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/chain/transactions.ts:334](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L334) +[api/chain/transactions.ts:334](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L334) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[api/chain/transactions.ts:320](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L320) +[api/chain/transactions.ts:320](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L320) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[api/chain/transactions.ts:318](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L318) +[api/chain/transactions.ts:318](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L318) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[api/chain/transactions.ts:322](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L322) +[api/chain/transactions.ts:322](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L322) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[api/chain/transactions.ts:333](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L333) +[api/chain/transactions.ts:333](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L333) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[api/chain/transactions.ts:336](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L336) +[api/chain/transactions.ts:336](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L336) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[api/chain/transactions.ts:335](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L335) +[api/chain/transactions.ts:335](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L335) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[api/chain/transactions.ts:332](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L332) +[api/chain/transactions.ts:332](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L332) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[api/chain/transactions.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L327) +[api/chain/transactions.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L327) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[api/chain/transactions.ts:314](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L314) +[api/chain/transactions.ts:314](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L314) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[api/chain/transactions.ts:326](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L326) +[api/chain/transactions.ts:326](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L326) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[api/chain/transactions.ts:321](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L321) +[api/chain/transactions.ts:321](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L321) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[api/chain/transactions.ts:323](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L323) +[api/chain/transactions.ts:323](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L323) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[api/chain/transactions.ts:319](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L319) +[api/chain/transactions.ts:319](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L319) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[api/chain/transactions.ts:328](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L328) +[api/chain/transactions.ts:328](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L328) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[api/chain/transactions.ts:330](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L330) +[api/chain/transactions.ts:330](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L330) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[api/chain/transactions.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L316) +[api/chain/transactions.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L316) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[api/chain/transactions.ts:317](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L317) +[api/chain/transactions.ts:317](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L317) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[api/chain/transactions.ts:325](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L325) +[api/chain/transactions.ts:325](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L325) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[api/chain/transactions.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L315) +[api/chain/transactions.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L315) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[api/chain/transactions.ts:329](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L329) +[api/chain/transactions.ts:329](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L329) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[api/chain/transactions.ts:313](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L313) +[api/chain/transactions.ts:313](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L313) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[api/chain/transactions.ts:337](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L337) +[api/chain/transactions.ts:337](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L337) ___ @@ -280,4 +280,4 @@ ___ #### Defined in -[api/chain/transactions.ts:324](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L324) +[api/chain/transactions.ts:324](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L324) diff --git a/docs/sdk/reference/enums/VoteSteps.md b/docs/sdk/reference/enums/VoteSteps.md index b65e87deb..301bcb3d7 100644 --- a/docs/sdk/reference/enums/VoteSteps.md +++ b/docs/sdk/reference/enums/VoteSteps.md @@ -22,7 +22,7 @@ #### Defined in -[services/vote.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L22) +[services/vote.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L22) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[services/vote.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L25) +[services/vote.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L25) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[services/vote.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L23) +[services/vote.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L23) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[services/vote.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L19) +[services/vote.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L19) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[services/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L20) +[services/vote.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L20) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[services/vote.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L21) +[services/vote.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L21) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[services/vote.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L24) +[services/vote.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L24) diff --git a/docs/sdk/reference/interfaces/AccountMetadata.md b/docs/sdk/reference/interfaces/AccountMetadata.md index 08fabecc3..5b1adf371 100644 --- a/docs/sdk/reference/interfaces/AccountMetadata.md +++ b/docs/sdk/reference/interfaces/AccountMetadata.md @@ -25,7 +25,7 @@ More info: https://vocdoni.io/docs/#/architecture/components/entity?id=meta #### Defined in -[types/metadata/account.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L53) +[types/metadata/account.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L53) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[types/metadata/account.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L50) +[types/metadata/account.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L50) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[types/metadata/account.ts:57](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L57) +[types/metadata/account.ts:57](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L57) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[types/metadata/account.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L62) +[types/metadata/account.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L62) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[types/metadata/account.ts:52](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L52) +[types/metadata/account.ts:52](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L52) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[types/metadata/account.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L55) +[types/metadata/account.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L55) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[types/metadata/account.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L49) +[types/metadata/account.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L49) diff --git a/docs/sdk/reference/interfaces/AdminTx.md b/docs/sdk/reference/interfaces/AdminTx.md index ae8e7dd1f..4f06c0d77 100644 --- a/docs/sdk/reference/interfaces/AdminTx.md +++ b/docs/sdk/reference/interfaces/AdminTx.md @@ -24,7 +24,7 @@ #### Defined in -[api/chain/transactions.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L92) +[api/chain/transactions.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L92) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/chain/transactions.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L93) +[api/chain/transactions.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L93) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/chain/transactions.ts:94](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L94) +[api/chain/transactions.ts:94](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L94) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/chain/transactions.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L95) +[api/chain/transactions.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L95) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/chain/transactions.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L98) +[api/chain/transactions.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L98) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/chain/transactions.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L96) +[api/chain/transactions.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L96) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/chain/transactions.ts:91](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L91) +[api/chain/transactions.ts:91](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L91) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/chain/transactions.ts:97](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L97) +[api/chain/transactions.ts:97](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L97) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[api/chain/transactions.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L90) +[api/chain/transactions.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L90) diff --git a/docs/sdk/reference/interfaces/CircuitInputs.md b/docs/sdk/reference/interfaces/CircuitInputs.md index 04ba497d3..bda262442 100644 --- a/docs/sdk/reference/interfaces/CircuitInputs.md +++ b/docs/sdk/reference/interfaces/CircuitInputs.md @@ -27,7 +27,7 @@ #### Defined in -[services/anonymous.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L43) +[services/anonymous.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L43) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[services/anonymous.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L38) +[services/anonymous.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L38) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[services/anonymous.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L41) +[services/anonymous.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L41) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[services/anonymous.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L48) +[services/anonymous.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L48) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[services/anonymous.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L36) +[services/anonymous.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L36) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[services/anonymous.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L37) +[services/anonymous.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L37) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[services/anonymous.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L44) +[services/anonymous.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L44) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[services/anonymous.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L45) +[services/anonymous.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L45) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[services/anonymous.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L40) +[services/anonymous.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L40) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[services/anonymous.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L47) +[services/anonymous.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L47) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[services/anonymous.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L39) +[services/anonymous.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L39) ___ @@ -137,4 +137,4 @@ ___ #### Defined in -[services/anonymous.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L46) +[services/anonymous.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L46) diff --git a/docs/sdk/reference/interfaces/CollectFaucetTx.md b/docs/sdk/reference/interfaces/CollectFaucetTx.md index ce899779f..360e4ea2c 100644 --- a/docs/sdk/reference/interfaces/CollectFaucetTx.md +++ b/docs/sdk/reference/interfaces/CollectFaucetTx.md @@ -18,7 +18,7 @@ #### Defined in -[api/chain/transactions.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L158) +[api/chain/transactions.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L158) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/chain/transactions.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L159) +[api/chain/transactions.ts:159](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L159) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/chain/transactions.ts:157](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L157) +[api/chain/transactions.ts:157](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L157) diff --git a/docs/sdk/reference/interfaces/ElectionMetadata.md b/docs/sdk/reference/interfaces/ElectionMetadata.md index 0427da3e7..b10aadedf 100644 --- a/docs/sdk/reference/interfaces/ElectionMetadata.md +++ b/docs/sdk/reference/interfaces/ElectionMetadata.md @@ -25,7 +25,7 @@ More info: https://vocdoni.io/docs/#/architecture/components/process?id=process- #### Defined in -[types/metadata/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L127) +[types/metadata/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L127) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[types/metadata/election.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L128) +[types/metadata/election.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L128) ___ @@ -58,7 +58,7 @@ Arbitrary key/value data that specific applications can use for their own needs #### Defined in -[types/metadata/election.ts:133](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L133) +[types/metadata/election.ts:133](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L133) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[types/metadata/election.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L136) +[types/metadata/election.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L136) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[types/metadata/election.ts:126](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L126) +[types/metadata/election.ts:126](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L126) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[types/metadata/election.ts:137](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L137) +[types/metadata/election.ts:137](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L137) ___ @@ -98,4 +98,4 @@ ___ #### Defined in -[types/metadata/election.ts:125](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L125) +[types/metadata/election.ts:125](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L125) diff --git a/docs/sdk/reference/interfaces/FetchElectionsParameters.md b/docs/sdk/reference/interfaces/FetchElectionsParameters.md index 6fe66713a..053c375e2 100644 --- a/docs/sdk/reference/interfaces/FetchElectionsParameters.md +++ b/docs/sdk/reference/interfaces/FetchElectionsParameters.md @@ -17,7 +17,7 @@ #### Defined in -[services/election.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L33) +[services/election.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L33) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[services/election.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L34) +[services/election.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L34) diff --git a/docs/sdk/reference/interfaces/IAccount.md b/docs/sdk/reference/interfaces/IAccount.md index 2679471d2..d5376a74c 100644 --- a/docs/sdk/reference/interfaces/IAccount.md +++ b/docs/sdk/reference/interfaces/IAccount.md @@ -23,7 +23,7 @@ #### Defined in -[types/account.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L10) +[types/account.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[types/account.ts:7](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L7) +[types/account.ts:7](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[types/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L8) +[types/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L8) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[types/account.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L9) +[types/account.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L9) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[types/account.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L5) +[types/account.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L5) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[types/account.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L11) +[types/account.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[types/account.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L12) +[types/account.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L12) ___ @@ -93,4 +93,4 @@ ___ #### Defined in -[types/account.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/account.ts#L6) +[types/account.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/account.ts#L6) diff --git a/docs/sdk/reference/interfaces/IAccountInfoResponse.md b/docs/sdk/reference/interfaces/IAccountInfoResponse.md new file mode 100644 index 000000000..e387707e5 --- /dev/null +++ b/docs/sdk/reference/interfaces/IAccountInfoResponse.md @@ -0,0 +1,99 @@ +[@vocdoni/sdk](/sdk) / IAccountInfoResponse + +# Interface: IAccountInfoResponse + +## Table of contents + +### Properties + +- [address](IAccountInfoResponse#address) +- [balance](IAccountInfoResponse#balance) +- [electionIndex](IAccountInfoResponse#electionindex) +- [infoURI](IAccountInfoResponse#infouri) +- [metadata](IAccountInfoResponse#metadata) +- [nonce](IAccountInfoResponse#nonce) +- [sik](IAccountInfoResponse#sik) + +## Properties + +### address + +• **address**: `string` + +The address of the account + +#### Defined in + +[api/account.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L25) + +___ + +### balance + +• **balance**: `number` + +The current balance in tokens. + +#### Defined in + +[api/account.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L30) + +___ + +### electionIndex + +• **electionIndex**: `number` + +The index of the elections created by the account. + +#### Defined in + +[api/account.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L45) + +___ + +### infoURI + +• `Optional` **infoURI**: `string` + +The information URI of the account + +#### Defined in + +[api/account.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L50) + +___ + +### metadata + +• **metadata**: [`AccountMetadata`](AccountMetadata) + +The metadata of the account + +#### Defined in + +[api/account.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L55) + +___ + +### nonce + +• **nonce**: `number` + +The nonce of the account. + +#### Defined in + +[api/account.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L35) + +___ + +### sik + +• **sik**: `string` + +The sik of the account. + +#### Defined in + +[api/account.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L40) diff --git a/docs/sdk/reference/interfaces/IAccountTransfer.md b/docs/sdk/reference/interfaces/IAccountTransfer.md new file mode 100644 index 000000000..094ceb43b --- /dev/null +++ b/docs/sdk/reference/interfaces/IAccountTransfer.md @@ -0,0 +1,74 @@ +[@vocdoni/sdk](/sdk) / IAccountTransfer + +# Interface: IAccountTransfer + +## Table of contents + +### Properties + +- [amount](IAccountTransfer#amount) +- [from](IAccountTransfer#from) +- [height](IAccountTransfer#height) +- [timestamp](IAccountTransfer#timestamp) +- [to](IAccountTransfer#to) +- [txHash](IAccountTransfer#txhash) + +## Properties + +### amount + +• **amount**: `number` + +#### Defined in + +[api/account.ts:71](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L71) + +___ + +### from + +• **from**: `string` + +#### Defined in + +[api/account.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L72) + +___ + +### height + +• **height**: `number` + +#### Defined in + +[api/account.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L73) + +___ + +### timestamp + +• **timestamp**: `string` + +#### Defined in + +[api/account.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L75) + +___ + +### to + +• **to**: `string` + +#### Defined in + +[api/account.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L76) + +___ + +### txHash + +• **txHash**: `string` + +#### Defined in + +[api/account.ts:74](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L74) diff --git a/docs/sdk/reference/interfaces/IAccountTransfersCountResponse.md b/docs/sdk/reference/interfaces/IAccountTransfersCountResponse.md index 2475616eb..dfb982334 100644 --- a/docs/sdk/reference/interfaces/IAccountTransfersCountResponse.md +++ b/docs/sdk/reference/interfaces/IAccountTransfersCountResponse.md @@ -18,4 +18,4 @@ Number of account's transfers #### Defined in -[api/account.ts:97](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L97) +[api/account.ts:97](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L97) diff --git a/docs/sdk/reference/interfaces/IAccountTransfersResponse.md b/docs/sdk/reference/interfaces/IAccountTransfersResponse.md new file mode 100644 index 000000000..7e5fdc972 --- /dev/null +++ b/docs/sdk/reference/interfaces/IAccountTransfersResponse.md @@ -0,0 +1,26 @@ +[@vocdoni/sdk](/sdk) / IAccountTransfersResponse + +# Interface: IAccountTransfersResponse + +## Table of contents + +### Properties + +- [transfers](IAccountTransfersResponse#transfers) + +## Properties + +### transfers + +• **transfers**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `received` | [`IAccountTransfer`](IAccountTransfer)[] | +| `sent` | [`IAccountTransfer`](IAccountTransfer)[] | + +#### Defined in + +[api/account.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L80) diff --git a/docs/sdk/reference/interfaces/IAccountsCountResponse.md b/docs/sdk/reference/interfaces/IAccountsCountResponse.md index 960d447b0..9d3bb980b 100644 --- a/docs/sdk/reference/interfaces/IAccountsCountResponse.md +++ b/docs/sdk/reference/interfaces/IAccountsCountResponse.md @@ -18,4 +18,4 @@ Number of accounts #### Defined in -[api/account.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L104) +[api/account.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L104) diff --git a/docs/sdk/reference/interfaces/IAccountsListResponse.md b/docs/sdk/reference/interfaces/IAccountsListResponse.md index 1e8b7ccd6..04d3c22fe 100644 --- a/docs/sdk/reference/interfaces/IAccountsListResponse.md +++ b/docs/sdk/reference/interfaces/IAccountsListResponse.md @@ -18,4 +18,4 @@ List of accounts #### Defined in -[api/account.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L90) +[api/account.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L90) diff --git a/docs/sdk/reference/interfaces/IApprovalElectionParameters.md b/docs/sdk/reference/interfaces/IApprovalElectionParameters.md index d30a93a41..5097c2134 100644 --- a/docs/sdk/reference/interfaces/IApprovalElectionParameters.md +++ b/docs/sdk/reference/interfaces/IApprovalElectionParameters.md @@ -43,7 +43,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -73,7 +73,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -117,7 +117,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -141,7 +141,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -157,7 +157,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -201,7 +201,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -217,7 +217,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -233,7 +233,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -247,4 +247,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IBlockTransactionsResponse.md b/docs/sdk/reference/interfaces/IBlockTransactionsResponse.md index e1d0130d1..216cb6a4b 100644 --- a/docs/sdk/reference/interfaces/IBlockTransactionsResponse.md +++ b/docs/sdk/reference/interfaces/IBlockTransactionsResponse.md @@ -18,7 +18,7 @@ #### Defined in -[api/chain.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L315) +[api/chain.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L316) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/chain.ts:316](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L316) +[api/chain.ts:317](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L317) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/chain.ts:317](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L317) +[api/chain.ts:318](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L318) diff --git a/docs/sdk/reference/interfaces/IBudgetElectionParametersInfo.md b/docs/sdk/reference/interfaces/IBudgetElectionParametersInfo.md index cc76bf61b..b5ee2ba6a 100644 --- a/docs/sdk/reference/interfaces/IBudgetElectionParametersInfo.md +++ b/docs/sdk/reference/interfaces/IBudgetElectionParametersInfo.md @@ -49,7 +49,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -79,7 +79,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L9) +[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L9) ___ @@ -133,7 +133,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -157,7 +157,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -173,7 +173,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L8) +[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -227,7 +227,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -243,7 +243,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -259,7 +259,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IBudgetElectionParametersWithBudget.md b/docs/sdk/reference/interfaces/IBudgetElectionParametersWithBudget.md index 457e224c0..11af087ce 100644 --- a/docs/sdk/reference/interfaces/IBudgetElectionParametersWithBudget.md +++ b/docs/sdk/reference/interfaces/IBudgetElectionParametersWithBudget.md @@ -47,7 +47,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -77,7 +77,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L9) +[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L9) ___ @@ -135,7 +135,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[types/election/budget.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L18) +[types/election/budget.ts:18](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L18) ___ @@ -169,7 +169,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -185,7 +185,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L8) +[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L8) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -243,7 +243,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -259,7 +259,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -275,7 +275,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[types/election/budget.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L17) +[types/election/budget.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L17) ___ @@ -299,4 +299,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IBudgetElectionParametersWithCensusWeight.md b/docs/sdk/reference/interfaces/IBudgetElectionParametersWithCensusWeight.md index 91919bd66..b07b49a3d 100644 --- a/docs/sdk/reference/interfaces/IBudgetElectionParametersWithCensusWeight.md +++ b/docs/sdk/reference/interfaces/IBudgetElectionParametersWithCensusWeight.md @@ -46,7 +46,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -76,7 +76,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L9) +[types/election/budget.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L9) ___ @@ -134,7 +134,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -158,7 +158,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -174,7 +174,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L8) +[types/election/budget.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L8) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -232,7 +232,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -248,7 +248,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -264,7 +264,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[types/election/budget.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L13) +[types/election/budget.ts:13](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L13) ___ @@ -288,4 +288,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/ICensus.md b/docs/sdk/reference/interfaces/ICensus.md index f872886dd..ca25794d7 100644 --- a/docs/sdk/reference/interfaces/ICensus.md +++ b/docs/sdk/reference/interfaces/ICensus.md @@ -22,7 +22,7 @@ The type of the census #### Defined in -[api/election.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L21) +[api/election.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L21) ___ @@ -34,7 +34,7 @@ The root of the census #### Defined in -[api/election.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L26) +[api/election.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L26) ___ @@ -46,7 +46,7 @@ The URL of the census #### Defined in -[api/election.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L36) +[api/election.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L36) ___ @@ -58,7 +58,7 @@ Max size of the census. How many voters the census can have. #### Defined in -[api/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L41) +[api/election.ts:41](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L41) ___ @@ -70,4 +70,4 @@ The post register root of the census #### Defined in -[api/election.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L31) +[api/election.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L31) diff --git a/docs/sdk/reference/interfaces/ICensus3CensusListResponse.md b/docs/sdk/reference/interfaces/ICensus3CensusListResponse.md index 7774408aa..fa64e7419 100644 --- a/docs/sdk/reference/interfaces/ICensus3CensusListResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3CensusListResponse.md @@ -18,4 +18,4 @@ The list of the strategies identifiers #### Defined in -[api/census3/census.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L15) +[api/census3/census.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L15) diff --git a/docs/sdk/reference/interfaces/ICensus3CensusQueueResponse.md b/docs/sdk/reference/interfaces/ICensus3CensusQueueResponse.md index 3216d90e2..e064145ff 100644 --- a/docs/sdk/reference/interfaces/ICensus3CensusQueueResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3CensusQueueResponse.md @@ -21,7 +21,7 @@ The census data #### Defined in -[api/census3/census.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L84) +[api/census3/census.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L84) ___ @@ -33,7 +33,7 @@ If the queue has been done #### Defined in -[api/census3/census.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L64) +[api/census3/census.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L64) ___ @@ -52,7 +52,7 @@ The error of the queue #### Defined in -[api/census3/census.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L69) +[api/census3/census.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L69) ___ @@ -64,4 +64,4 @@ The creation progress #### Defined in -[api/census3/census.ts:89](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L89) +[api/census3/census.ts:89](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L89) diff --git a/docs/sdk/reference/interfaces/ICensus3CensusResponse.md b/docs/sdk/reference/interfaces/ICensus3CensusResponse.md index 39879e9cd..4f1debb31 100644 --- a/docs/sdk/reference/interfaces/ICensus3CensusResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3CensusResponse.md @@ -25,7 +25,7 @@ The identifier of the census #### Defined in -[api/census3/census.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L22) +[api/census3/census.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L22) ___ @@ -37,7 +37,7 @@ The accuracy for an anonymous census #### Defined in -[api/census3/census.ts:57](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L57) +[api/census3/census.ts:57](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L57) ___ @@ -49,7 +49,7 @@ If the census is anonymous or not #### Defined in -[api/census3/census.ts:52](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L52) +[api/census3/census.ts:52](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L52) ___ @@ -61,7 +61,7 @@ The root of the census #### Defined in -[api/census3/census.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L32) +[api/census3/census.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L32) ___ @@ -73,7 +73,7 @@ The size of the census (number of token holders) #### Defined in -[api/census3/census.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L42) +[api/census3/census.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L42) ___ @@ -85,7 +85,7 @@ The identifier of the strategy of the built census #### Defined in -[api/census3/census.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L27) +[api/census3/census.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L27) ___ @@ -97,7 +97,7 @@ The URI of the census #### Defined in -[api/census3/census.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L37) +[api/census3/census.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L37) ___ @@ -109,4 +109,4 @@ The weight of the census (weight of all token holders) #### Defined in -[api/census3/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/census.ts#L47) +[api/census3/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/census.ts#L47) diff --git a/docs/sdk/reference/interfaces/ICensus3ServiceInfoResponse.md b/docs/sdk/reference/interfaces/ICensus3ServiceInfoResponse.md index f88a699e9..41f02e853 100644 --- a/docs/sdk/reference/interfaces/ICensus3ServiceInfoResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3ServiceInfoResponse.md @@ -18,4 +18,4 @@ The list of supported chains #### Defined in -[api/census3/service.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/service.ts#L29) +[api/census3/service.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/service.ts#L29) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategiesListResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategiesListResponse.md index a257fd91a..b2916e20a 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategiesListResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategiesListResponse.md @@ -24,4 +24,4 @@ The list of the strategies identifiers #### Defined in -[api/census3/strategy.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L22) +[api/census3/strategy.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L23) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategiesListResponsePaginated.md b/docs/sdk/reference/interfaces/ICensus3StrategiesListResponsePaginated.md index d7d01cbc7..502b9f242 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategiesListResponsePaginated.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategiesListResponsePaginated.md @@ -25,7 +25,7 @@ The pagination information #### Defined in -[api/census3/strategy.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L29) +[api/census3/strategy.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L30) ___ @@ -41,4 +41,4 @@ The list of the strategies identifiers #### Defined in -[api/census3/strategy.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L22) +[api/census3/strategy.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L23) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategiesOperator.md b/docs/sdk/reference/interfaces/ICensus3StrategiesOperator.md index 63643c637..0a3c5d4af 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategiesOperator.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategiesOperator.md @@ -19,7 +19,7 @@ The description of the operator #### Defined in -[api/census3/strategy.ts:238](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L238) +[api/census3/strategy.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L257) ___ @@ -31,4 +31,4 @@ The tag of the operator #### Defined in -[api/census3/strategy.ts:243](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L243) +[api/census3/strategy.ts:262](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L262) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategiesOperatorsResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategiesOperatorsResponse.md index d18d99011..6369af852 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategiesOperatorsResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategiesOperatorsResponse.md @@ -18,4 +18,4 @@ The list of supported operators #### Defined in -[api/census3/strategy.ts:250](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L250) +[api/census3/strategy.ts:269](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L269) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyCreateResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategyCreateResponse.md index 61e6eed61..4e9cab2bb 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategyCreateResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategyCreateResponse.md @@ -18,4 +18,4 @@ The identifier of the created strategy #### Defined in -[api/census3/strategy.ts:212](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L212) +[api/census3/strategy.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L231) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyEstimationQueueResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategyEstimationQueueResponse.md index 133e92603..f115cc009 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategyEstimationQueueResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategyEstimationQueueResponse.md @@ -29,7 +29,7 @@ The estimation data of the strategy #### Defined in -[api/census3/strategy.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L131) +[api/census3/strategy.ts:118](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L118) ___ @@ -41,7 +41,7 @@ If the queue has been done #### Defined in -[api/census3/strategy.ts:111](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L111) +[api/census3/strategy.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L98) ___ @@ -60,7 +60,7 @@ The error of the queue #### Defined in -[api/census3/strategy.ts:116](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L116) +[api/census3/strategy.ts:103](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L103) ___ @@ -72,4 +72,4 @@ The estimation progress #### Defined in -[api/census3/strategy.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L151) +[api/census3/strategy.ts:138](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L138) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyHoldersQueueResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategyHoldersQueueResponse.md new file mode 100644 index 000000000..1055a6086 --- /dev/null +++ b/docs/sdk/reference/interfaces/ICensus3StrategyHoldersQueueResponse.md @@ -0,0 +1,71 @@ +[@vocdoni/sdk](/sdk) / ICensus3StrategyHoldersQueueResponse + +# Interface: ICensus3StrategyHoldersQueueResponse + +## Table of contents + +### Properties + +- [data](ICensus3StrategyHoldersQueueResponse#data) +- [done](ICensus3StrategyHoldersQueueResponse#done) +- [error](ICensus3StrategyHoldersQueueResponse#error) +- [progress](ICensus3StrategyHoldersQueueResponse#progress) + +## Properties + +### data + +• **data**: `Object` + +The list of the strategy holders + +#### Index signature + +▪ [key: `string`]: `string` + +#### Defined in + +[api/census3/strategy.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L197) + +___ + +### done + +• **done**: `boolean` + +If the queue has been done + +#### Defined in + +[api/census3/strategy.ts:177](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L177) + +___ + +### error + +• **error**: `Object` + +The error of the queue + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `code` | `number` | The code of the error | +| `error` | `string` | The string of the error | + +#### Defined in + +[api/census3/strategy.ts:182](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L182) + +___ + +### progress + +• **progress**: `number` + +The importing progress + +#### Defined in + +[api/census3/strategy.ts:202](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L202) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponse.md deleted file mode 100644 index 1776c2ff9..000000000 --- a/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponse.md +++ /dev/null @@ -1,31 +0,0 @@ -[@vocdoni/sdk](/sdk) / ICensus3StrategyHoldersResponse - -# Interface: ICensus3StrategyHoldersResponse - -## Hierarchy - -- **`ICensus3StrategyHoldersResponse`** - - ↳ [`ICensus3StrategyHoldersResponsePaginated`](ICensus3StrategyHoldersResponsePaginated) - -## Table of contents - -### Properties - -- [holders](ICensus3StrategyHoldersResponse#holders) - -## Properties - -### holders - -• **holders**: `Object` - -The list of the strategy holders - -#### Index signature - -▪ [key: `string`]: `string` - -#### Defined in - -[api/census3/strategy.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L36) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponsePaginated.md b/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponsePaginated.md deleted file mode 100644 index 701c02dfb..000000000 --- a/docs/sdk/reference/interfaces/ICensus3StrategyHoldersResponsePaginated.md +++ /dev/null @@ -1,48 +0,0 @@ -[@vocdoni/sdk](/sdk) / ICensus3StrategyHoldersResponsePaginated - -# Interface: ICensus3StrategyHoldersResponsePaginated - -## Hierarchy - -- [`ICensus3StrategyHoldersResponse`](ICensus3StrategyHoldersResponse) - - ↳ **`ICensus3StrategyHoldersResponsePaginated`** - -## Table of contents - -### Properties - -- [holders](ICensus3StrategyHoldersResponsePaginated#holders) -- [pagination](ICensus3StrategyHoldersResponsePaginated#pagination) - -## Properties - -### holders - -• **holders**: `Object` - -The list of the strategy holders - -#### Index signature - -▪ [key: `string`]: `string` - -#### Inherited from - -[ICensus3StrategyHoldersResponse](ICensus3StrategyHoldersResponse.md).[holders](ICensus3StrategyHoldersResponse#holders) - -#### Defined in - -[api/census3/strategy.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L36) - -___ - -### pagination - -• **pagination**: `Census3Pagination` - -The pagination information - -#### Defined in - -[api/census3/strategy.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L43) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyImportQueueResponse.md b/docs/sdk/reference/interfaces/ICensus3StrategyImportQueueResponse.md index 03a63ed0d..bbfbfe840 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategyImportQueueResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategyImportQueueResponse.md @@ -21,7 +21,7 @@ The imported data strategy #### Defined in -[api/census3/strategy.ts:178](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L178) +[api/census3/strategy.ts:165](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L165) ___ @@ -33,7 +33,7 @@ If the queue has been done #### Defined in -[api/census3/strategy.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L158) +[api/census3/strategy.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L145) ___ @@ -52,7 +52,7 @@ The error of the queue #### Defined in -[api/census3/strategy.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L163) +[api/census3/strategy.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L150) ___ @@ -64,4 +64,4 @@ The importing progress #### Defined in -[api/census3/strategy.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L183) +[api/census3/strategy.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L170) diff --git a/docs/sdk/reference/interfaces/ICensus3StrategyToken.md b/docs/sdk/reference/interfaces/ICensus3StrategyToken.md index 364bc4038..8e0dfc144 100644 --- a/docs/sdk/reference/interfaces/ICensus3StrategyToken.md +++ b/docs/sdk/reference/interfaces/ICensus3StrategyToken.md @@ -21,7 +21,7 @@ The id (address) of the token. #### Defined in -[api/census3/strategy.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L190) +[api/census3/strategy.ts:209](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L209) ___ @@ -33,7 +33,7 @@ The method used for checking balances. #### Defined in -[api/census3/strategy.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L205) +[api/census3/strategy.ts:224](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L224) ___ @@ -45,7 +45,7 @@ The minimum balance. #### Defined in -[api/census3/strategy.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L200) +[api/census3/strategy.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L219) ___ @@ -57,4 +57,4 @@ The name of the token. #### Defined in -[api/census3/strategy.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L195) +[api/census3/strategy.ts:214](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L214) diff --git a/docs/sdk/reference/interfaces/ICensus3SupportedChain.md b/docs/sdk/reference/interfaces/ICensus3SupportedChain.md index fff7a6558..237a5506c 100644 --- a/docs/sdk/reference/interfaces/ICensus3SupportedChain.md +++ b/docs/sdk/reference/interfaces/ICensus3SupportedChain.md @@ -20,7 +20,7 @@ The identifier of the chain #### Defined in -[api/census3/service.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/service.ts#L12) +[api/census3/service.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/service.ts#L12) ___ @@ -32,7 +32,7 @@ The name of the chain #### Defined in -[api/census3/service.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/service.ts#L22) +[api/census3/service.ts:22](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/service.ts#L22) ___ @@ -44,4 +44,4 @@ The short name of the chain #### Defined in -[api/census3/service.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/service.ts#L17) +[api/census3/service.ts:17](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/service.ts#L17) diff --git a/docs/sdk/reference/interfaces/ICensus3TokenHolderResponse.md b/docs/sdk/reference/interfaces/ICensus3TokenHolderResponse.md index b7c1df5c8..eab3f278c 100644 --- a/docs/sdk/reference/interfaces/ICensus3TokenHolderResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3TokenHolderResponse.md @@ -18,4 +18,4 @@ The balance of the holder #### Defined in -[api/census3/token.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L117) +[api/census3/token.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L117) diff --git a/docs/sdk/reference/interfaces/ICensus3TokenListResponse.md b/docs/sdk/reference/interfaces/ICensus3TokenListResponse.md index 761cd0be3..d1d2e5971 100644 --- a/docs/sdk/reference/interfaces/ICensus3TokenListResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3TokenListResponse.md @@ -24,4 +24,4 @@ The list of the tokens #### Defined in -[api/census3/token.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L110) +[api/census3/token.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L110) diff --git a/docs/sdk/reference/interfaces/ICensus3TokenListResponsePaginated.md b/docs/sdk/reference/interfaces/ICensus3TokenListResponsePaginated.md index 67fb659c2..82c31c1fa 100644 --- a/docs/sdk/reference/interfaces/ICensus3TokenListResponsePaginated.md +++ b/docs/sdk/reference/interfaces/ICensus3TokenListResponsePaginated.md @@ -25,7 +25,7 @@ The pagination information #### Defined in -[api/census3/token.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L124) +[api/census3/token.ts:124](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L124) ___ @@ -41,4 +41,4 @@ The list of the tokens #### Defined in -[api/census3/token.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L110) +[api/census3/token.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L110) diff --git a/docs/sdk/reference/interfaces/ICensus3TokenTypesResponse.md b/docs/sdk/reference/interfaces/ICensus3TokenTypesResponse.md index d6259971c..f95fca7eb 100644 --- a/docs/sdk/reference/interfaces/ICensus3TokenTypesResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3TokenTypesResponse.md @@ -18,4 +18,4 @@ The list of the tokens types #### Defined in -[api/census3/token.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L131) +[api/census3/token.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L131) diff --git a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateChild.md b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateChild.md index dc2460739..f2d76c56f 100644 --- a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateChild.md +++ b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateChild.md @@ -19,7 +19,7 @@ The operator used in the predicate #### Defined in -[api/census3/strategy.ts:226](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L226) +[api/census3/strategy.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L245) ___ @@ -31,4 +31,4 @@ The list of tokens of the predicate #### Defined in -[api/census3/strategy.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L231) +[api/census3/strategy.ts:250](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L250) diff --git a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateResponse.md b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateResponse.md index 04d219337..31b36d6d3 100644 --- a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateResponse.md +++ b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateResponse.md @@ -24,4 +24,4 @@ The parsed version of the predicate #### Defined in -[api/census3/strategy.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L257) +[api/census3/strategy.ts:276](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L276) diff --git a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateToken.md b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateToken.md index d6d6864a2..12d7cc576 100644 --- a/docs/sdk/reference/interfaces/ICensus3ValidatePredicateToken.md +++ b/docs/sdk/reference/interfaces/ICensus3ValidatePredicateToken.md @@ -18,4 +18,4 @@ The literal of the predicate #### Defined in -[api/census3/strategy.ts:219](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L219) +[api/census3/strategy.ts:238](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L238) diff --git a/docs/sdk/reference/interfaces/ICensusExportResponse.md b/docs/sdk/reference/interfaces/ICensusExportResponse.md index 424520d16..e1ee55fa6 100644 --- a/docs/sdk/reference/interfaces/ICensusExportResponse.md +++ b/docs/sdk/reference/interfaces/ICensusExportResponse.md @@ -21,7 +21,7 @@ The data of the census #### Defined in -[api/census.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L54) +[api/census.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L64) ___ @@ -33,7 +33,7 @@ The max levels of the census #### Defined in -[api/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L59) +[api/census.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L69) ___ @@ -45,7 +45,7 @@ The root hash of the census #### Defined in -[api/census.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L49) +[api/census.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L59) ___ @@ -57,4 +57,4 @@ The type of the census #### Defined in -[api/census.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L44) +[api/census.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L54) diff --git a/docs/sdk/reference/interfaces/ICensusParticipant.md b/docs/sdk/reference/interfaces/ICensusParticipant.md index b289f3548..84c1bb29f 100644 --- a/docs/sdk/reference/interfaces/ICensusParticipant.md +++ b/docs/sdk/reference/interfaces/ICensusParticipant.md @@ -17,7 +17,7 @@ #### Defined in -[types/census/offchain.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L6) +[types/census/offchain.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L6) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[types/census/offchain.ts:7](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/census/offchain.ts#L7) +[types/census/offchain.ts:7](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/census/offchain.ts#L7) diff --git a/docs/sdk/reference/interfaces/ICensusProofResponse.md b/docs/sdk/reference/interfaces/ICensusProofResponse.md index 845eb41f5..b60ffd082 100644 --- a/docs/sdk/reference/interfaces/ICensusProofResponse.md +++ b/docs/sdk/reference/interfaces/ICensusProofResponse.md @@ -23,7 +23,7 @@ The proof for the given key #### Defined in -[api/census.ts:83](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L83) +[api/census.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L93) ___ @@ -35,7 +35,7 @@ The root (id) of the census #### Defined in -[api/census.ts:78](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L78) +[api/census.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L88) ___ @@ -47,7 +47,7 @@ The census siblings #### Defined in -[api/census.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L93) +[api/census.ts:103](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L103) ___ @@ -59,7 +59,7 @@ The type of the census #### Defined in -[api/census.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L68) +[api/census.ts:78](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L78) ___ @@ -71,7 +71,7 @@ The value for the given key #### Defined in -[api/census.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L88) +[api/census.ts:98](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L98) ___ @@ -83,4 +83,4 @@ The weight as a string #### Defined in -[api/census.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L73) +[api/census.ts:83](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L83) diff --git a/docs/sdk/reference/interfaces/ICensusPublishAsyncResponse.md b/docs/sdk/reference/interfaces/ICensusPublishAsyncResponse.md new file mode 100644 index 000000000..bd9045609 --- /dev/null +++ b/docs/sdk/reference/interfaces/ICensusPublishAsyncResponse.md @@ -0,0 +1,21 @@ +[@vocdoni/sdk](/sdk) / ICensusPublishAsyncResponse + +# Interface: ICensusPublishAsyncResponse + +## Table of contents + +### Properties + +- [censusID](ICensusPublishAsyncResponse#censusid) + +## Properties + +### censusID + +• **censusID**: `string` + +The identifier of the published census + +#### Defined in + +[api/census.ts:47](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L47) diff --git a/docs/sdk/reference/interfaces/ICensusPublishResponse.md b/docs/sdk/reference/interfaces/ICensusPublishResponse.md index 4c1b91aca..e678124fa 100644 --- a/docs/sdk/reference/interfaces/ICensusPublishResponse.md +++ b/docs/sdk/reference/interfaces/ICensusPublishResponse.md @@ -19,7 +19,7 @@ The identifier of the published census #### Defined in -[api/census.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L32) +[api/census.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L35) ___ @@ -31,4 +31,4 @@ The URI of the published census #### Defined in -[api/census.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census.ts#L37) +[api/census.ts:40](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census.ts#L40) diff --git a/docs/sdk/reference/interfaces/IChainBlockInfoResponse.md b/docs/sdk/reference/interfaces/IChainBlockInfoResponse.md index f477b9f81..64119dda6 100644 --- a/docs/sdk/reference/interfaces/IChainBlockInfoResponse.md +++ b/docs/sdk/reference/interfaces/IChainBlockInfoResponse.md @@ -26,7 +26,7 @@ #### Defined in -[api/chain.ts:275](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L275) +[api/chain.ts:276](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L276) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/chain.ts:278](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L278) +[api/chain.ts:279](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L279) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/chain.ts:281](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L281) +[api/chain.ts:282](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L282) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[api/chain.ts:282](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L282) +[api/chain.ts:283](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L283) ___ @@ -102,4 +102,4 @@ ___ #### Defined in -[api/chain.ts:301](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L301) +[api/chain.ts:302](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L302) diff --git a/docs/sdk/reference/interfaces/IChainFeesListResponse.md b/docs/sdk/reference/interfaces/IChainFeesListResponse.md index f426f46d4..c80746461 100644 --- a/docs/sdk/reference/interfaces/IChainFeesListResponse.md +++ b/docs/sdk/reference/interfaces/IChainFeesListResponse.md @@ -18,4 +18,4 @@ The list of fees #### Defined in -[api/chain.ts:393](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L393) +[api/chain.ts:419](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L419) diff --git a/docs/sdk/reference/interfaces/IChainGetCircuitResponse.md b/docs/sdk/reference/interfaces/IChainGetCircuitResponse.md index a69406d9d..5ec204c99 100644 --- a/docs/sdk/reference/interfaces/IChainGetCircuitResponse.md +++ b/docs/sdk/reference/interfaces/IChainGetCircuitResponse.md @@ -26,7 +26,7 @@ The path of the circuit. #### Defined in -[api/chain.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L130) +[api/chain.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L131) ___ @@ -38,7 +38,7 @@ The circuit levels. #### Defined in -[api/chain.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L135) +[api/chain.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L136) ___ @@ -50,7 +50,7 @@ The base uri of the files. #### Defined in -[api/chain.ts:125](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L125) +[api/chain.ts:126](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L126) ___ @@ -62,7 +62,7 @@ The name of the verification key file. #### Defined in -[api/chain.ts:155](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L155) +[api/chain.ts:156](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L156) ___ @@ -74,7 +74,7 @@ The hash of the verification key file. #### Defined in -[api/chain.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L150) +[api/chain.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L151) ___ @@ -86,7 +86,7 @@ The name of the WASM file. #### Defined in -[api/chain.ts:165](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L165) +[api/chain.ts:166](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L166) ___ @@ -98,7 +98,7 @@ The hash of the WASM file. #### Defined in -[api/chain.ts:160](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L160) +[api/chain.ts:161](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L161) ___ @@ -110,7 +110,7 @@ The name of the proving key file. #### Defined in -[api/chain.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L145) +[api/chain.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L146) ___ @@ -122,4 +122,4 @@ The hash of the proving key file. #### Defined in -[api/chain.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L140) +[api/chain.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L141) diff --git a/docs/sdk/reference/interfaces/IChainGetCostsResponse.md b/docs/sdk/reference/interfaces/IChainGetCostsResponse.md index 95d6d4743..4cd30309e 100644 --- a/docs/sdk/reference/interfaces/IChainGetCostsResponse.md +++ b/docs/sdk/reference/interfaces/IChainGetCostsResponse.md @@ -20,7 +20,7 @@ The base price. #### Defined in -[api/chain.ts:100](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L100) +[api/chain.ts:101](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L101) ___ @@ -32,7 +32,7 @@ The capacity of the chain. #### Defined in -[api/chain.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L105) +[api/chain.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L106) ___ @@ -56,4 +56,4 @@ The factors. #### Defined in -[api/chain.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L110) +[api/chain.ts:111](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L111) diff --git a/docs/sdk/reference/interfaces/IChainGetInfoResponse.md b/docs/sdk/reference/interfaces/IChainGetInfoResponse.md index e68edcfac..c4b5dc758 100644 --- a/docs/sdk/reference/interfaces/IChainGetInfoResponse.md +++ b/docs/sdk/reference/interfaces/IChainGetInfoResponse.md @@ -30,7 +30,7 @@ The different block times from the chain. #### Defined in -[api/chain.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L38) +[api/chain.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L39) ___ @@ -42,7 +42,7 @@ The timestamp of the actual block. #### Defined in -[api/chain.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L68) +[api/chain.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L69) ___ @@ -54,7 +54,7 @@ The id of the current chain #### Defined in -[api/chain.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L33) +[api/chain.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L34) ___ @@ -66,7 +66,7 @@ The circuit configuration tag. #### Defined in -[api/chain.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L88) +[api/chain.ts:89](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L89) ___ @@ -78,7 +78,7 @@ The number of elections existing on the Vochain. #### Defined in -[api/chain.ts:43](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L43) +[api/chain.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L44) ___ @@ -90,7 +90,7 @@ The time of the genesis block. #### Defined in -[api/chain.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L53) +[api/chain.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L54) ___ @@ -102,7 +102,7 @@ The height or actual block of the current chain. #### Defined in -[api/chain.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L58) +[api/chain.ts:59](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L59) ___ @@ -114,7 +114,7 @@ The maximum size of a census. #### Defined in -[api/chain.ts:93](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L93) +[api/chain.ts:94](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L94) ___ @@ -126,7 +126,7 @@ The number of organizations existing on the Vochain. #### Defined in -[api/chain.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L48) +[api/chain.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L49) ___ @@ -138,7 +138,7 @@ Whether the blockchain is syncing. #### Defined in -[api/chain.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L63) +[api/chain.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L64) ___ @@ -150,7 +150,7 @@ The number of transactions. #### Defined in -[api/chain.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L73) +[api/chain.ts:74](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L74) ___ @@ -162,7 +162,7 @@ The number of validators. #### Defined in -[api/chain.ts:78](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L78) +[api/chain.ts:79](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L79) ___ @@ -174,4 +174,4 @@ The number of votes. #### Defined in -[api/chain.ts:83](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L83) +[api/chain.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L84) diff --git a/docs/sdk/reference/interfaces/IChainOrganizationCountResponse.md b/docs/sdk/reference/interfaces/IChainOrganizationCountResponse.md index b218531a7..08b6badc2 100644 --- a/docs/sdk/reference/interfaces/IChainOrganizationCountResponse.md +++ b/docs/sdk/reference/interfaces/IChainOrganizationCountResponse.md @@ -18,4 +18,4 @@ The number of organizations #### Defined in -[api/chain.ts:244](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L244) +[api/chain.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L245) diff --git a/docs/sdk/reference/interfaces/IChainOrganizationListResponse.md b/docs/sdk/reference/interfaces/IChainOrganizationListResponse.md index 709ab2cb9..e974774db 100644 --- a/docs/sdk/reference/interfaces/IChainOrganizationListResponse.md +++ b/docs/sdk/reference/interfaces/IChainOrganizationListResponse.md @@ -18,4 +18,4 @@ The list of organizations #### Defined in -[api/chain.ts:263](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L263) +[api/chain.ts:264](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L264) diff --git a/docs/sdk/reference/interfaces/IChainOrganizationResponse.md b/docs/sdk/reference/interfaces/IChainOrganizationResponse.md index 8af489dec..ba9495c00 100644 --- a/docs/sdk/reference/interfaces/IChainOrganizationResponse.md +++ b/docs/sdk/reference/interfaces/IChainOrganizationResponse.md @@ -19,7 +19,7 @@ The number of elections #### Defined in -[api/chain.ts:256](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L256) +[api/chain.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L257) ___ @@ -31,4 +31,4 @@ The identifier of the organization #### Defined in -[api/chain.ts:251](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L251) +[api/chain.ts:252](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L252) diff --git a/docs/sdk/reference/interfaces/IChainSubmitTxResponse.md b/docs/sdk/reference/interfaces/IChainSubmitTxResponse.md index 9ad46ba2c..a2074b37e 100644 --- a/docs/sdk/reference/interfaces/IChainSubmitTxResponse.md +++ b/docs/sdk/reference/interfaces/IChainSubmitTxResponse.md @@ -20,7 +20,7 @@ The response code #### Defined in -[api/chain.ts:230](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L230) +[api/chain.ts:231](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L231) ___ @@ -32,7 +32,7 @@ The hash of the transaction #### Defined in -[api/chain.ts:220](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L220) +[api/chain.ts:221](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L221) ___ @@ -44,4 +44,4 @@ The response data (can vary depending on the transaction type) #### Defined in -[api/chain.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L225) +[api/chain.ts:226](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L226) diff --git a/docs/sdk/reference/interfaces/IChainTxCountResponse.md b/docs/sdk/reference/interfaces/IChainTxCountResponse.md index c7f635bce..4e25570e1 100644 --- a/docs/sdk/reference/interfaces/IChainTxCountResponse.md +++ b/docs/sdk/reference/interfaces/IChainTxCountResponse.md @@ -18,4 +18,4 @@ The number of transactions #### Defined in -[api/chain.ts:213](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L213) +[api/chain.ts:214](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L214) diff --git a/docs/sdk/reference/interfaces/IChainTxListResponse.md b/docs/sdk/reference/interfaces/IChainTxListResponse.md index 0e9e981a8..ded265a41 100644 --- a/docs/sdk/reference/interfaces/IChainTxListResponse.md +++ b/docs/sdk/reference/interfaces/IChainTxListResponse.md @@ -18,4 +18,4 @@ List of transactions reference #### Defined in -[api/chain.ts:237](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L237) +[api/chain.ts:238](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L238) diff --git a/docs/sdk/reference/interfaces/IChainTxReference.md b/docs/sdk/reference/interfaces/IChainTxReference.md index a6bf89f98..01b6404f9 100644 --- a/docs/sdk/reference/interfaces/IChainTxReference.md +++ b/docs/sdk/reference/interfaces/IChainTxReference.md @@ -22,7 +22,7 @@ The number of the block where the transaction is. #### Defined in -[api/chain.ts:196](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L196) +[api/chain.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L197) ___ @@ -34,7 +34,7 @@ The hash of the transaction. #### Defined in -[api/chain.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L191) +[api/chain.ts:192](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L192) ___ @@ -46,7 +46,7 @@ The index of the transaction inside the block. #### Defined in -[api/chain.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L201) +[api/chain.ts:202](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L202) ___ @@ -58,7 +58,7 @@ The number of the transaction. #### Defined in -[api/chain.ts:186](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L186) +[api/chain.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L187) ___ @@ -70,4 +70,4 @@ The type of the transaction. #### Defined in -[api/chain.ts:206](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L206) +[api/chain.ts:207](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L207) diff --git a/docs/sdk/reference/interfaces/IChainValidator.md b/docs/sdk/reference/interfaces/IChainValidator.md index eb5cdfe00..fe43b76f9 100644 --- a/docs/sdk/reference/interfaces/IChainValidator.md +++ b/docs/sdk/reference/interfaces/IChainValidator.md @@ -7,9 +7,14 @@ ### Properties - [address](IChainValidator#address) +- [joinHeight](IChainValidator#joinheight) - [name](IChainValidator#name) - [power](IChainValidator#power) +- [proposals](IChainValidator#proposals) - [pubKey](IChainValidator#pubkey) +- [score](IChainValidator#score) +- [validatorAddress](IChainValidator#validatoraddress) +- [votes](IChainValidator#votes) ## Properties @@ -21,7 +26,19 @@ Validator address #### Defined in -[api/chain.ts:342](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L342) +[api/chain.ts:343](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L343) + +___ + +### joinHeight + +• **joinHeight**: `number` + +Block height when validator joint + +#### Defined in + +[api/chain.ts:353](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L353) ___ @@ -33,7 +50,7 @@ Validator name reference. Could be empty. #### Defined in -[api/chain.ts:347](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L347) +[api/chain.ts:348](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L348) ___ @@ -45,7 +62,19 @@ Current power of the validator #### Defined in -[api/chain.ts:332](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L332) +[api/chain.ts:333](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L333) + +___ + +### proposals + +• **proposals**: `number` + +Total block proposals count + +#### Defined in + +[api/chain.ts:358](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L358) ___ @@ -57,4 +86,40 @@ Validator public key #### Defined in -[api/chain.ts:337](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L337) +[api/chain.ts:338](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L338) + +___ + +### score + +• **score**: `number` + +Validatos effectivity. Between 0 and 100 + +#### Defined in + +[api/chain.ts:363](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L363) + +___ + +### validatorAddress + +• **validatorAddress**: `string` + +Validator address + +#### Defined in + +[api/chain.ts:368](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L368) + +___ + +### votes + +• **votes**: `number` + +Number ob validated blocks (not created) + +#### Defined in + +[api/chain.ts:373](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L373) diff --git a/docs/sdk/reference/interfaces/IChainValidatorsListResponse.md b/docs/sdk/reference/interfaces/IChainValidatorsListResponse.md index d3596b6f3..6d1e4db36 100644 --- a/docs/sdk/reference/interfaces/IChainValidatorsListResponse.md +++ b/docs/sdk/reference/interfaces/IChainValidatorsListResponse.md @@ -18,4 +18,4 @@ The list of validators #### Defined in -[api/chain.ts:354](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L354) +[api/chain.ts:380](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L380) diff --git a/docs/sdk/reference/interfaces/IChoice.md b/docs/sdk/reference/interfaces/IChoice.md index 1a233dd55..b055d6b51 100644 --- a/docs/sdk/reference/interfaces/IChoice.md +++ b/docs/sdk/reference/interfaces/IChoice.md @@ -19,7 +19,7 @@ #### Defined in -[types/metadata/election.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L27) +[types/metadata/election.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L27) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[types/metadata/election.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L26) +[types/metadata/election.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L26) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[types/metadata/election.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L24) +[types/metadata/election.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L24) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[types/metadata/election.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L25) +[types/metadata/election.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L25) diff --git a/docs/sdk/reference/interfaces/ICspAuthStep.md b/docs/sdk/reference/interfaces/ICspAuthStep.md index a79b5ee95..0432ff61c 100644 --- a/docs/sdk/reference/interfaces/ICspAuthStep.md +++ b/docs/sdk/reference/interfaces/ICspAuthStep.md @@ -19,7 +19,7 @@ The title of the step #### Defined in -[api/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L15) +[api/csp.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L15) ___ @@ -31,4 +31,4 @@ The type of data of the step #### Defined in -[api/csp.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L20) +[api/csp.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L20) diff --git a/docs/sdk/reference/interfaces/ICspFinalStepResponse.md b/docs/sdk/reference/interfaces/ICspFinalStepResponse.md index e0022cdde..2a536cb1f 100644 --- a/docs/sdk/reference/interfaces/ICspFinalStepResponse.md +++ b/docs/sdk/reference/interfaces/ICspFinalStepResponse.md @@ -18,4 +18,4 @@ The final token #### Defined in -[api/csp.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L61) +[api/csp.ts:61](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L61) diff --git a/docs/sdk/reference/interfaces/ICspInfoResponse.md b/docs/sdk/reference/interfaces/ICspInfoResponse.md index 699fd8ae4..991174499 100644 --- a/docs/sdk/reference/interfaces/ICspInfoResponse.md +++ b/docs/sdk/reference/interfaces/ICspInfoResponse.md @@ -21,7 +21,7 @@ The auth steps to follow in order to get a blind signature #### Defined in -[api/csp.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L42) +[api/csp.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L42) ___ @@ -33,7 +33,7 @@ The authentication type of the CSP #### Defined in -[api/csp.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L37) +[api/csp.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L37) ___ @@ -45,7 +45,7 @@ The types of signature of the CSP #### Defined in -[api/csp.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L32) +[api/csp.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L32) ___ @@ -57,4 +57,4 @@ The title of the CSP Information #### Defined in -[api/csp.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L27) +[api/csp.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L27) diff --git a/docs/sdk/reference/interfaces/ICspIntermediateStepResponse.md b/docs/sdk/reference/interfaces/ICspIntermediateStepResponse.md index bd8fd3bc9..32bee4466 100644 --- a/docs/sdk/reference/interfaces/ICspIntermediateStepResponse.md +++ b/docs/sdk/reference/interfaces/ICspIntermediateStepResponse.md @@ -19,7 +19,7 @@ The auth token for the following requests #### Defined in -[api/csp.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L49) +[api/csp.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L49) ___ @@ -31,4 +31,4 @@ The response of the CSP #### Defined in -[api/csp.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L54) +[api/csp.ts:54](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L54) diff --git a/docs/sdk/reference/interfaces/ICspSignResponse.md b/docs/sdk/reference/interfaces/ICspSignResponse.md index cab049f9e..3b0c7a3e2 100644 --- a/docs/sdk/reference/interfaces/ICspSignResponse.md +++ b/docs/sdk/reference/interfaces/ICspSignResponse.md @@ -18,4 +18,4 @@ The blind signature #### Defined in -[api/csp.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/csp.ts#L68) +[api/csp.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/csp.ts#L68) diff --git a/docs/sdk/reference/interfaces/IElectionCreateResponse.md b/docs/sdk/reference/interfaces/IElectionCreateResponse.md index a32c2f3b3..1f3c0b066 100644 --- a/docs/sdk/reference/interfaces/IElectionCreateResponse.md +++ b/docs/sdk/reference/interfaces/IElectionCreateResponse.md @@ -20,7 +20,7 @@ The election identifier #### Defined in -[api/election.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L134) +[api/election.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L134) ___ @@ -32,7 +32,7 @@ The metadata URL #### Defined in -[api/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L139) +[api/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L139) ___ @@ -44,4 +44,4 @@ The hash of the transaction #### Defined in -[api/election.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L129) +[api/election.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L129) diff --git a/docs/sdk/reference/interfaces/IElectionInfoResponse.md b/docs/sdk/reference/interfaces/IElectionInfoResponse.md index a1c0e919d..228402cf6 100644 --- a/docs/sdk/reference/interfaces/IElectionInfoResponse.md +++ b/docs/sdk/reference/interfaces/IElectionInfoResponse.md @@ -35,7 +35,7 @@ The census of the election #### Defined in -[api/election.ts:220](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L220) +[api/election.ts:220](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L220) ___ @@ -47,7 +47,7 @@ The chain identifier of the election #### Defined in -[api/election.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L215) +[api/election.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L215) ___ @@ -59,7 +59,7 @@ The date of creation of the election #### Defined in -[api/election.ts:230](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L230) +[api/election.ts:230](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L230) ___ @@ -71,7 +71,7 @@ The id of the election #### Defined in -[api/election.ts:165](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L165) +[api/election.ts:165](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L165) ___ @@ -83,7 +83,7 @@ The election mode of the election #### Defined in -[api/election.ts:240](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L240) +[api/election.ts:240](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L240) ___ @@ -95,7 +95,7 @@ The end date of the election #### Defined in -[api/election.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L185) +[api/election.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L185) ___ @@ -107,7 +107,7 @@ If the election has the final results #### Defined in -[api/election.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L195) +[api/election.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L195) ___ @@ -119,7 +119,7 @@ If the election comes from the archive #### Defined in -[api/election.ts:210](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L210) +[api/election.ts:210](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L210) ___ @@ -131,7 +131,7 @@ If the election has been ended manually #### Defined in -[api/election.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L205) +[api/election.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L205) ___ @@ -143,7 +143,7 @@ The metadata of the election (can be encrypted) #### Defined in -[api/election.ts:250](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L250) +[api/election.ts:250](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L250) ___ @@ -155,7 +155,7 @@ The URL of the metadata #### Defined in -[api/election.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L225) +[api/election.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L225) ___ @@ -167,7 +167,7 @@ The id of the organization that created the election #### Defined in -[api/election.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L170) +[api/election.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L170) ___ @@ -179,7 +179,7 @@ The result of the election #### Defined in -[api/election.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L200) +[api/election.ts:200](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L200) ___ @@ -191,7 +191,7 @@ The start date of the election #### Defined in -[api/election.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L180) +[api/election.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L180) ___ @@ -203,7 +203,7 @@ The status of the election #### Defined in -[api/election.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L175) +[api/election.ts:175](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L175) ___ @@ -215,7 +215,7 @@ The tally mode of the vote #### Defined in -[api/election.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L245) +[api/election.ts:245](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L245) ___ @@ -227,7 +227,7 @@ The number of votes of the election #### Defined in -[api/election.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L190) +[api/election.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L190) ___ @@ -239,4 +239,4 @@ The voting mode of the election #### Defined in -[api/election.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L235) +[api/election.ts:235](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L235) diff --git a/docs/sdk/reference/interfaces/IElectionKeysResponse.md b/docs/sdk/reference/interfaces/IElectionKeysResponse.md index 33e413889..36216a0f7 100644 --- a/docs/sdk/reference/interfaces/IElectionKeysResponse.md +++ b/docs/sdk/reference/interfaces/IElectionKeysResponse.md @@ -17,7 +17,7 @@ #### Defined in -[api/election.ts:267](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L267) +[api/election.ts:267](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L267) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[api/election.ts:266](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L266) +[api/election.ts:266](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L266) diff --git a/docs/sdk/reference/interfaces/IElectionListFilter.md b/docs/sdk/reference/interfaces/IElectionListFilter.md index 033821b2d..6db096b0b 100644 --- a/docs/sdk/reference/interfaces/IElectionListFilter.md +++ b/docs/sdk/reference/interfaces/IElectionListFilter.md @@ -19,7 +19,7 @@ #### Defined in -[api/election.ts:364](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L364) +[api/election.ts:364](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L364) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[api/election.ts:363](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L363) +[api/election.ts:363](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L363) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[api/election.ts:366](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L366) +[api/election.ts:366](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L366) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[api/election.ts:365](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L365) +[api/election.ts:365](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L365) diff --git a/docs/sdk/reference/interfaces/IElectionListResponse.md b/docs/sdk/reference/interfaces/IElectionListResponse.md index 54bd5f190..55316a186 100644 --- a/docs/sdk/reference/interfaces/IElectionListResponse.md +++ b/docs/sdk/reference/interfaces/IElectionListResponse.md @@ -18,4 +18,4 @@ List of election summaries #### Defined in -[api/election.ts:359](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L359) +[api/election.ts:359](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L359) diff --git a/docs/sdk/reference/interfaces/IElectionMode.md b/docs/sdk/reference/interfaces/IElectionMode.md index 2c63b0991..5daac6d89 100644 --- a/docs/sdk/reference/interfaces/IElectionMode.md +++ b/docs/sdk/reference/interfaces/IElectionMode.md @@ -22,7 +22,7 @@ If the election should start automatically #### Defined in -[api/election.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L75) +[api/election.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L75) ___ @@ -34,7 +34,7 @@ If the election has a dynamic census #### Defined in -[api/election.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L85) +[api/election.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L85) ___ @@ -46,7 +46,7 @@ If the election has encrypted metadata #### Defined in -[api/election.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L90) +[api/election.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L90) ___ @@ -58,7 +58,7 @@ If the election is interruptible #### Defined in -[api/election.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L80) +[api/election.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L80) ___ @@ -70,4 +70,4 @@ If the election has preregister phase #### Defined in -[api/election.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L95) +[api/election.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L95) diff --git a/docs/sdk/reference/interfaces/IElectionNextIdResponse.md b/docs/sdk/reference/interfaces/IElectionNextIdResponse.md index 61aaf6ddd..4991a51d5 100644 --- a/docs/sdk/reference/interfaces/IElectionNextIdResponse.md +++ b/docs/sdk/reference/interfaces/IElectionNextIdResponse.md @@ -18,4 +18,4 @@ The next election identifier #### Defined in -[api/election.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L146) +[api/election.ts:146](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L146) diff --git a/docs/sdk/reference/interfaces/IElectionParameters.md b/docs/sdk/reference/interfaces/IElectionParameters.md index d6f49e611..ef250962f 100644 --- a/docs/sdk/reference/interfaces/IElectionParameters.md +++ b/docs/sdk/reference/interfaces/IElectionParameters.md @@ -45,7 +45,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -67,7 +67,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -99,7 +99,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -119,7 +119,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -131,7 +131,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -163,7 +163,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -175,7 +175,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -187,7 +187,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -197,4 +197,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IElectionSummary.md b/docs/sdk/reference/interfaces/IElectionSummary.md index 0465ee045..23a06c9ee 100644 --- a/docs/sdk/reference/interfaces/IElectionSummary.md +++ b/docs/sdk/reference/interfaces/IElectionSummary.md @@ -24,7 +24,7 @@ The id of the election #### Defined in -[api/election.ts:322](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L322) +[api/election.ts:322](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L322) ___ @@ -36,7 +36,7 @@ The end date of the election #### Defined in -[api/election.ts:342](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L342) +[api/election.ts:342](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L342) ___ @@ -48,7 +48,7 @@ If the election has the final results #### Defined in -[api/election.ts:352](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L352) +[api/election.ts:352](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L352) ___ @@ -60,7 +60,7 @@ The id of the organization #### Defined in -[api/election.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L327) +[api/election.ts:327](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L327) ___ @@ -72,7 +72,7 @@ The start date of the election #### Defined in -[api/election.ts:337](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L337) +[api/election.ts:337](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L337) ___ @@ -84,7 +84,7 @@ The status of the election #### Defined in -[api/election.ts:332](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L332) +[api/election.ts:332](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L332) ___ @@ -96,4 +96,4 @@ The number of votes of the election #### Defined in -[api/election.ts:347](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L347) +[api/election.ts:347](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L347) diff --git a/docs/sdk/reference/interfaces/IElectionType.md b/docs/sdk/reference/interfaces/IElectionType.md index 3aefc03f9..1762e91fe 100644 --- a/docs/sdk/reference/interfaces/IElectionType.md +++ b/docs/sdk/reference/interfaces/IElectionType.md @@ -23,7 +23,7 @@ Enable anonymous voting. #### Defined in -[types/election/election.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L92) +[types/election/election.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L92) ___ @@ -35,7 +35,7 @@ If false, election will start PAUSED and will have to be resumed manually. #### Defined in -[types/election/election.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L76) +[types/election/election.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L76) ___ @@ -47,7 +47,7 @@ Can add more voters to the census tree during the election. #### Defined in -[types/election/election.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L84) +[types/election/election.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L84) ___ @@ -59,7 +59,7 @@ The process can be paused and resumed. #### Defined in -[types/election/election.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L80) +[types/election/election.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L80) ___ @@ -78,7 +78,7 @@ If the metadata has to be encrypted or not. #### Defined in -[types/election/election.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L96) +[types/election/election.ts:96](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L96) ___ @@ -90,4 +90,4 @@ Protect the results until the end of the process if true. It will show live resu #### Defined in -[types/election/election.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L88) +[types/election/election.ts:88](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L88) diff --git a/docs/sdk/reference/interfaces/IElectionVote.md b/docs/sdk/reference/interfaces/IElectionVote.md index 5073e54c0..a496a2782 100644 --- a/docs/sdk/reference/interfaces/IElectionVote.md +++ b/docs/sdk/reference/interfaces/IElectionVote.md @@ -22,7 +22,7 @@ Block containing the vote transaction #### Defined in -[api/election.ts:303](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L303) +[api/election.ts:303](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L303) ___ @@ -34,7 +34,7 @@ Transaction number on the block #### Defined in -[api/election.ts:308](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L308) +[api/election.ts:308](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L308) ___ @@ -46,7 +46,7 @@ Containing transaction hash #### Defined in -[api/election.ts:288](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L288) +[api/election.ts:288](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L288) ___ @@ -58,7 +58,7 @@ Vote unique identifier also known as vote nullifier #### Defined in -[api/election.ts:293](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L293) +[api/election.ts:293](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L293) ___ @@ -70,4 +70,4 @@ Account that emit the vote #### Defined in -[api/election.ts:298](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L298) +[api/election.ts:298](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L298) diff --git a/docs/sdk/reference/interfaces/IElectionVoteListResponse.md b/docs/sdk/reference/interfaces/IElectionVoteListResponse.md index b3cc1c5ca..e677de628 100644 --- a/docs/sdk/reference/interfaces/IElectionVoteListResponse.md +++ b/docs/sdk/reference/interfaces/IElectionVoteListResponse.md @@ -18,4 +18,4 @@ List of votes #### Defined in -[api/election.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L315) +[api/election.ts:315](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L315) diff --git a/docs/sdk/reference/interfaces/IElectionVotesCountResponse.md b/docs/sdk/reference/interfaces/IElectionVotesCountResponse.md new file mode 100644 index 000000000..0120c8427 --- /dev/null +++ b/docs/sdk/reference/interfaces/IElectionVotesCountResponse.md @@ -0,0 +1,21 @@ +[@vocdoni/sdk](/sdk) / IElectionVotesCountResponse + +# Interface: IElectionVotesCountResponse + +## Table of contents + +### Properties + +- [count](IElectionVotesCountResponse#count) + +## Properties + +### count + +• **count**: `number` + +The number of votes + +#### Defined in + +[api/election.ts:274](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L274) diff --git a/docs/sdk/reference/interfaces/IEncryptionKey.md b/docs/sdk/reference/interfaces/IEncryptionKey.md index 8b616b5af..0f52f1ce0 100644 --- a/docs/sdk/reference/interfaces/IEncryptionKey.md +++ b/docs/sdk/reference/interfaces/IEncryptionKey.md @@ -19,7 +19,7 @@ The index of the encryption key #### Defined in -[api/election.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L257) +[api/election.ts:257](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L257) ___ @@ -31,4 +31,4 @@ The encryption key #### Defined in -[api/election.ts:262](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L262) +[api/election.ts:262](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L262) diff --git a/docs/sdk/reference/interfaces/IInvalidElectionParameters.md b/docs/sdk/reference/interfaces/IInvalidElectionParameters.md index fb4e8fee4..ff7e862e0 100644 --- a/docs/sdk/reference/interfaces/IInvalidElectionParameters.md +++ b/docs/sdk/reference/interfaces/IInvalidElectionParameters.md @@ -16,4 +16,4 @@ #### Defined in -[types/election/invalid.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/invalid.ts#L2) +[types/election/invalid.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/invalid.ts#L2) diff --git a/docs/sdk/reference/interfaces/IMultiChoiceElectionParameters.md b/docs/sdk/reference/interfaces/IMultiChoiceElectionParameters.md index b68574bbe..f665cbdab 100644 --- a/docs/sdk/reference/interfaces/IMultiChoiceElectionParameters.md +++ b/docs/sdk/reference/interfaces/IMultiChoiceElectionParameters.md @@ -46,7 +46,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[types/election/multichoice.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L10) +[types/election/multichoice.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L10) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[types/election/multichoice.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L9) +[types/election/multichoice.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L9) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -96,7 +96,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -140,7 +140,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -164,7 +164,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[types/election/multichoice.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/multichoice.ts#L8) +[types/election/multichoice.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/multichoice.ts#L8) ___ @@ -190,7 +190,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -234,7 +234,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -250,7 +250,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -266,7 +266,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -280,4 +280,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IPublishedElectionParameters.md b/docs/sdk/reference/interfaces/IPublishedElectionParameters.md index c33ee5b77..3e9c774ca 100644 --- a/docs/sdk/reference/interfaces/IPublishedElectionParameters.md +++ b/docs/sdk/reference/interfaces/IPublishedElectionParameters.md @@ -56,7 +56,7 @@ Used to add the SDK version to the election metadata #### Defined in -[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L168) +[types/election/election.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L168) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L142) +[types/election/election.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L142) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[types/election/published.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L35) +[types/election/published.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L35) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[types/election/published.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L36) +[types/election/published.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L36) ___ @@ -106,7 +106,7 @@ Election description #### Defined in -[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L127) +[types/election/election.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L127) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L144) +[types/election/election.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L144) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L141) +[types/election/election.ts:141](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L141) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[types/election/published.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L31) +[types/election/published.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L31) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[types/election/published.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L34) +[types/election/published.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L34) ___ @@ -170,7 +170,7 @@ Election header image url. #### Defined in -[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L131) +[types/election/election.ts:131](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L131) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[types/election/published.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L27) +[types/election/published.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L27) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[types/election/published.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L33) +[types/election/published.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L33) ___ @@ -214,7 +214,7 @@ size` error. #### Defined in -[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L158) +[types/election/election.ts:158](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L158) ___ @@ -230,7 +230,7 @@ Metadata (anything added by the election creator) #### Defined in -[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L139) +[types/election/election.ts:139](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L139) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[types/election/published.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L37) +[types/election/published.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L37) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[types/election/published.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L28) +[types/election/published.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L28) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L145) +[types/election/election.ts:145](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L145) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[types/election/published.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L39) +[types/election/published.ts:39](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L39) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[types/election/published.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L32) +[types/election/published.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L32) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[types/election/published.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L38) +[types/election/published.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L38) ___ @@ -308,7 +308,7 @@ ___ #### Defined in -[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L140) +[types/election/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L140) ___ @@ -318,7 +318,7 @@ ___ #### Defined in -[types/election/published.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L29) +[types/election/published.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L29) ___ @@ -334,7 +334,7 @@ Election stream Uri (ex: a video url) #### Defined in -[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L135) +[types/election/election.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L135) ___ @@ -350,7 +350,7 @@ Is used to remove the secret identities of the voters once the process is done. #### Defined in -[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L163) +[types/election/election.ts:163](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L163) ___ @@ -366,7 +366,7 @@ Election title #### Defined in -[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L123) +[types/election/election.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L123) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[types/election/published.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L30) +[types/election/published.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L30) ___ @@ -390,4 +390,4 @@ ___ #### Defined in -[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L143) +[types/election/election.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L143) diff --git a/docs/sdk/reference/interfaces/IQuestion.md b/docs/sdk/reference/interfaces/IQuestion.md index 806237994..ce3e034dd 100644 --- a/docs/sdk/reference/interfaces/IQuestion.md +++ b/docs/sdk/reference/interfaces/IQuestion.md @@ -19,7 +19,7 @@ #### Defined in -[types/metadata/election.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L34) +[types/metadata/election.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L34) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[types/metadata/election.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L32) +[types/metadata/election.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L32) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[types/metadata/election.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L33) +[types/metadata/election.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L33) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[types/metadata/election.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L31) +[types/metadata/election.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L31) diff --git a/docs/sdk/reference/interfaces/ITallyMode.md b/docs/sdk/reference/interfaces/ITallyMode.md index e9ff2657f..d97c44eec 100644 --- a/docs/sdk/reference/interfaces/ITallyMode.md +++ b/docs/sdk/reference/interfaces/ITallyMode.md @@ -22,7 +22,7 @@ The cost exponent of the vote #### Defined in -[api/election.ts:122](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L122) +[api/election.ts:122](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L122) ___ @@ -34,7 +34,7 @@ The max count of the vote's values sum #### Defined in -[api/election.ts:102](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L102) +[api/election.ts:102](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L102) ___ @@ -46,7 +46,7 @@ The max total cost of the votes #### Defined in -[api/election.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L117) +[api/election.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L117) ___ @@ -58,7 +58,7 @@ The max value of the vote's values #### Defined in -[api/election.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L107) +[api/election.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L107) ___ @@ -70,4 +70,4 @@ The max number of votes overwrites #### Defined in -[api/election.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L112) +[api/election.ts:112](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L112) diff --git a/docs/sdk/reference/interfaces/IVoteEncryptedPackage.md b/docs/sdk/reference/interfaces/IVoteEncryptedPackage.md index 359e05034..266c971b6 100644 --- a/docs/sdk/reference/interfaces/IVoteEncryptedPackage.md +++ b/docs/sdk/reference/interfaces/IVoteEncryptedPackage.md @@ -18,4 +18,4 @@ The base64 encrypted vote package #### Defined in -[api/vote.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L38) +[api/vote.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L38) diff --git a/docs/sdk/reference/interfaces/IVoteInfoResponse.md b/docs/sdk/reference/interfaces/IVoteInfoResponse.md index ce580dce5..b11b90f1f 100644 --- a/docs/sdk/reference/interfaces/IVoteInfoResponse.md +++ b/docs/sdk/reference/interfaces/IVoteInfoResponse.md @@ -28,7 +28,7 @@ The block number where the transaction is mined. #### Defined in -[api/vote.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L80) +[api/vote.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L80) ___ @@ -40,7 +40,7 @@ Date when the vote was emitted #### Defined in -[api/vote.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L95) +[api/vote.ts:95](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L95) ___ @@ -52,7 +52,7 @@ The identifier of the election. #### Defined in -[api/vote.ts:70](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L70) +[api/vote.ts:70](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L70) ___ @@ -64,7 +64,7 @@ Encryption key indexes used #### Defined in -[api/vote.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L55) +[api/vote.ts:55](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L55) ___ @@ -76,7 +76,7 @@ The number of votes overwrites. #### Defined in -[api/vote.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L90) +[api/vote.ts:90](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L90) ___ @@ -88,7 +88,7 @@ The vote package. #### Defined in -[api/vote.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L60) +[api/vote.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L60) ___ @@ -100,7 +100,7 @@ The index inside the block where the transaction is mined. #### Defined in -[api/vote.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L85) +[api/vote.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L85) ___ @@ -112,7 +112,7 @@ The hash of the transaction #### Defined in -[api/vote.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L45) +[api/vote.ts:45](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L45) ___ @@ -124,7 +124,7 @@ The identifier of the vote, also called nullifier. #### Defined in -[api/vote.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L50) +[api/vote.ts:50](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L50) ___ @@ -136,7 +136,7 @@ The identifier of the voter. #### Defined in -[api/vote.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L75) +[api/vote.ts:75](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L75) ___ @@ -148,4 +148,4 @@ The weight of the vote. #### Defined in -[api/vote.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L65) +[api/vote.ts:65](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L65) diff --git a/docs/sdk/reference/interfaces/IVoteMode.md b/docs/sdk/reference/interfaces/IVoteMode.md index b7b5e0506..fc0b9d032 100644 --- a/docs/sdk/reference/interfaces/IVoteMode.md +++ b/docs/sdk/reference/interfaces/IVoteMode.md @@ -22,7 +22,7 @@ If the vote is anonymous #### Defined in -[api/election.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L53) +[api/election.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L53) ___ @@ -34,7 +34,7 @@ Cost from weight of the election #### Defined in -[api/election.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L68) +[api/election.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L68) ___ @@ -46,7 +46,7 @@ If the vote is encrypted #### Defined in -[api/election.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L58) +[api/election.ts:58](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L58) ___ @@ -58,7 +58,7 @@ If the vote is serial #### Defined in -[api/election.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L48) +[api/election.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L48) ___ @@ -70,4 +70,4 @@ If the vote values are unique #### Defined in -[api/election.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/election.ts#L63) +[api/election.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/election.ts#L63) diff --git a/docs/sdk/reference/interfaces/IVotePackage.md b/docs/sdk/reference/interfaces/IVotePackage.md index 15ac362c0..15456ddb3 100644 --- a/docs/sdk/reference/interfaces/IVotePackage.md +++ b/docs/sdk/reference/interfaces/IVotePackage.md @@ -19,7 +19,7 @@ The nonce of the vote package #### Defined in -[api/vote.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L26) +[api/vote.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L26) ___ @@ -31,4 +31,4 @@ The raw vote package #### Defined in -[api/vote.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L31) +[api/vote.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L31) diff --git a/docs/sdk/reference/interfaces/IVoteSubmitResponse.md b/docs/sdk/reference/interfaces/IVoteSubmitResponse.md index d54648f65..5e27fb12d 100644 --- a/docs/sdk/reference/interfaces/IVoteSubmitResponse.md +++ b/docs/sdk/reference/interfaces/IVoteSubmitResponse.md @@ -19,7 +19,7 @@ The hash of the transaction #### Defined in -[api/vote.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L14) +[api/vote.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L14) ___ @@ -31,4 +31,4 @@ The identifier of the vote, also called nullifier. #### Defined in -[api/vote.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/vote.ts#L19) +[api/vote.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/vote.ts#L19) diff --git a/docs/sdk/reference/interfaces/IVoteType.md b/docs/sdk/reference/interfaces/IVoteType.md index 8124d3632..42c1c029d 100644 --- a/docs/sdk/reference/interfaces/IVoteType.md +++ b/docs/sdk/reference/interfaces/IVoteType.md @@ -46,7 +46,7 @@ assigned to each voter determines the credits they have available for voting. #### Defined in -[types/election/election.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L46) +[types/election/election.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L46) ___ @@ -59,7 +59,7 @@ several choices, even including quadratic voting scenarios. #### Defined in -[types/election/election.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L20) +[types/election/election.ts:20](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L20) ___ @@ -76,7 +76,7 @@ this value should match the total number of choices available for voting. #### Defined in -[types/election/election.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L62) +[types/election/election.ts:62](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L62) ___ @@ -91,7 +91,7 @@ A value of 0 implies no maximum limit or that this parameter is not applicable i #### Defined in -[types/election/election.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L69) +[types/election/election.ts:69](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L69) ___ @@ -106,7 +106,7 @@ In the context of a quadratic voting system, this value should typically be set #### Defined in -[types/election/election.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L53) +[types/election/election.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L53) ___ @@ -118,7 +118,7 @@ The number of times a voter con overwrite its vote (change vote option). #### Defined in -[types/election/election.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L15) +[types/election/election.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L15) ___ @@ -130,4 +130,4 @@ Voter can only select one answer for question #### Defined in -[types/election/election.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L11) +[types/election/election.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L11) diff --git a/docs/sdk/reference/interfaces/IZkProofResponse.md b/docs/sdk/reference/interfaces/IZkProofResponse.md index 14d295551..b9137376a 100644 --- a/docs/sdk/reference/interfaces/IZkProofResponse.md +++ b/docs/sdk/reference/interfaces/IZkProofResponse.md @@ -21,7 +21,7 @@ The proof for the given key #### Defined in -[api/zk.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L19) +[api/zk.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L19) ___ @@ -33,7 +33,7 @@ The root (id) of the census #### Defined in -[api/zk.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L14) +[api/zk.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L14) ___ @@ -45,7 +45,7 @@ The value for the census siblings #### Defined in -[api/zk.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L29) +[api/zk.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L29) ___ @@ -57,4 +57,4 @@ The value for the given key #### Defined in -[api/zk.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L24) +[api/zk.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L24) diff --git a/docs/sdk/reference/interfaces/IZkSIKResponse.md b/docs/sdk/reference/interfaces/IZkSIKResponse.md index 443685df3..447164444 100644 --- a/docs/sdk/reference/interfaces/IZkSIKResponse.md +++ b/docs/sdk/reference/interfaces/IZkSIKResponse.md @@ -18,4 +18,4 @@ The sik of the address #### Defined in -[api/zk.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/zk.ts#L36) +[api/zk.ts:36](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/zk.ts#L36) diff --git a/docs/sdk/reference/interfaces/MintTokensTx.md b/docs/sdk/reference/interfaces/MintTokensTx.md index fc1d7ab05..0b2a54df8 100644 --- a/docs/sdk/reference/interfaces/MintTokensTx.md +++ b/docs/sdk/reference/interfaces/MintTokensTx.md @@ -19,7 +19,7 @@ #### Defined in -[api/chain/transactions.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L128) +[api/chain/transactions.ts:128](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L128) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[api/chain/transactions.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L129) +[api/chain/transactions.ts:129](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L129) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[api/chain/transactions.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L127) +[api/chain/transactions.ts:127](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L127) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[api/chain/transactions.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L130) +[api/chain/transactions.ts:130](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L130) diff --git a/docs/sdk/reference/interfaces/NewProcessTx.md b/docs/sdk/reference/interfaces/NewProcessTx.md index afaa8257b..daa791d9f 100644 --- a/docs/sdk/reference/interfaces/NewProcessTx.md +++ b/docs/sdk/reference/interfaces/NewProcessTx.md @@ -18,7 +18,7 @@ #### Defined in -[api/chain/transactions.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L85) +[api/chain/transactions.ts:85](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L85) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/chain/transactions.ts:86](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L86) +[api/chain/transactions.ts:86](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L86) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/chain/transactions.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L84) +[api/chain/transactions.ts:84](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L84) diff --git a/docs/sdk/reference/interfaces/Process.md b/docs/sdk/reference/interfaces/Process.md index 5c80aa38c..5cb86aef5 100644 --- a/docs/sdk/reference/interfaces/Process.md +++ b/docs/sdk/reference/interfaces/Process.md @@ -48,7 +48,7 @@ BlockCount represents the amount of tendermint blocks that the process will last #### Defined in -[api/chain/transactions.ts:174](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L174) +[api/chain/transactions.ts:174](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L174) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[api/chain/transactions.ts:192](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L192) +[api/chain/transactions.ts:192](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L192) ___ @@ -70,7 +70,7 @@ CensusRoot merkle root of all the census in the process #### Defined in -[api/chain/transactions.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L176) +[api/chain/transactions.ts:176](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L176) ___ @@ -82,7 +82,7 @@ CensusURI where to find the census #### Defined in -[api/chain/transactions.ts:178](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L178) +[api/chain/transactions.ts:178](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L178) ___ @@ -94,7 +94,7 @@ EncryptionPrivateKeys are the keys required to decrypt the votes #### Defined in -[api/chain/transactions.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L180) +[api/chain/transactions.ts:180](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L180) ___ @@ -106,7 +106,7 @@ EncryptionPublicKeys are the keys required to encrypt the votes #### Defined in -[api/chain/transactions.ts:182](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L182) +[api/chain/transactions.ts:182](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L182) ___ @@ -118,7 +118,7 @@ EntityId identifies unequivocally an entity #### Defined in -[api/chain/transactions.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L170) +[api/chain/transactions.ts:170](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L170) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[api/chain/transactions.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L187) +[api/chain/transactions.ts:187](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L187) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[api/chain/transactions.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L195) +[api/chain/transactions.ts:195](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L195) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[api/chain/transactions.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L183) +[api/chain/transactions.ts:183](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L183) ___ @@ -160,7 +160,7 @@ MaxCensusSize is set by the Process creator. #### Defined in -[api/chain/transactions.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L205) +[api/chain/transactions.ts:205](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L205) ___ @@ -172,7 +172,7 @@ Metadata is the content hashed URI of the JSON meta data (See Data Origins) #### Defined in -[api/chain/transactions.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L201) +[api/chain/transactions.ts:201](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L201) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[api/chain/transactions.ts:188](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L188) +[api/chain/transactions.ts:188](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L188) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[api/chain/transactions.ts:186](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L186) +[api/chain/transactions.ts:186](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L186) ___ @@ -205,7 +205,7 @@ Used when Mode.PreRegister = true. #### Defined in -[api/chain/transactions.ts:220](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L220) +[api/chain/transactions.ts:220](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L220) ___ @@ -217,7 +217,7 @@ Owner is the creator of a process (if any) otherwise is assumed the creator is t #### Defined in -[api/chain/transactions.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L199) +[api/chain/transactions.ts:199](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L199) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[api/chain/transactions.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L185) +[api/chain/transactions.ts:185](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L185) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[api/chain/transactions.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L168) +[api/chain/transactions.ts:168](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L168) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[api/chain/transactions.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L190) +[api/chain/transactions.ts:190](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L190) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[api/chain/transactions.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L189) +[api/chain/transactions.ts:189](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L189) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[api/chain/transactions.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L193) +[api/chain/transactions.ts:193](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L193) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[api/chain/transactions.ts:194](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L194) +[api/chain/transactions.ts:194](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L194) ___ @@ -290,7 +290,7 @@ vocdoni-node when Mode.Process = true #### Defined in -[api/chain/transactions.ts:210](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L210) +[api/chain/transactions.ts:210](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L210) ___ @@ -303,7 +303,7 @@ true and the StartBlock has been reached. #### Defined in -[api/chain/transactions.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L215) +[api/chain/transactions.ts:215](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L215) ___ @@ -315,7 +315,7 @@ SourceBlockHeight is the block height of the origin blockchain (if any) #### Defined in -[api/chain/transactions.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L197) +[api/chain/transactions.ts:197](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L197) ___ @@ -328,7 +328,7 @@ the contract address of the token that is going to define the census #### Defined in -[api/chain/transactions.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L225) +[api/chain/transactions.ts:225](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L225) ___ @@ -340,7 +340,7 @@ SourceNetworkId is the identifier of the network origin (where the process have #### Defined in -[api/chain/transactions.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L203) +[api/chain/transactions.ts:203](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L203) ___ @@ -352,7 +352,7 @@ StartBlock represents the tendermint block where the process goes from scheduled #### Defined in -[api/chain/transactions.ts:172](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L172) +[api/chain/transactions.ts:172](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L172) ___ @@ -362,7 +362,7 @@ ___ #### Defined in -[api/chain/transactions.ts:184](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L184) +[api/chain/transactions.ts:184](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L184) ___ @@ -375,7 +375,7 @@ It is normally used for processes with on-chain census #### Defined in -[api/chain/transactions.ts:230](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L230) +[api/chain/transactions.ts:230](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L230) ___ @@ -385,4 +385,4 @@ ___ #### Defined in -[api/chain/transactions.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L191) +[api/chain/transactions.ts:191](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L191) diff --git a/docs/sdk/reference/interfaces/Proof.md b/docs/sdk/reference/interfaces/Proof.md index 45a44fee1..95537abba 100644 --- a/docs/sdk/reference/interfaces/Proof.md +++ b/docs/sdk/reference/interfaces/Proof.md @@ -16,4 +16,4 @@ #### Defined in -[api/chain/transactions.ts:341](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L341) +[api/chain/transactions.ts:341](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L341) diff --git a/docs/sdk/reference/interfaces/RegisterKeyTx.md b/docs/sdk/reference/interfaces/RegisterKeyTx.md index 14ae90ee3..7c67960f6 100644 --- a/docs/sdk/reference/interfaces/RegisterKeyTx.md +++ b/docs/sdk/reference/interfaces/RegisterKeyTx.md @@ -22,7 +22,7 @@ New key to register #### Defined in -[api/chain/transactions.ts:121](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L121) +[api/chain/transactions.ts:121](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L121) ___ @@ -34,7 +34,7 @@ Unique number per vote attempt, so that replay attacks can't reuse this payload #### Defined in -[api/chain/transactions.ts:115](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L115) +[api/chain/transactions.ts:115](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L115) ___ @@ -46,7 +46,7 @@ The process for which the vote is casted #### Defined in -[api/chain/transactions.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L117) +[api/chain/transactions.ts:117](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L117) ___ @@ -58,7 +58,7 @@ Franchise proof #### Defined in -[api/chain/transactions.ts:119](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L119) +[api/chain/transactions.ts:119](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L119) ___ @@ -70,4 +70,4 @@ Weight to delegate to newKey #### Defined in -[api/chain/transactions.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L123) +[api/chain/transactions.ts:123](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L123) diff --git a/docs/sdk/reference/interfaces/SendTokensTx.md b/docs/sdk/reference/interfaces/SendTokensTx.md index cb023edce..1fc5eee92 100644 --- a/docs/sdk/reference/interfaces/SendTokensTx.md +++ b/docs/sdk/reference/interfaces/SendTokensTx.md @@ -20,7 +20,7 @@ #### Defined in -[api/chain/transactions.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L136) +[api/chain/transactions.ts:136](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L136) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/chain/transactions.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L135) +[api/chain/transactions.ts:135](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L135) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/chain/transactions.ts:137](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L137) +[api/chain/transactions.ts:137](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L137) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/chain/transactions.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L134) +[api/chain/transactions.ts:134](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L134) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[api/chain/transactions.ts:138](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L138) +[api/chain/transactions.ts:138](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L138) diff --git a/docs/sdk/reference/interfaces/ServiceProperties.md b/docs/sdk/reference/interfaces/ServiceProperties.md index 327b04abe..972d230d9 100644 --- a/docs/sdk/reference/interfaces/ServiceProperties.md +++ b/docs/sdk/reference/interfaces/ServiceProperties.md @@ -20,4 +20,4 @@ #### Defined in -[services/service.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/service.ts#L2) +[services/service.ts:2](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/service.ts#L2) diff --git a/docs/sdk/reference/interfaces/SetAccountTx.md b/docs/sdk/reference/interfaces/SetAccountTx.md index 1e79af8fd..67475ccc9 100644 --- a/docs/sdk/reference/interfaces/SetAccountTx.md +++ b/docs/sdk/reference/interfaces/SetAccountTx.md @@ -21,7 +21,7 @@ #### Defined in -[api/chain/transactions.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L151) +[api/chain/transactions.ts:151](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L151) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[api/chain/transactions.ts:153](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L153) +[api/chain/transactions.ts:153](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L153) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[api/chain/transactions.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L152) +[api/chain/transactions.ts:152](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L152) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[api/chain/transactions.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L150) +[api/chain/transactions.ts:150](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L150) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[api/chain/transactions.ts:149](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L149) +[api/chain/transactions.ts:149](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L149) ___ @@ -71,4 +71,4 @@ ___ #### Defined in -[api/chain/transactions.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L148) +[api/chain/transactions.ts:148](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L148) diff --git a/docs/sdk/reference/interfaces/SetProcessTx.md b/docs/sdk/reference/interfaces/SetProcessTx.md index 0be41a059..59ff75f83 100644 --- a/docs/sdk/reference/interfaces/SetProcessTx.md +++ b/docs/sdk/reference/interfaces/SetProcessTx.md @@ -24,7 +24,7 @@ #### Defined in -[api/chain/transactions.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L107) +[api/chain/transactions.ts:107](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L107) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/chain/transactions.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L108) +[api/chain/transactions.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L108) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/chain/transactions.ts:103](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L103) +[api/chain/transactions.ts:103](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L103) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/chain/transactions.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L104) +[api/chain/transactions.ts:104](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L104) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/chain/transactions.ts:109](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L109) +[api/chain/transactions.ts:109](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L109) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/chain/transactions.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L106) +[api/chain/transactions.ts:106](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L106) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/chain/transactions.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L110) +[api/chain/transactions.ts:110](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L110) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/chain/transactions.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L105) +[api/chain/transactions.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L105) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[api/chain/transactions.ts:102](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L102) +[api/chain/transactions.ts:102](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L102) diff --git a/docs/sdk/reference/interfaces/SetTransactionCostsTx.md b/docs/sdk/reference/interfaces/SetTransactionCostsTx.md index 9cb213d66..dc6c5d827 100644 --- a/docs/sdk/reference/interfaces/SetTransactionCostsTx.md +++ b/docs/sdk/reference/interfaces/SetTransactionCostsTx.md @@ -18,7 +18,7 @@ #### Defined in -[api/chain/transactions.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L143) +[api/chain/transactions.ts:143](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L143) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/chain/transactions.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L142) +[api/chain/transactions.ts:142](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L142) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/chain/transactions.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L144) +[api/chain/transactions.ts:144](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L144) diff --git a/docs/sdk/reference/interfaces/Tx.md b/docs/sdk/reference/interfaces/Tx.md index 5fb63e522..27d396fd2 100644 --- a/docs/sdk/reference/interfaces/Tx.md +++ b/docs/sdk/reference/interfaces/Tx.md @@ -17,7 +17,7 @@ #### Defined in -[api/chain/transactions.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L4) +[api/chain/transactions.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L4) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[api/chain/transactions.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L53) +[api/chain/transactions.ts:53](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L53) diff --git a/docs/sdk/reference/interfaces/VoteEnvelope.md b/docs/sdk/reference/interfaces/VoteEnvelope.md index 21f190841..8bdd03a57 100644 --- a/docs/sdk/reference/interfaces/VoteEnvelope.md +++ b/docs/sdk/reference/interfaces/VoteEnvelope.md @@ -23,7 +23,7 @@ On encrypted votes, contains the (sorted) indexes of the keys used to encrypt #### Defined in -[api/chain/transactions.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L80) +[api/chain/transactions.ts:80](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L80) ___ @@ -35,7 +35,7 @@ Unique number per vote attempt, so that replay attacks can't reuse this payload #### Defined in -[api/chain/transactions.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L60) +[api/chain/transactions.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L60) ___ @@ -47,7 +47,7 @@ Hash of the private key + processId #### Defined in -[api/chain/transactions.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L76) +[api/chain/transactions.ts:76](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L76) ___ @@ -59,7 +59,7 @@ The process for which the vote is casted #### Defined in -[api/chain/transactions.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L64) +[api/chain/transactions.ts:64](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L64) ___ @@ -71,7 +71,7 @@ Franchise proof #### Defined in -[api/chain/transactions.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L68) +[api/chain/transactions.ts:68](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L68) ___ @@ -83,4 +83,4 @@ JSON string of the Vote Package (potentially encrypted), encoded as bytes. #### Defined in -[api/chain/transactions.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain/transactions.ts#L72) +[api/chain/transactions.ts:72](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain/transactions.ts#L72) diff --git a/docs/sdk/reference/sdk-reference.md b/docs/sdk/reference/sdk-reference.md index 60971d85e..3ddecfb80 100644 --- a/docs/sdk/reference/sdk-reference.md +++ b/docs/sdk/reference/sdk-reference.md @@ -60,7 +60,10 @@ - [ElectionMetadata](interfaces/ElectionMetadata) - [FetchElectionsParameters](interfaces/FetchElectionsParameters) - [IAccount](interfaces/IAccount) +- [IAccountInfoResponse](interfaces/IAccountInfoResponse) +- [IAccountTransfer](interfaces/IAccountTransfer) - [IAccountTransfersCountResponse](interfaces/IAccountTransfersCountResponse) +- [IAccountTransfersResponse](interfaces/IAccountTransfersResponse) - [IAccountsCountResponse](interfaces/IAccountsCountResponse) - [IAccountsListResponse](interfaces/IAccountsListResponse) - [IApprovalElectionParameters](interfaces/IApprovalElectionParameters) @@ -79,8 +82,7 @@ - [ICensus3StrategiesOperatorsResponse](interfaces/ICensus3StrategiesOperatorsResponse) - [ICensus3StrategyCreateResponse](interfaces/ICensus3StrategyCreateResponse) - [ICensus3StrategyEstimationQueueResponse](interfaces/ICensus3StrategyEstimationQueueResponse) -- [ICensus3StrategyHoldersResponse](interfaces/ICensus3StrategyHoldersResponse) -- [ICensus3StrategyHoldersResponsePaginated](interfaces/ICensus3StrategyHoldersResponsePaginated) +- [ICensus3StrategyHoldersQueueResponse](interfaces/ICensus3StrategyHoldersQueueResponse) - [ICensus3StrategyImportQueueResponse](interfaces/ICensus3StrategyImportQueueResponse) - [ICensus3StrategyToken](interfaces/ICensus3StrategyToken) - [ICensus3SupportedChain](interfaces/ICensus3SupportedChain) @@ -95,6 +97,7 @@ - [ICensusImportResponse](interfaces/ICensusImportResponse) - [ICensusParticipant](interfaces/ICensusParticipant) - [ICensusProofResponse](interfaces/ICensusProofResponse) +- [ICensusPublishAsyncResponse](interfaces/ICensusPublishAsyncResponse) - [ICensusPublishResponse](interfaces/ICensusPublishResponse) - [IChainBlockInfoResponse](interfaces/IChainBlockInfoResponse) - [IChainFeesListResponse](interfaces/IChainFeesListResponse) @@ -128,6 +131,7 @@ - [IElectionType](interfaces/IElectionType) - [IElectionVote](interfaces/IElectionVote) - [IElectionVoteListResponse](interfaces/IElectionVoteListResponse) +- [IElectionVotesCountResponse](interfaces/IElectionVotesCountResponse) - [IEncryptionKey](interfaces/IEncryptionKey) - [IInvalidElectionParameters](interfaces/IInvalidElectionParameters) - [IMultiChoiceElectionParameters](interfaces/IMultiChoiceElectionParameters) @@ -262,7 +266,7 @@ have hex prefix and are lowercase. #### Defined in -[util/common.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L35) +[util/common.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L35) ___ @@ -285,7 +289,7 @@ Throws an exception if it is not. #### Defined in -[types/metadata/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L8) +[types/metadata/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L8) ___ @@ -308,7 +312,7 @@ Throws an exception if it is not. #### Defined in -[types/metadata/election.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L8) +[types/metadata/election.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L8) ___ @@ -328,7 +332,7 @@ ___ #### Defined in -[util/common.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L6) +[util/common.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L6) ___ @@ -354,7 +358,7 @@ Return the object data #### Defined in -[util/common.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L60) +[util/common.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L60) ___ @@ -374,7 +378,7 @@ ___ #### Defined in -[util/common.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L12) +[util/common.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L12) ___ @@ -399,7 +403,7 @@ The formatted string #### Defined in -[util/common.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L48) +[util/common.ts:48](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L48) ___ @@ -419,7 +423,7 @@ ___ #### Defined in -[util/common.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L16) +[util/common.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L16) ___ @@ -435,7 +439,7 @@ Generates a random seed and returns a 32 byte keccak256 hash of it (starting wit #### Defined in -[util/common.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L23) +[util/common.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L23) ___ @@ -455,7 +459,7 @@ ___ #### Defined in -[util/common.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/util/common.ts#L8) +[util/common.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/util/common.ts#L8) ## Type Aliases @@ -477,7 +481,7 @@ ___ #### Defined in -[services/account.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L25) +[services/account.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L25) ___ @@ -487,7 +491,7 @@ ___ #### Defined in -[types/election/published.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/published.ts#L24) +[types/election/published.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/published.ts#L24) ___ @@ -497,7 +501,7 @@ ___ #### Defined in -[services/account.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/account.ts#L35) +[services/account.ts:35](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/account.ts#L35) ___ @@ -507,7 +511,7 @@ ___ #### Defined in -[census3.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L31) +[census3.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L29) ___ @@ -517,7 +521,7 @@ ___ #### Defined in -[api/census3/strategy.ts:105](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L105) +[api/census3/strategy.ts:92](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L92) ___ @@ -537,7 +541,7 @@ ___ #### Defined in -[api/census3/strategy.ts:46](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L46) +[api/census3/strategy.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L33) ___ @@ -558,7 +562,7 @@ ___ #### Defined in -[api/census3/strategy.ts:73](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/strategy.ts#L73) +[api/census3/strategy.ts:60](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/strategy.ts#L60) ___ @@ -568,7 +572,7 @@ ___ #### Defined in -[api/census3/token.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L12) +[api/census3/token.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L12) ___ @@ -601,7 +605,7 @@ ___ #### Defined in -[api/census3/token.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/census3/token.ts#L14) +[api/census3/token.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/census3/token.ts#L14) ___ @@ -620,7 +624,7 @@ ___ #### Defined in -[services/census.ts:42](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L42) +[services/census.ts:49](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L49) ___ @@ -641,7 +645,7 @@ ___ #### Defined in -[services/census.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L26) +[services/census.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L33) ___ @@ -665,7 +669,7 @@ ___ #### Defined in -[services/anonymous.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L51) +[services/anonymous.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L51) ___ @@ -675,7 +679,7 @@ ___ #### Defined in -[services/chain.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L14) +[services/chain.ts:14](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L14) ___ @@ -695,7 +699,7 @@ ___ #### Defined in -[services/chain.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L29) +[services/chain.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L29) ___ @@ -705,7 +709,7 @@ ___ #### Defined in -[services/chain.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L15) +[services/chain.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L15) ___ @@ -720,6 +724,7 @@ Optional VocdoniSDKClient arguments | Name | Type | | :------ | :------ | | `api_url?` | `string` | +| `census?` | `CensusOptions` | | `electionId?` | `string` | | `env` | [`EnvOptions`](enums/EnvOptions) | | `faucet?` | `Partial`\<[`FaucetOptions`](sdk-reference#faucetoptions)\> | @@ -728,7 +733,7 @@ Optional VocdoniSDKClient arguments #### Defined in -[client.ts:86](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/client.ts#L86) +[client.ts:108](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/client.ts#L108) ___ @@ -748,7 +753,7 @@ ___ #### Defined in -[services/census.ts:56](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/census.ts#L56) +[services/census.ts:63](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/census.ts#L63) ___ @@ -758,7 +763,7 @@ ___ #### Defined in -[services/election.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L38) +[services/election.ts:38](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L38) ___ @@ -768,7 +773,7 @@ ___ #### Defined in -[services/election.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L51) +[services/election.ts:51](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L51) ___ @@ -784,7 +789,7 @@ ___ #### Defined in -[types/client/account.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L5) +[types/client/account.ts:5](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L5) ___ @@ -794,7 +799,7 @@ ___ #### Defined in -[services/election.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/election.ts#L37) +[services/election.ts:37](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/election.ts#L37) ___ @@ -804,7 +809,7 @@ ___ #### Defined in -[types/election/election.ts:114](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/election.ts#L114) +[types/election/election.ts:114](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/election.ts#L114) ___ @@ -814,7 +819,7 @@ ___ #### Defined in -[types/metadata/election.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L44) +[types/metadata/election.ts:44](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L44) ___ @@ -824,7 +829,7 @@ ___ #### Defined in -[services/faucet.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L28) +[services/faucet.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L28) ___ @@ -841,7 +846,7 @@ ___ #### Defined in -[services/faucet.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/faucet.ts#L23) +[services/faucet.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/faucet.ts#L23) ___ @@ -862,7 +867,7 @@ ___ #### Defined in -[api/chain.ts:357](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/chain.ts#L357) +[api/chain.ts:383](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/chain.ts#L383) ___ @@ -872,17 +877,17 @@ ___ #### Defined in -[types/client/account.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L10) +[types/client/account.ts:10](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L10) ___ ### IAccountSummary -Ƭ **IAccountSummary**: `Pick`\<`IAccountInfoResponse`, ``"address"`` \| ``"balance"`` \| ``"nonce"``\> +Ƭ **IAccountSummary**: `Pick`\<[`IAccountInfoResponse`](interfaces/IAccountInfoResponse), ``"address"`` \| ``"balance"`` \| ``"nonce"``\> #### Defined in -[api/account.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/api/account.ts#L19) +[api/account.ts:19](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/api/account.ts#L19) ___ @@ -892,7 +897,7 @@ ___ #### Defined in -[types/election/budget.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/election/budget.ts#L21) +[types/election/budget.ts:21](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/election/budget.ts#L21) ___ @@ -902,7 +907,7 @@ ___ #### Defined in -[types/client/account.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L12) +[types/client/account.ts:12](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L12) ___ @@ -912,7 +917,7 @@ ___ #### Defined in -[types/client/account.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L9) +[types/client/account.ts:9](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L9) ___ @@ -922,7 +927,7 @@ ___ #### Defined in -[census3.ts:34](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L34) +[census3.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L32) ___ @@ -932,7 +937,7 @@ ___ #### Defined in -[types/client/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L8) +[types/client/account.ts:8](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L8) ___ @@ -942,7 +947,7 @@ ___ #### Defined in -[census3.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L27) +[census3.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L25) ___ @@ -959,24 +964,17 @@ ___ #### Defined in -[census3.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L28) +[census3.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L26) ___ ### StrategyHolders -Ƭ **StrategyHolders**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `holders` | [`StrategyHolder`](sdk-reference#strategyholder)[] | -| `pagination` | `Census3Pagination` | +Ƭ **StrategyHolders**: [`StrategyHolder`](sdk-reference#strategyholder)[] #### Defined in -[census3.ts:29](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L29) +[census3.ts:27](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L27) ___ @@ -986,7 +984,7 @@ ___ #### Defined in -[census3.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L30) +[census3.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L28) ___ @@ -996,7 +994,7 @@ ___ #### Defined in -[census3.ts:32](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L32) +[census3.ts:30](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L30) ___ @@ -1006,7 +1004,7 @@ ___ #### Defined in -[census3.ts:33](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L33) +[census3.ts:31](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L31) ___ @@ -1016,7 +1014,7 @@ ___ #### Defined in -[census3.ts:25](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L25) +[census3.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L23) ___ @@ -1026,7 +1024,7 @@ ___ #### Defined in -[census3.ts:26](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/census3.ts#L26) +[census3.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/census3.ts#L24) ___ @@ -1045,7 +1043,7 @@ Specify custom retry times and attempts when waiting for a transaction. #### Defined in -[services/chain.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/chain.ts#L24) +[services/chain.ts:24](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/chain.ts#L24) ___ @@ -1061,7 +1059,7 @@ ___ #### Defined in -[types/client/account.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L6) +[types/client/account.ts:6](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L6) ___ @@ -1071,7 +1069,7 @@ ___ #### Defined in -[services/vote.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L15) +[services/vote.ts:15](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L15) ___ @@ -1081,7 +1079,7 @@ ___ #### Defined in -[services/vote.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L28) +[services/vote.ts:28](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L28) ___ @@ -1091,7 +1089,7 @@ ___ #### Defined in -[services/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/vote.ts#L16) +[services/vote.ts:16](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/vote.ts#L16) ___ @@ -1101,7 +1099,7 @@ ___ #### Defined in -[types/client/account.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L11) +[types/client/account.ts:11](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L11) ___ @@ -1117,7 +1115,7 @@ ___ #### Defined in -[types/client/account.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/client/account.ts#L4) +[types/client/account.ts:4](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/client/account.ts#L4) ___ @@ -1139,7 +1137,7 @@ ___ #### Defined in -[services/anonymous.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/services/anonymous.ts#L23) +[services/anonymous.ts:23](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/services/anonymous.ts#L23) ## Variables @@ -1149,7 +1147,7 @@ ___ #### Defined in -[types/metadata/account.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/account.ts#L67) +[types/metadata/account.ts:67](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/account.ts#L67) ___ @@ -1159,4 +1157,4 @@ ___ #### Defined in -[types/metadata/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/2ec9544f0d792289a6e591f4f269c47a23ca40a1/src/types/metadata/election.ts#L140) +[types/metadata/election.ts:140](https://github.com/vocdoni/vocdoni-sdk/blob/75583fde189421e3729cfdc4803d85caf60a4871/src/types/metadata/election.ts#L140)