프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UpdatedRecordPrefix | byte[] |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | 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 | |
리턴 |