Property | Type | Description | |
---|---|---|---|
UpdatedRecordPrefix | byte[] |
Method | Description | |
---|---|---|
CandidateUpdatedRecord ( byte previousChain, byte currentChain ) : System.Linq |
Create a new CandidateUpdatedRecord
|
|
Pack ( |
Pack the record to storable data
|
|
Unpack ( byte packed, |
Unpack storable data to a CandidateUpdatedRecord
|
public CandidateUpdatedRecord ( byte previousChain, byte currentChain ) : System.Linq | ||
previousChain | byte | The chain id of the old version chain |
currentChain | byte | The chain id of the current 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 |