public class ForwardLink extends Object
| Constructor and Description |
|---|
ForwardLink(byte[] buf) |
ForwardLink(com.google.protobuf.ByteString bs) |
ForwardLink(SkipchainProto.ForwardLink fl) |
| Modifier and Type | Method and Description |
|---|---|
ByzcoinSig |
getByzcoinSig() |
SkipblockId |
getFrom() |
Roster |
getNewRoster() |
SkipblockId |
getTo() |
public ForwardLink(SkipchainProto.ForwardLink fl)
public ForwardLink(byte[] buf)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic ForwardLink(com.google.protobuf.ByteString bs)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic SkipblockId getFrom() throws CothorityCryptoException
CothorityCryptoException - if there's a problem with the cryptographypublic SkipblockId getTo() throws CothorityCryptoException
CothorityCryptoException - if there's a problem with the cryptographypublic Roster getNewRoster() throws URISyntaxException
URISyntaxException - if the roster in the forward link has a problempublic ByzcoinSig getByzcoinSig()
Copyright © 2018. All rights reserved.