| Modifier and Type | Field and Description |
|---|---|
static int |
length |
| Constructor and Description |
|---|
InstanceId(byte[] id) |
InstanceId(com.google.protobuf.ByteString bs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getId()
Return binary form of block getId used by skipchain
|
int |
hashCode() |
com.google.protobuf.ByteString |
toByteString() |
String |
toString() |
static InstanceId |
zero()
Creates a contract ID of all zeros, which is the place where the ByzCoin
config is stored.
|
public static final int length
public InstanceId(byte[] id)
public InstanceId(com.google.protobuf.ByteString bs)
public byte[] getId()
HashIdpublic com.google.protobuf.ByteString toByteString()
public static InstanceId zero()
Copyright © 2019. All rights reserved.