class Complete : TransactionBuildResultState indicating the action undertaken has been completed (it was not complex enough to require a state machine starting).
transaction - the transaction created as a result.| <init> |
Complete(transaction: SignedTransaction, message: String?)State indicating the action undertaken has been completed (it was not complex enough to require a state machine starting). |
| message |
val message: String? |
| transaction |
val transaction: SignedTransaction |