C# Class Nethereum.ABI.FunctionEncoding.Parameter

Datei anzeigen Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
Parameter ( string type, int order )
Parameter ( string type, string name = null, int order = 1, string serpentSignature = null )

Method Details

Parameter() public method

public Parameter ( string type, int order )
type string
order int

Parameter() public method

public Parameter ( string type, string name = null, int order = 1, string serpentSignature = null )
type string
name string
order int
serpentSignature string