Struct BitcoinAddressValue
Represents a validated Bitcoin address.
public readonly struct BitcoinAddressValue
- Inherited Members
Constructors
BitcoinAddressValue(string)
Initializes a new instance of the BitcoinAddressValue struct.
public BitcoinAddressValue(string value)
Parameters
valuestringNormalized Bitcoin address.
Properties
Value
Gets the normalized Bitcoin address.
public string Value { get; }