Structures
The following structures are available globally.
-
Transactions - https://docs.lisk.io/docs/lisk-api-080-transactions
See moreDeclaration
Swift
public struct Transactions: APIService
-
Declaration
Swift
public struct Blocks: APIService
-
Declaration
Swift
public struct Accounts: APIService
-
Declaration
Swift
public struct Peers: APIService
-
Declaration
Swift
public struct Delegates: APIService
-
Declaration
Swift
public struct Loader: APIService
-
Undocumented
See moreDeclaration
Swift
public struct MnemonicPassphrase
-
API Constants copied from: https://github.com/LiskHQ/lisk-js/blob/1.0.0/src/constants.js
See moreDeclaration
Swift
public struct Constants
-
Nethash options that are sent as request headers
See moreDeclaration
Swift
public struct APINethash
-
Declaration
Swift
public struct Signatures: APIService
-
Struct to represent a local transaction with the ability to locally sign via a secret passphrase
See moreDeclaration
Swift
public struct LocalTransaction
-
Options for creating an API client
See moreDeclaration
Swift
public struct APIOptions
-
API response error with an error message
See moreDeclaration
Swift
public struct APIResponseError: APIResponse