ordspv
Docs home
GitHub
Preparing search index...
@ordspv/fetch
headersync
ElectrumTransport
Interface ElectrumTransport
interface
ElectrumTransport
{
close
?
()
:
void
;
request
(
method
:
string
,
params
:
unknown
[]
)
:
Promise
<
unknown
>
;
}
Implemented by
ElectrumTcpTransport
Index
Methods
close?
request
Methods
Optional
close
close
?
()
:
void
Returns
void
request
request
(
method
:
string
,
params
:
unknown
[]
)
:
Promise
<
unknown
>
Parameters
method
:
string
params
:
unknown
[]
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
request
Docs home
GitHub
ordspv
Loading...