Preparing search index...
The search index is not available
@cityofzion/bs-neo-legacy
@cityofzion/bs-neo-legacy
BDSNeoLegacy
Class BDSNeoLegacy
Hierarchy
BDSNeoLegacy
Implements
BlockchainDataService
BDSClaimable
Index
Constructors
constructor
Properties
explorer
network
request
Methods
get
All
Nodes
get
Balance
get
Contract
get
Higher
Node
get
History
Transactions
get
Token
Info
get
Transaction
get
Unclaimed
set
Network
Constructors
constructor
new BDSNeo
Legacy
(
)
:
BDSNeoLegacy
Returns
BDSNeoLegacy
Properties
explorer
explorer
:
string
= 'https://dora.coz.io/'
network
network
:
BlockchainNetwork
= 'mainnet'
Private
request
request
:
AxiosInstance
= ...
Methods
get
All
Nodes
get
All
Nodes
(
)
:
Promise
<
ConsensusNodeResponse
[]
>
Returns
Promise
<
ConsensusNodeResponse
[]
>
get
Balance
get
Balance
(
address
:
string
)
:
Promise
<
BalanceResponse
[]
>
Parameters
address:
string
Returns
Promise
<
BalanceResponse
[]
>
get
Contract
get
Contract
(
contractHash
:
string
)
:
Promise
<
ContractResponse
>
Parameters
contractHash:
string
Returns
Promise
<
ContractResponse
>
get
Higher
Node
get
Higher
Node
(
)
:
Promise
<
ConsensusNodeResponse
>
Returns
Promise
<
ConsensusNodeResponse
>
get
History
Transactions
get
History
Transactions
(
address
:
string
, page
?:
number
)
:
Promise
<
TransactionHistoryResponse
>
Parameters
address:
string
page:
number
= 1
Returns
Promise
<
TransactionHistoryResponse
>
get
Token
Info
get
Token
Info
(
tokenHash
:
string
)
:
Promise
<
TokenInfoResponse
>
Parameters
tokenHash:
string
Returns
Promise
<
TokenInfoResponse
>
get
Transaction
get
Transaction
(
txid
:
string
)
:
Promise
<
TransactionResponse
>
Parameters
txid:
string
Returns
Promise
<
TransactionResponse
>
get
Unclaimed
get
Unclaimed
(
address
:
string
)
:
Promise
<
UnclaimedResponse
>
Parameters
address:
string
Returns
Promise
<
UnclaimedResponse
>
set
Network
set
Network
(
network
:
BlockchainNetwork
)
:
void
Parameters
network:
BlockchainNetwork
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@cityofzion/bs-
neo-
legacy
BDSNeo
Legacy
constructor
explorer
network
request
get
All
Nodes
get
Balance
get
Contract
get
Higher
Node
get
History
Transactions
get
Token
Info
get
Transaction
get
Unclaimed
set
Network
Generated using
TypeDoc