C# Class Nethereum.ABI.Util.RLP.ConvertorForRLPEncodingExtensions

Datei anzeigen Open project: Nethereum/Nethereum

Public Methods

Method Description
ToBigIntegerFromRLPDecoded ( this bytes ) : System.Numerics.BigInteger
ToBytesForRLPEncoding ( this bigInteger ) : byte[]
ToBytesForRLPEncoding ( this strings ) : byte[][]
ToIntFromRLPDecoded ( this bytes ) : int
ToLongFromRLPDecoded ( this bytes ) : long
ToStringFromRLPDecoded ( this bytes ) : string

Private Methods

Method Description
ToBytesFromNumber ( byte bytes ) : byte[]

Method Details

ToBigIntegerFromRLPDecoded() public static method

public static ToBigIntegerFromRLPDecoded ( this bytes ) : System.Numerics.BigInteger
bytes this
return System.Numerics.BigInteger

ToBytesForRLPEncoding() public static method

public static ToBytesForRLPEncoding ( this bigInteger ) : byte[]
bigInteger this
return byte[]

ToBytesForRLPEncoding() public static method

public static ToBytesForRLPEncoding ( this strings ) : byte[][]
strings this
return byte[][]

ToIntFromRLPDecoded() public static method

public static ToIntFromRLPDecoded ( this bytes ) : int
bytes this
return int

ToLongFromRLPDecoded() public static method

public static ToLongFromRLPDecoded ( this bytes ) : long
bytes this
return long

ToStringFromRLPDecoded() public static method

public static ToStringFromRLPDecoded ( this bytes ) : string
bytes this
return string