API Reference
Class
Crypto
Crypto/payment URI payload (bitcoin:, monero:, etc.).
Inheritance
- Object
- Crypto
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 Crypto.<Clone>$
Constructors
public Crypto(String Scheme, String Address, Nullable<Decimal> Amount, String Label, String Message, IReadOnlyDictionary<String, String> Parameters) #Crypto/payment URI payload (bitcoin:, monero:, etc.).
Parameters
- Scheme System.String
- Address System.String
- Amount System.Nullable{System.Decimal}
- Label System.String
- Message System.String
- Parameters System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}
Methods
public Crypto <Clone>$() #Returns:
Cryptopublic Void Deconstruct(out String Scheme, out String Address, out Nullable<Decimal> Amount, out String Label, out String Message, out IReadOnlyDictionary<String, String> Parameters) #Returns:
VoidParameters
- Scheme String
- Address String
- Amount Nullable<Decimal>
- Label String
- Message String
- Parameters IReadOnlyDictionary<String, String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String