Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
HistoryAPI
Class HistoryAPI
Index
Constructors
constructor
Methods
get_
actions
get_
controlled_
accounts
get_
key_
accounts
get_
transaction
Constructors
constructor
new
HistoryAPI
(
client
)
:
HistoryAPI
Parameters
client
:
APIClient
Returns
HistoryAPI
Methods
get_
actions
get_
actions
(
accountName
,
pos
,
offset
)
:
Promise
<
GetActionsResponse
>
Parameters
accountName
:
NameType
pos
:
Int32Type
offset
:
Int32Type
Returns
Promise
<
GetActionsResponse
>
get_
controlled_
accounts
get_
controlled_
accounts
(
controllingAccount
)
:
Promise
<
GetControlledAccountsResponse
>
Parameters
controllingAccount
:
NameType
Returns
Promise
<
GetControlledAccountsResponse
>
get_
key_
accounts
get_
key_
accounts
(
publicKey
)
:
Promise
<
GetKeyAccountsResponse
>
Parameters
publicKey
:
PublicKeyType
Returns
Promise
<
GetKeyAccountsResponse
>
get_
transaction
get_
transaction
(
id
,
options
?
)
:
Promise
<
GetTransactionResponse
>
Parameters
id
:
Checksum256Type
options
:
{
blockNumHint
?:
UInt32Type
;
excludeTraces
?:
boolean
;
}
= {}
Optional
block
Num
Hint
?:
UInt32Type
Optional
exclude
Traces
?:
boolean
Returns
Promise
<
GetTransactionResponse
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
get_
actions
get_
controlled_
accounts
get_
key_
accounts
get_
transaction
SDK Core Documentation - v0.0.2-5
Loading...