C# Class Nethereum.ABI.Encoders.IntTypeEncoder

Inheritance: ITypeEncoder
ファイルを表示 Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
Encode ( object value ) : byte[]
EncodeInt ( System.Numerics.BigInteger bigInt ) : byte[]
EncodeInt ( int i ) : byte[]
IntTypeEncoder ( ) : System

Method Details

Encode() public method

public Encode ( object value ) : byte[]
value object
return byte[]

EncodeInt() public method

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

EncodeInt() public method

public EncodeInt ( int i ) : byte[]
i int
return byte[]

IntTypeEncoder() public method

public IntTypeEncoder ( ) : System
return System