| BackupRestore |
interface BackupRestore |
| Balance |
interface Balance |
| Environment |
Provides blockchain network detailsclass Environment |
| EventListener |
interface EventListener<T : Any!> |
| KeyStore |
interface KeyStore |
| KinAccount |
Represents an account which holds Kin.interface KinAccount |
| KinClient |
An account manager for a KinAccount.class KinClient |
| ListenerRegistration |
Represents a listener to events, that can be removed using .remove.class ListenerRegistration |
| PaymentInfo |
Represents payment issued on the blockchain.interface PaymentInfo |
| Transaction |
data class Transaction |
| TransactionId |
Identifier of the transaction, useful for finding information about the transaction.interface TransactionId |
| WhitelistableTransaction |
This class wraps a transaction envelope xdr in base 64(transaction payload) and a network passphrase(the network id as string). * Those fields are necessary for the whitelist server in order to sign this transaction to be a whitelist transaction.data class WhitelistableTransaction |