Overview
Protocols
Name | Description |
---|---|
ZKAccountListener | Listener called when there is a change in account state. |
ZKStateListener | Listener called when there is a change in state. |
ZKTransactionListener | Listener called when there is a change in transaction state. |
ZKUserListener | Listener called when there is a change in user state. |
Classes
Name | Description |
---|---|
ZKAccount | Record containing account details. |
ZKFeeRates | Record containing cryptocurrency fee rates. |
ZKState | Record containing state details. |
ZKTransaction | Record containing transaction details. |
ZKTxServiceConnection | Record containing transaction service connection details. |
ZKUser | Class containing user management methods. |
ZKUtils | Class containing utility methods. |
ZKWallet | Class containing send transaction methods. |
ZumoKit | The entry point of the ZumoKit SDK. |
Enumerations
Name | Description |
---|---|
ZKAccountType | Account type used in getAccount helper method on ZKUser instance. |
ZKConnectionStatus | Transaction service connection status used in ZKTxServiceConnection object. |
ZKErrorCode | Error code corresponding to one of the ZumoKit error types. |
ZKNetworkType | Network type used in ZKAccount object. |
ZKTransactionStatus | Transaction status used in ZKTransaction object. |
ZKTransactionType | Transaction type used in ZKTransaction object. |
Type Definitions
Name | Description |
---|---|
AuthCompletionBlock | The type of block invoked after authentication attempt. |
MnemonicCompletionBlock | The type of block invoked after attempting to reveal user's mnemonic phrase. |
SendTransactionCompletionBlock | The type of block invoked after submitting a transaction. |
WalletCompletionBlock | The type of block invoked after creating, unlocking or recovering wallet. |