@hashgraph/sdk
Preparing search index...
index
Provider
Interface Provider
interface
Provider
{
call
:
<
RequestT
,
ResponseT
,
OutputT
>
(
request
:
Executable
<
RequestT
,
ResponseT
,
OutputT
>
,
)
=>
Promise
<
OutputT
>
;
getAccountBalance
:
(
accountId
:
string
|
AccountId
,
)
=>
Promise
<
AccountBalance
>
;
getAccountInfo
:
(
accountId
:
string
|
AccountId
)
=>
Promise
<
AccountInfo
>
;
getAccountRecords
:
(
accountId
:
string
|
AccountId
,
)
=>
Promise
<
TransactionRecord
[]
>
;
getLedgerId
:
()
=>
null
|
LedgerId
;
getMirrorNetwork
:
()
=>
string
[]
;
getNetwork
:
()
=>
{
[
key
:
string
]:
string
|
AccountId
}
;
getTransactionReceipt
:
(
transactionId
:
string
|
TransactionId
,
)
=>
Promise
<
TransactionReceipt
>
;
waitForReceipt
:
(
response
:
TransactionResponse
,
)
=>
Promise
<
TransactionReceipt
>
;
}
Index
Properties
call
get
Account
Balance
get
Account
Info
get
Account
Records
get
Ledger
Id
get
Mirror
Network
get
Network
get
Transaction
Receipt
wait
For
Receipt
Properties
call
call
:
<
RequestT
,
ResponseT
,
OutputT
>
(
request
:
Executable
<
RequestT
,
ResponseT
,
OutputT
>
,
)
=>
Promise
<
OutputT
>
get
Account
Balance
getAccountBalance
:
(
accountId
:
string
|
AccountId
)
=>
Promise
<
AccountBalance
>
get
Account
Info
getAccountInfo
:
(
accountId
:
string
|
AccountId
)
=>
Promise
<
AccountInfo
>
get
Account
Records
getAccountRecords
:
(
accountId
:
string
|
AccountId
,
)
=>
Promise
<
TransactionRecord
[]
>
get
Ledger
Id
getLedgerId
:
()
=>
null
|
LedgerId
get
Mirror
Network
getMirrorNetwork
:
()
=>
string
[]
get
Network
getNetwork
:
()
=>
{
[
key
:
string
]:
string
|
AccountId
}
get
Transaction
Receipt
getTransactionReceipt
:
(
transactionId
:
string
|
TransactionId
,
)
=>
Promise
<
TransactionReceipt
>
wait
For
Receipt
waitForReceipt
:
(
response
:
TransactionResponse
)
=>
Promise
<
TransactionReceipt
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
get
Account
Balance
get
Account
Info
get
Account
Records
get
Ledger
Id
get
Mirror
Network
get
Network
get
Transaction
Receipt
wait
For
Receipt
@hashgraph/sdk
Loading...