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 com.google.protobuf.InvalidProtocolBufferException
proto - com.google.protobuf.InvalidProtocolBufferExceptionpublic ClientTransaction getClientTransaction()
public boolean isAccepted()
Copyright © 2018. All rights reserved.