public class OmnilockWitnessLock
extends java.lang.Object
| Constructor and Description |
|---|
OmnilockWitnessLock() |
| Modifier and Type | Method and Description |
|---|---|
OmnilockIdentity |
getOmnilockIdentity() |
byte[] |
getPreimage() |
byte[] |
getSignature() |
OmniLockWitnessLock |
pack() |
byte[] |
packAsEmptyPlaceholder() |
SmtProofEntry |
packSmtProofEntry(OmnilockIdentity.SmtProofEntry smtProofEntry) |
void |
setOmnilockIdentity(OmnilockIdentity omnilockIdentity) |
void |
setPreimage(byte[] preimage) |
void |
setSignature(byte[] signature) |
static OmnilockWitnessLock |
unpack(byte[] in) |
public byte[] getSignature()
public void setSignature(byte[] signature)
public OmnilockIdentity getOmnilockIdentity()
public void setOmnilockIdentity(OmnilockIdentity omnilockIdentity)
public byte[] getPreimage()
public void setPreimage(byte[] preimage)
public OmniLockWitnessLock pack()
public byte[] packAsEmptyPlaceholder()
public static OmnilockWitnessLock unpack(byte[] in)
public SmtProofEntry packSmtProofEntry(OmnilockIdentity.SmtProofEntry smtProofEntry)