Preparing search index...
The search index is not available
@cityofzion/bs-neo3
@cityofzion/bs-neo3
BDSNeo3
Class BDSNeo3
Hierarchy
BDSNeo3
Implements
BlockchainDataService
BDSClaimable
Index
Constructors
constructor
Properties
explorer
network
Methods
find
Transaction
By
Txid
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 BDSNeo3
(
)
:
BDSNeo3
Returns
BDSNeo3
Properties
explorer
explorer
:
string
= 'https://dora.coz.io'
network
network
:
BlockchainNetwork
= 'mainnet'
Methods
Private
find
Transaction
By
Txid
find
Transaction
By
Txid
(
txid
:
string
, address
:
string
)
:
Promise
<
TransactionResponse
>
Parameters
txid:
string
address:
string
Returns
Promise
<
TransactionResponse
>
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-
neo3
BDSNeo3
constructor
explorer
network
find
Transaction
By
Txid
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