@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
PrivateCode
GetTokenActivityQuery
Type Alias GetTokenActivityQuery
type
GetTokenActivityQuery
=
{
token_activities_v2
:
{
after_value
?:
string
|
null
;
before_value
?:
string
|
null
;
entry_function_id_str
?:
string
|
null
;
event_account_address
:
string
;
event_index
:
any
;
from_address
?:
string
|
null
;
is_fungible_v2
?:
boolean
|
null
;
property_version_v1
:
any
;
to_address
?:
string
|
null
;
token_amount
:
any
;
token_data_id
:
string
;
token_standard
:
string
;
transaction_timestamp
:
any
;
transaction_version
:
any
;
type
:
string
;
}
[]
;
}
Index
Properties
token_
activities_
v2
Properties
token_
activities_
v2
token_activities_v2
:
{
after_value
?:
string
|
null
;
before_value
?:
string
|
null
;
entry_function_id_str
?:
string
|
null
;
event_account_address
:
string
;
event_index
:
any
;
from_address
?:
string
|
null
;
is_fungible_v2
?:
boolean
|
null
;
property_version_v1
:
any
;
to_address
?:
string
|
null
;
token_amount
:
any
;
token_data_id
:
string
;
token_standard
:
string
;
transaction_timestamp
:
any
;
transaction_version
:
any
;
type
:
string
;
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token_
activities_
v2
@aptos-labs/ts-sdk - v3.1.1
Loading...