프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CandidateOldVersionPrefix | byte[] |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System.Linq |
public Pack ( |
||
privKey | The private key to sign the data with | |
리턴 | byte[] |
public static Unpack ( byte packed, |
||
packed | byte | The packed OldVersionRecord data |
pubKey | The public key to verify with | |
리턴 |