C# 클래스 Nethereum.ABI.Util.RLP.ConvertorForRLPEncodingExtensions

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToBytesFromNumber ( byte bytes ) : byte[]

메소드 상세

ToBigIntegerFromRLPDecoded() 공개 정적인 메소드

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

ToBytesForRLPEncoding() 공개 정적인 메소드

public static ToBytesForRLPEncoding ( this bigInteger ) : byte[]
bigInteger this
리턴 byte[]

ToBytesForRLPEncoding() 공개 정적인 메소드

public static ToBytesForRLPEncoding ( this strings ) : byte[][]
strings this
리턴 byte[][]

ToIntFromRLPDecoded() 공개 정적인 메소드

public static ToIntFromRLPDecoded ( this bytes ) : int
bytes this
리턴 int

ToLongFromRLPDecoded() 공개 정적인 메소드

public static ToLongFromRLPDecoded ( this bytes ) : long
bytes this
리턴 long

ToStringFromRLPDecoded() 공개 정적인 메소드

public static ToStringFromRLPDecoded ( this bytes ) : string
bytes this
리턴 string