kin-android / kin.sdk / WhitelistableTransaction
data class 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.
| Name | Summary |
|---|---|
| <init> | 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.WhitelistableTransaction(transactionPayload: String, networkPassphrase: String) |
| Name | Summary |
|---|---|
| networkPassphrase | val networkPassphrase: String |
| transactionPayload | val transactionPayload: String |