Table of Contents

Struct BitcoinAddressValue

Namespace
Veritas.Crypto
Assembly
Veritas.dll

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

value string

Normalized Bitcoin address.

Properties

Value

Gets the normalized Bitcoin address.

public string Value { get; }

Property Value

string