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

Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode 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

Méthode Description
ToBytesFromNumber ( byte bytes ) : byte[]

Method Details

ToBigIntegerFromRLPDecoded() public static méthode

public static ToBigIntegerFromRLPDecoded ( this bytes ) : System.Numerics.BigInteger
bytes this
Résultat System.Numerics.BigInteger

ToBytesForRLPEncoding() public static méthode

public static ToBytesForRLPEncoding ( this bigInteger ) : byte[]
bigInteger this
Résultat byte[]

ToBytesForRLPEncoding() public static méthode

public static ToBytesForRLPEncoding ( this strings ) : byte[][]
strings this
Résultat byte[][]

ToIntFromRLPDecoded() public static méthode

public static ToIntFromRLPDecoded ( this bytes ) : int
bytes this
Résultat int

ToLongFromRLPDecoded() public static méthode

public static ToLongFromRLPDecoded ( this bytes ) : long
bytes this
Résultat long

ToStringFromRLPDecoded() public static méthode

public static ToStringFromRLPDecoded ( this bytes ) : string
bytes this
Résultat string