Property | Type | Description | |
---|---|---|---|
CandidateOldVersionPrefix | byte[] |
Method | Description | |
---|---|---|
CandidateOldVersionRecord ( byte currentChain, byte nextChain ) : System.Linq |
Create a new CandidateOldVersionRecord
|
|
Pack ( |
Pack the record to storable data
|
|
Unpack ( byte packed, |
Unpack storable data to a CandidateOldVersionRecord
|
public CandidateOldVersionRecord ( byte currentChain, byte nextChain ) : System.Linq | ||
currentChain | byte | The chain id of the current chain |
nextChain | byte | The chain id of the next chain |
return | System.Linq |
public Pack ( |
||
privKey | The private key to sign the data with | |
return | byte[] |
public static Unpack ( byte packed, |
||
packed | byte | The packed OldVersionRecord data |
pubKey | The public key to verify with | |
return |