kin-android / kin.sdk / KinAccount / 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.
transaction
- Transaction!: is the transaction object to send.
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.