public class BlockchainReceipt extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockchainReceipt.Anchor |
static class |
BlockchainReceipt.Proof |
| Constructor and Description |
|---|
BlockchainReceipt() |
| Modifier and Type | Method and Description |
|---|---|
List<BlockchainReceipt.Anchor> |
getAnchors() |
String |
getContext() |
String |
getMerkleRoot() |
List<BlockchainReceipt.Proof> |
getProof() |
String |
getTargetHash() |
String |
getType() |
String |
toString() |
public String getContext()
public String getType()
public String getTargetHash()
public String getMerkleRoot()
public List<BlockchainReceipt.Proof> getProof()
public List<BlockchainReceipt.Anchor> getAnchors()
Copyright © 2017. All rights reserved.