1
+ <!doctype html>
2
+ < html class ="default no-js ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < title > EarthKeyringPair$Json | @earthwallet/sdk</ title >
7
+ < meta name ="description " content ="Documentation for @earthwallet/sdk ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
+ < link rel ="stylesheet " href ="../assets/css/main.css ">
10
+ </ head >
11
+ < body >
12
+ < header >
13
+ < div class ="tsd-page-toolbar ">
14
+ < div class ="container ">
15
+ < div class ="table-wrap ">
16
+ < div class ="table-cell " id ="tsd-search " data-index ="../assets/js/search.json " data-base =".. ">
17
+ < div class ="field ">
18
+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19
+ < input id ="tsd-search-field " type ="text " />
20
+ </ div >
21
+ < ul class ="results ">
22
+ < li class ="state loading "> Preparing search index...</ li >
23
+ < li class ="state failure "> The search index is not available</ li >
24
+ </ ul >
25
+ < a href ="../index.html " class ="title "> @earthwallet/sdk</ a >
26
+ </ div >
27
+ < div class ="table-cell " id ="tsd-widgets ">
28
+ < div id ="tsd-filter ">
29
+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30
+ < div class ="tsd-filter-group ">
31
+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32
+ < span class ="tsd-select-label "> All</ span >
33
+ < ul class ="tsd-select-list ">
34
+ < li data-value ="public "> Public</ li >
35
+ < li data-value ="protected "> Public/Protected</ li >
36
+ < li data-value ="private " class ="selected "> All</ li >
37
+ </ ul >
38
+ </ div >
39
+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40
+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41
+ < input type ="checkbox " id ="tsd-filter-externals " checked />
42
+ < label class ="tsd-widget " for ="tsd-filter-externals "> Externals</ label >
43
+ < input type ="checkbox " id ="tsd-filter-only-exported " />
44
+ < label class ="tsd-widget " for ="tsd-filter-only-exported "> Only exported</ label >
45
+ </ div >
46
+ </ div >
47
+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
48
+ </ div >
49
+ </ div >
50
+ </ div >
51
+ </ div >
52
+ < div class ="tsd-page-title ">
53
+ < div class ="container ">
54
+ < ul class ="tsd-breadcrumb ">
55
+ < li >
56
+ < a href ="../globals.html "> Globals</ a >
57
+ </ li >
58
+ < li >
59
+ < a href ="earthkeyringpair_json.html "> EarthKeyringPair$Json</ a >
60
+ </ li >
61
+ </ ul >
62
+ < h1 > Interface EarthKeyringPair$Json</ h1 >
63
+ </ div >
64
+ </ div >
65
+ </ header >
66
+ < div class ="container container-main ">
67
+ < div class ="row ">
68
+ < div class ="col-8 col-content ">
69
+ < section class ="tsd-panel tsd-hierarchy ">
70
+ < h3 > Hierarchy</ h3 >
71
+ < ul class ="tsd-hierarchy ">
72
+ < li >
73
+ < a href ="encryptedjson.html " class ="tsd-signature-type "> EncryptedJson</ a >
74
+ < ul class ="tsd-hierarchy ">
75
+ < li >
76
+ < span class ="target "> EarthKeyringPair$Json</ span >
77
+ </ li >
78
+ </ ul >
79
+ </ li >
80
+ </ ul >
81
+ </ section >
82
+ < section class ="tsd-panel-group tsd-index-group ">
83
+ < h2 > Index</ h2 >
84
+ < section class ="tsd-panel tsd-index-panel ">
85
+ < div class ="tsd-index-content ">
86
+ < section class ="tsd-index-section ">
87
+ < h3 > Properties</ h3 >
88
+ < ul class ="tsd-index-list ">
89
+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < a href ="earthkeyringpair_json.html#address " class ="tsd-kind-icon "> address</ a > </ li >
90
+ < li class ="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited "> < a href ="earthkeyringpair_json.html#encoded " class ="tsd-kind-icon "> encoded</ a > </ li >
91
+ < li class ="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited "> < a href ="earthkeyringpair_json.html#encoding " class ="tsd-kind-icon "> encoding</ a > </ li >
92
+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < a href ="earthkeyringpair_json.html#meta " class ="tsd-kind-icon "> meta</ a > </ li >
93
+ </ ul >
94
+ </ section >
95
+ </ div >
96
+ </ section >
97
+ </ section >
98
+ < section class ="tsd-panel-group tsd-member-group ">
99
+ < h2 > Properties</ h2 >
100
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface ">
101
+ < a name ="address " class ="tsd-anchor "> </ a >
102
+ < h3 > address</ h3 >
103
+ < div class ="tsd-signature tsd-kind-icon "> address< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > </ div >
104
+ < aside class ="tsd-sources ">
105
+ < ul >
106
+ < li > Defined in < a href ="https://github.com/earthwallet/sdk/blob/3ea771d/src/types/index.ts#L39 "> src/types/index.ts:39</ a > </ li >
107
+ </ ul >
108
+ </ aside >
109
+ </ section >
110
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited ">
111
+ < a name ="encoded " class ="tsd-anchor "> </ a >
112
+ < h3 > encoded</ h3 >
113
+ < div class ="tsd-signature tsd-kind-icon "> encoded< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > </ div >
114
+ < aside class ="tsd-sources ">
115
+ < p > Inherited from < a href ="encryptedjson.html "> EncryptedJson</ a > .< a href ="encryptedjson.html#encoded "> encoded</ a > </ p >
116
+ < ul >
117
+ < li > Defined in < a href ="https://github.com/earthwallet/sdk/blob/3ea771d/src/types/index.ts#L29 "> src/types/index.ts:29</ a > </ li >
118
+ </ ul >
119
+ </ aside >
120
+ </ section >
121
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited ">
122
+ < a name ="encoding " class ="tsd-anchor "> </ a >
123
+ < h3 > encoding</ h3 >
124
+ < div class ="tsd-signature tsd-kind-icon "> encoding< span class ="tsd-signature-symbol "> :</ span > < a href ="encryptedjsondescriptor.html " class ="tsd-signature-type "> EncryptedJsonDescriptor</ a > </ div >
125
+ < aside class ="tsd-sources ">
126
+ < p > Inherited from < a href ="encryptedjson.html "> EncryptedJson</ a > .< a href ="encryptedjson.html#encoding "> encoding</ a > </ p >
127
+ < ul >
128
+ < li > Defined in < a href ="https://github.com/earthwallet/sdk/blob/3ea771d/src/types/index.ts#L30 "> src/types/index.ts:30</ a > </ li >
129
+ </ ul >
130
+ </ aside >
131
+ </ section >
132
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface ">
133
+ < a name ="meta " class ="tsd-anchor "> </ a >
134
+ < h3 > meta</ h3 >
135
+ < div class ="tsd-signature tsd-kind-icon "> meta< span class ="tsd-signature-symbol "> :</ span > < a href ="../globals.html#earthkeyringpair_meta " class ="tsd-signature-type "> EarthKeyringPair$Meta</ a > </ div >
136
+ < aside class ="tsd-sources ">
137
+ < ul >
138
+ < li > Defined in < a href ="https://github.com/earthwallet/sdk/blob/3ea771d/src/types/index.ts#L40 "> src/types/index.ts:40</ a > </ li >
139
+ </ ul >
140
+ </ aside >
141
+ </ section >
142
+ </ section >
143
+ </ div >
144
+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
145
+ < nav class ="tsd-navigation primary ">
146
+ < ul >
147
+ < li class ="globals ">
148
+ < a href ="../globals.html "> < em > Globals</ em > </ a >
149
+ </ li >
150
+ </ ul >
151
+ </ nav >
152
+ < nav class ="tsd-navigation secondary menu-sticky ">
153
+ < ul class ="before-current ">
154
+ </ ul >
155
+ < ul class ="current ">
156
+ < li class ="current tsd-kind-interface ">
157
+ < a href ="earthkeyringpair_json.html " class ="tsd-kind-icon "> Earth< wbr > Keyring< wbr > Pair$< wbr > Json</ a >
158
+ < ul >
159
+ < li class =" tsd-kind-property tsd-parent-kind-interface ">
160
+ < a href ="earthkeyringpair_json.html#address " class ="tsd-kind-icon "> address</ a >
161
+ </ li >
162
+ < li class =" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited ">
163
+ < a href ="earthkeyringpair_json.html#encoded " class ="tsd-kind-icon "> encoded</ a >
164
+ </ li >
165
+ < li class =" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited ">
166
+ < a href ="earthkeyringpair_json.html#encoding " class ="tsd-kind-icon "> encoding</ a >
167
+ </ li >
168
+ < li class =" tsd-kind-property tsd-parent-kind-interface ">
169
+ < a href ="earthkeyringpair_json.html#meta " class ="tsd-kind-icon "> meta</ a >
170
+ </ li >
171
+ </ ul >
172
+ </ li >
173
+ </ ul >
174
+ < ul class ="after-current ">
175
+ </ ul >
176
+ </ nav >
177
+ </ div >
178
+ </ div >
179
+ </ div >
180
+ < footer class ="with-border-bottom ">
181
+ < div class ="container ">
182
+ < h2 > Legend</ h2 >
183
+ < div class ="tsd-legend-group ">
184
+ < ul class ="tsd-legend ">
185
+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Property</ span > </ li >
186
+ < li class ="tsd-kind-method tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Method</ span > </ li >
187
+ </ ul >
188
+ </ div >
189
+ </ div >
190
+ </ footer >
191
+ < div class ="container tsd-generator ">
192
+ < p > Generated using < a href ="https://typedoc.org/ " target ="_blank "> TypeDoc</ a > </ p >
193
+ </ div >
194
+ < div class ="overlay "> </ div >
195
+ < script src ="../assets/js/main.js "> </ script >
196
+ </ body >
197
+ </ html >
0 commit comments