public class Instance extends Object
| Constructor and Description |
|---|
Instance(Proof p)
Instantiates an instance given a proof sent by omniledger.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContractId() |
byte[] |
getData() |
InstanceId |
getId() |
public Instance(Proof p) throws CothorityException
p - CothorityExceptionpublic InstanceId getId()
public String getContractId()
public byte[] getData()
Copyright © 2018. All rights reserved.