Search
Preparing search index...
The search index is not available
kyokan-plasma-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RESTRootClient
Class RESTRootClient
Hierarchy
RESTRootClient
Implements
IRootClient
Index
Constructors
constructor
Methods
confirm
get
Balance
get
Block
getUTXOs
send
Constructors
constructor
new RESTRoot
Client
(
rootURL
:
string
)
:
RESTRootClient
Parameters
rootURL:
string
Returns
RESTRootClient
Methods
confirm
confirm
(
confirmed
:
ConfirmedTransaction
)
:
Promise
<
void
>
Parameters
confirmed:
ConfirmedTransaction
Returns
Promise
<
void
>
get
Balance
get
Balance
(
address
:
string
)
:
Promise
<
BN
>
Parameters
address:
string
Returns
Promise
<
BN
>
get
Block
get
Block
(
number
:
number
)
:
Promise
<
Block
>
Parameters
number:
number
Returns
Promise
<
Block
>
getUTXOs
getUTXOs
(
address
:
string
)
:
Promise
<
Outpoint
[]
>
Parameters
address:
string
Returns
Promise
<
Outpoint
[]
>
send
send
(
tx
:
Transaction
)
:
Promise
<
SendResponse
>
Parameters
tx:
Transaction
Returns
Promise
<
SendResponse
>
Globals
RESTRoot
Client
constructor
confirm
get
Balance
get
Block
getUTXOs
send
Generated using
TypeDoc