CodeGlyphX logo
CodeGlyphX

API Reference

Class

Crypto

Namespace CodeGlyphX.Payloads.QrParsedData
Assembly CodeGlyphX
Implements
IEquatable<Crypto>
Modifiers sealed

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

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 requiredposition: 0
Address System.String requiredposition: 1
Amount System.Nullable{System.Decimal} requiredposition: 2
Label System.String requiredposition: 3
Message System.String requiredposition: 4
Parameters System.Collections.Generic.IReadOnlyDictionary{System.String,System.String} requiredposition: 5

Methods

public Crypto <Clone>$() #
Returns: Crypto
public Void Deconstruct(out String Scheme, out String Address, out Nullable<Decimal> Amount, out String Label, out String Message, out IReadOnlyDictionary<String, String> Parameters) #
Returns: Void

Parameters

Scheme String requiredposition: 0
Address String requiredposition: 1
Amount Nullable<Decimal> requiredposition: 2
Label String requiredposition: 3
Message String requiredposition: 4
Parameters IReadOnlyDictionary<String, String> requiredposition: 5
public virtual Boolean Equals(Crypto other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Scheme { get; set; } #
public String Address { get; set; } #
public Nullable<Decimal> Amount { get; set; } #
public String Label { get; set; } #
public String Message { get; set; } #
public IReadOnlyDictionary<String, String> Parameters { get; set; } #