Preparing search index...
The search index is not available
@cityofzion/dora-ts
@cityofzion/dora-ts
api
NeoXRESTApi
Class NeoXRESTApi
Hierarchy
NeoXRESTApi
Index
Constructors
constructor
Properties
axios
axios
Dora
V2
Methods
get
get
Address
get
Block
get
Blocks
get
Full
Transactions
By
Address
get
Stats
get
Tokens
get
Transaction
Constructors
constructor
new
NeoXRESTApi
(
restConfig
?
,
axiosConfig
?
)
:
NeoXRESTApi
Parameters
restConfig
:
RestConfig
= DefaultNeoXRestConfig
Optional
axiosConfig
:
AxiosRequestConfig
<
any
>
Returns
NeoXRESTApi
Properties
Protected
axios
axios
:
AxiosInstance
Private
axios
Dora
V2
axios
Dora
V2
:
AxiosInstance
Methods
Private
get
get
(
...
args
)
:
Promise
<
any
>
Parameters
Rest
...
args
:
unknown
[]
Returns
Promise
<
any
>
get
Address
get
Address
(
addressHash
,
network
?
)
:
Promise
<
Address
>
Parameters
addressHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
Address
>
get
Block
get
Block
(
blockNumberOrHash
,
network
?
)
:
Promise
<
Block
>
Parameters
blockNumberOrHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
Block
>
get
Blocks
get
Blocks
(
network
?
)
:
Promise
<
Blocks
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
Blocks
>
get
Full
Transactions
By
Address
get
Full
Transactions
By
Address
(
params
)
:
Promise
<
GetFullTransactionsByAddressResponse
>
Parameters
params
:
interfaces
.
api
.
NeoX
.
GetFullTransactionsByAddressParams
Returns
Promise
<
GetFullTransactionsByAddressResponse
>
get
Stats
get
Stats
(
network
?
)
:
Promise
<
Stats
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
Stats
>
get
Tokens
get
Tokens
(
network
?
)
:
Promise
<
any
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
any
>
get
Transaction
get
Transaction
(
transactionHash
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoX
.
Transaction
>
Parameters
transactionHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoX
.
Transaction
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
axios
axios
Dora
V2
get
get
Address
get
Block
get
Blocks
get
Full
Transactions
By
Address
get
Stats
get
Tokens
get
Transaction
@cityofzion/dora-
ts
api
EthereumRESTApi
Neo
LegacyRESTApi
NeoRESTApi
NeoXRESTApi
EthereumREST
Neo
LegacyREST
Neo
N3REST
NeoXREST
interfaces
Generated using
TypeDoc