Preparing search index...
The search index is not available
@cityofzion/dora-ts
@cityofzion/dora-ts
api
NeoLegacyRESTApi
Class NeoLegacyRESTApi
Hierarchy
NeoLegacyRESTApi
Index
Constructors
constructor
Properties
axios
axios
Dora
V2
Methods
address
Stats
asset
assets
balance
block
blocks
contract
contract
Stats
contract
Transfers
contracts
get
get
Address
Abstracts
get
All
Nodes
get
Claimable
get
Full
Transactions
By
Address
get
Unclaimed
height
invocation
Stats
log
storage
transaction
transaction
Abstracts
transactions
transfer
History
Constructors
constructor
new
Neo
LegacyRESTApi
(
restConfig
?
,
axiosConfig
?
)
:
NeoLegacyRESTApi
Parameters
restConfig
:
RestConfig
= DefaultLegacyRestConfig
Optional
axiosConfig
:
AxiosRequestConfig
<
any
>
Returns
NeoLegacyRESTApi
Properties
Protected
axios
axios
:
AxiosInstance
Private
axios
Dora
V2
axios
Dora
V2
:
AxiosInstance
Methods
address
Stats
address
Stats
(
address
,
network
?
)
:
Promise
<
AddressStatsResponse
>
Parameters
address
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
AddressStatsResponse
>
asset
asset
(
assetHash
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
AssetResponse
>
Parameters
assetHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
AssetResponse
>
assets
assets
(
page
?
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
AssetsResponse
>
Parameters
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
AssetsResponse
>
balance
balance
(
address
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
BalanceResponse
>
Parameters
address
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
BalanceResponse
>
block
block
(
blockHash
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
BlockResponse
>
Parameters
blockHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
BlockResponse
>
blocks
blocks
(
page
?
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
BlocksResponse
>
Parameters
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
BlocksResponse
>
contract
contract
(
contractHash
,
network
?
)
:
Promise
<
ContractState
>
Parameters
contractHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
ContractState
>
contract
Stats
contract
Stats
(
contractHash
,
network
?
)
:
Promise
<
Object
>
Parameters
contractHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
Object
>
contract
Transfers
contract
Transfers
(
contractHash
,
page
?
,
network
?
)
:
Promise
<
ContractTransfersResponse
>
Parameters
contractHash
:
string
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
ContractTransfersResponse
>
contracts
contracts
(
page
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
ContractsResponse
>
Parameters
page
:
number
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
ContractsResponse
>
Private
get
get
(
...
args
)
:
Promise
<
any
>
Parameters
Rest
...
args
:
any
[]
Returns
Promise
<
any
>
get
Address
Abstracts
get
Address
Abstracts
(
address
,
page
?
,
network
?
)
:
Promise
<
GetAddressAbstractsResponse
>
Parameters
address
:
string
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
GetAddressAbstractsResponse
>
get
All
Nodes
get
All
Nodes
(
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
GetAllNodesResponse
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
GetAllNodesResponse
>
get
Claimable
get
Claimable
(
address
,
network
?
)
:
Promise
<
GetClaimableResponse
>
Parameters
address
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
GetClaimableResponse
>
get
Full
Transactions
By
Address
get
Full
Transactions
By
Address
(
params
)
:
Promise
<
GetFullTransactionsByAddressResponse
>
Parameters
params
:
interfaces
.
api
.
NeoLegacy
.
GetFullTransactionsByAddressParams
Returns
Promise
<
GetFullTransactionsByAddressResponse
>
get
Unclaimed
get
Unclaimed
(
address
,
network
?
)
:
Promise
<
GetUnclaimedResponse
>
Parameters
address
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
GetUnclaimedResponse
>
height
height
(
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
HeightResponse
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
HeightResponse
>
invocation
Stats
invocation
Stats
(
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
InvocationStatsResponse
>
Parameters
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
InvocationStatsResponse
>
log
log
(
contractHash
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
LogResponse
>
Parameters
contractHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
LogResponse
>
storage
storage
(
blockHash
,
network
?
)
:
Promise
<
StorageResponse
>
Parameters
blockHash
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
StorageResponse
>
transaction
transaction
(
txid
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
Transaction
>
Parameters
txid
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
Transaction
>
transaction
Abstracts
transaction
Abstracts
(
txid
,
network
?
)
:
Promise
<
TransactionAbstractsResponse
>
Parameters
txid
:
string
network
:
string
= 'mainnet'
Returns
Promise
<
TransactionAbstractsResponse
>
transactions
transactions
(
page
?
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
TransactionsResponse
>
Parameters
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
TransactionsResponse
>
transfer
History
transfer
History
(
address
,
page
?
,
network
?
)
:
Promise
<
interfaces
.
api
.
NeoLegacy
.
TransferHistoryResponse
>
Parameters
address
:
string
page
:
number
= 1
network
:
string
= 'mainnet'
Returns
Promise
<
interfaces
.
api
.
NeoLegacy
.
TransferHistoryResponse
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
axios
axios
Dora
V2
address
Stats
asset
assets
balance
block
blocks
contract
contract
Stats
contract
Transfers
contracts
get
get
Address
Abstracts
get
All
Nodes
get
Claimable
get
Full
Transactions
By
Address
get
Unclaimed
height
invocation
Stats
log
storage
transaction
transaction
Abstracts
transactions
transfer
History
@cityofzion/dora-
ts
api
EthereumRESTApi
Neo
LegacyRESTApi
NeoRESTApi
NeoXRESTApi
EthereumREST
Neo
LegacyREST
Neo
N3REST
NeoXREST
interfaces
Generated using
TypeDoc