@wharfkit/session - v4.0.1
Preparing search index...
HistoryAPI
Class HistoryAPI
Index
Constructors
constructor
Methods
get_
actions
get_
controlled_
accounts
get_
key_
accounts
get_
transaction
Constructors
constructor
new
HistoryAPI
(
client
:
APIClient
)
:
HistoryAPI
Parameters
client
:
APIClient
Returns
HistoryAPI
Methods
get_
actions
get_actions
(
accountName
:
NameType
,
pos
:
Int32Type
,
offset
:
Int32Type
,
)
:
Promise
<
GetActionsResponse
>
Parameters
accountName
:
NameType
pos
:
Int32Type
offset
:
Int32Type
Returns
Promise
<
GetActionsResponse
>
get_
controlled_
accounts
get_controlled_accounts
(
controllingAccount
:
NameType
,
)
:
Promise
<
GetControlledAccountsResponse
>
Parameters
controllingAccount
:
NameType
Returns
Promise
<
GetControlledAccountsResponse
>
get_
key_
accounts
get_key_accounts
(
publicKey
:
PublicKeyType
)
:
Promise
<
GetKeyAccountsResponse
>
Parameters
publicKey
:
PublicKeyType
Returns
Promise
<
GetKeyAccountsResponse
>
get_
transaction
get_transaction
(
id
:
Checksum256Type
,
options
?:
{
blockNumHint
?:
UInt32Type
;
excludeTraces
?:
boolean
}
,
)
:
Promise
<
GetTransactionResponse
>
Parameters
id
:
Checksum256Type
Optional
options
:
{
blockNumHint
?:
UInt32Type
;
excludeTraces
?:
boolean
}
Returns
Promise
<
GetTransactionResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get_
actions
get_
controlled_
accounts
get_
key_
accounts
get_
transaction
@wharfkit/session - v4.0.1
Loading...