C# Class Neo.Consensus.PrepareResponse

Inheritance: Neo.Consensus.ConsensusMessage
Exibir arquivo Open project: NewEconoLab/NEL.LightDB Class Usage Examples

Public Properties

Property Type Description
Signature byte[]

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
PrepareResponse ( ) : System.IO
Serialize ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader BinaryReader
return void

PrepareResponse() public method

public PrepareResponse ( ) : System.IO
return System.IO

Serialize() public method

public Serialize ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

Signature public_oe property

public byte[] Signature
return byte[]