public class TxResult extends Object
| Constructor and Description |
|---|
TxResult(ByzCoinProto.TxResult proto)
constructor for TxResult
|
| Modifier and Type | Method and Description |
|---|---|
ClientTransaction |
getClientTransaction()
Getter for the client transaction.
|
boolean |
isAccepted()
isAccepted shows whether this transaction was accepted or rejected in this block.
|
public TxResult(ByzCoinProto.TxResult proto) throws CothorityCryptoException
proto - the input protobufCothorityCryptoException - if there is an issue with the protobuf encodingpublic ClientTransaction getClientTransaction()
public boolean isAccepted()
Copyright © 2018. All rights reserved.