kin-android

kin-android / kin.sdk / KinAccount / sendTransactionSync

sendTransactionSync

@NonNull abstract fun sendTransactionSync(transaction: Transaction!): TransactionId

send a transaction.

Note: This method accesses the network, and should not be called on the android main thread.

Parameters

transaction - Transaction!: is the transaction object to send.

Exceptions

AccountNotFoundException - if the sender or destination account was not created.

InsufficientKinException - if account balance has not enough kin.

TransactionFailedException - if transaction failed, contains blockchain failure details.

OperationFailedException - other error occurred.

Return TransactionId: TransactionId the transaction identifier.