Property | Type | Description |
---|
Method | Description | |
---|---|---|
TransactionInput ( ) : Nethereum.Hex.HexTypes | ||
TransactionInput ( string data, HexBigInteger gas, string adddressFrom ) : Nethereum.Hex.HexTypes | ||
TransactionInput ( string data, string addressTo ) : Nethereum.Hex.HexTypes | ||
TransactionInput ( string data, string addressTo, HexBigInteger value ) : Nethereum.Hex.HexTypes | ||
TransactionInput ( string data, string adddressFrom, HexBigInteger gas, HexBigInteger value ) : Nethereum.Hex.HexTypes | ||
TransactionInput ( string data, string addressTo, string adddressFrom, HexBigInteger gas, HexBigInteger value ) : Nethereum.Hex.HexTypes |
public TransactionInput ( ) : Nethereum.Hex.HexTypes | ||
return | Nethereum.Hex.HexTypes |
public TransactionInput ( string data, HexBigInteger gas, string adddressFrom ) : Nethereum.Hex.HexTypes | ||
data | string | |
gas | HexBigInteger | |
adddressFrom | string | |
return | Nethereum.Hex.HexTypes |
public TransactionInput ( string data, string addressTo ) : Nethereum.Hex.HexTypes | ||
data | string | |
addressTo | string | |
return | Nethereum.Hex.HexTypes |
public TransactionInput ( string data, string addressTo, HexBigInteger value ) : Nethereum.Hex.HexTypes | ||
data | string | |
addressTo | string | |
value | HexBigInteger | |
return | Nethereum.Hex.HexTypes |
public TransactionInput ( string data, string adddressFrom, HexBigInteger gas, HexBigInteger value ) : Nethereum.Hex.HexTypes | ||
data | string | |
adddressFrom | string | |
gas | HexBigInteger | |
value | HexBigInteger | |
return | Nethereum.Hex.HexTypes |
public TransactionInput ( string data, string addressTo, string adddressFrom, HexBigInteger gas, HexBigInteger value ) : Nethereum.Hex.HexTypes | ||
data | string | |
addressTo | string | |
adddressFrom | string | |
gas | HexBigInteger | |
value | HexBigInteger | |
return | Nethereum.Hex.HexTypes |