Preparing search index...
The search index is not available
@wharfkit/antelope - v0.7.3
@wharfkit/antelope - v0.7.3
HistoryAPI
Class HistoryAPI
Hierarchy
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
options:
{
blockNumHint
?:
UInt32Type
;
excludeTraces
?:
boolean
;
}
= {}
Optional
block
Num
Hint
?:
UInt32Type
Optional
exclude
Traces
?:
boolean
Returns
Promise
<
GetTransactionResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
@wharfkit/antelope -
v0.7.3
ABI
API
v1
Asset
Base58
Key
Type
P2P
Serializer
Struct
Variant
HistoryAPI
constructor
get_
actions
get_
controlled_
accounts
get_
key_
accounts
get_
transaction
Generated using
TypeDoc