kin-android

kin-android / kin.sdk / WhitelistableTransaction

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.

Constructors

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)

Properties

Name Summary
networkPassphrase val networkPassphrase: String
transactionPayload val transactionPayload: String