Post
Topic
Board Development & Technical Discussion
Re: C# Bitcoin Address Validation [Legacy, Nested SegWit, Native SegWit] | OFFLINE
by
Vort3x.Layers
on 20/08/2021, 08:46:14 UTC
My goal is recognize that a string is bitcoin address or not.(Offline Mode)
So for this purpose introduce a good library.

Would you please show some examples of usage these methods :
AddressType GetAddressType(string address, NetworkType netType)
AddressType GetAddressType(string address, NetworkType netType, out byte[] data)
bool VerifyType(string address, PubkeyScriptType scrType, out byte[] hash)

What is NetworkType netType? Is this method working offline?
I need a method that returns TRUE or FALSE.