API Reference
Class
Eip681
EIP-681 Ethereum payment request.
Inheritance
- Object
- Eip681
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Eip681.<Clone>$
Constructors
public Eip681(String Address, Nullable<Int64> ChainId, Nullable<Decimal> AmountEther, Nullable<Decimal> ValueWei, String Function, IReadOnlyDictionary<String, String> Parameters) #EIP-681 Ethereum payment request.
Parameters
- Address System.String
- ChainId System.Nullable{System.Int64}
- AmountEther System.Nullable{System.Decimal}
- ValueWei System.Nullable{System.Decimal}
- Function System.String
- Parameters System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}
Methods
public Eip681 <Clone>$() #Returns:
Eip681public Void Deconstruct(out String Address, out Nullable<Int64> ChainId, out Nullable<Decimal> AmountEther, out Nullable<Decimal> ValueWei, out String Function, out IReadOnlyDictionary<String, String> Parameters) #Returns:
VoidParameters
- Address String
- ChainId Nullable<Int64>
- AmountEther Nullable<Decimal>
- ValueWei Nullable<Decimal>
- Function String
- Parameters IReadOnlyDictionary<String, String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String