Class PayloadGenerator.BitcoinLikeCryptoCurrencyAddress
Inheritance
PayloadGenerator.BitcoinLikeCryptoCurrencyAddress
Inherited Members
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.BitcoinLikeCryptoCurrencyAddress : PayloadGenerator.Payload
Constructors
BitcoinLikeCryptoCurrencyAddress(BitcoinLikeCryptoCurrencyType, string, double?, string, string)
Generates a Bitcoin like cryptocurrency payment payload. QR Codes with this payload can open a payment app.
Declaration
public BitcoinLikeCryptoCurrencyAddress(PayloadGenerator.BitcoinLikeCryptoCurrencyAddress.BitcoinLikeCryptoCurrencyType currencyType, string address, double? amount, string label = null, string message = null)
Parameters
Type | Name | Description |
---|---|---|
PayloadGenerator.BitcoinLikeCryptoCurrencyAddress.BitcoinLikeCryptoCurrencyType | currencyType | Bitcoin like cryptocurrency address of the payment receiver |
string | address | Bitcoin like cryptocurrency address of the payment receiver |
double? | amount | Amount of coins to transfer |
string | label | Reference label |
string | message | Referece text aka message |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |