C# Class Nethereum.ABI.FunctionEncoding.Parameter

Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
Parameter ( string type, int order )
Parameter ( string type, string name = null, int order = 1, string serpentSignature = null )

Method Details

Parameter() public méthode

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

Parameter() public méthode

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