UNPKG

2.31 kBHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>JSDoc: Class: InvalidAddressError</title>
6
7 <script src="scripts/prettify/prettify.js"> </script>
8 <script src="scripts/prettify/lang-css.js"> </script>
9 <!--[if lt IE 9]>
10 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11 <![endif]-->
12 <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13 <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14</head>
15
16<body>
17
18<div id="main">
19
20 <h1 class="page-title">Class: InvalidAddressError</h1>
21
22
23
24
25
26
27<section>
28
29<header>
30
31 <h2><span class="attribs"><span class="type-signature"></span></span>
32 <span class="ancestors"><a href="module-bchaddr.html">bchaddr</a>~</span>InvalidAddressError<span class="signature">()</span><span class="type-signature"></span></h2>
33
34
35</header>
36
37<article>
38 <div class="container-overview">
39
40
41
42
43
44
45 <h4 class="name" id="InvalidAddressError"><span class="type-signature"></span>new InvalidAddressError<span class="signature">()</span><span class="type-signature"></span></h4>
46
47
48
49
50
51
52<div class="description">
53 Error thrown when the address given as input is not a valid Bitcoin Cash address.
54</div>
55
56
57
58
59
60
61
62
63
64
65
66
67
68<dl class="details">
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95 <dt class="tag-source">Source:</dt>
96 <dd class="tag-source"><ul class="dummy"><li>
97 <a href="bchaddr.js.html">bchaddr.js</a>, <a href="bchaddr.js.html#line427">line 427</a>
98 </li></ul></dd>
99
100
101
102
103
104
105
106</dl>
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126 </div>
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147</article>
148
149</section>
150
151
152
153
154</div>
155
156<nav>
157 <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-bchaddr.html">bchaddr</a></li></ul><h3>Classes</h3><ul><li><a href="module-bchaddr-InvalidAddressError.html">InvalidAddressError</a></li></ul>
158</nav>
159
160<br class="clear">
161
162<footer>
163 Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed May 29 2019 19:43:54 GMT-0300 (Argentina Standard Time)
164</footer>
165
166<script> prettyPrint(); </script>
167<script src="scripts/linenumber.js"> </script>
168</body>
169</html>
\No newline at end of file