C# 클래스 Nethereum.ABI.Encoders.IntTypeEncoder

상속: ITypeEncoder
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( object value ) : byte[]
EncodeInt ( System.Numerics.BigInteger bigInt ) : byte[]
EncodeInt ( int i ) : byte[]
IntTypeEncoder ( ) : System

메소드 상세

Encode() 공개 메소드

public Encode ( object value ) : byte[]
value object
리턴 byte[]

EncodeInt() 공개 메소드

public EncodeInt ( System.Numerics.BigInteger bigInt ) : byte[]
bigInt System.Numerics.BigInteger
리턴 byte[]

EncodeInt() 공개 메소드

public EncodeInt ( int i ) : byte[]
i int
리턴 byte[]

IntTypeEncoder() 공개 메소드

public IntTypeEncoder ( ) : System
리턴 System