@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
PrivateCode
GetFungibleAssetActivitiesQuery
Type Alias GetFungibleAssetActivitiesQuery
type
GetFungibleAssetActivitiesQuery
=
{
fungible_asset_activities
:
{
amount
?:
any
|
null
;
asset_type
?:
string
|
null
;
block_height
:
any
;
entry_function_id_str
?:
string
|
null
;
event_index
:
any
;
gas_fee_payer_address
?:
string
|
null
;
is_frozen
?:
boolean
|
null
;
is_gas_fee
:
boolean
;
is_transaction_success
:
boolean
;
owner_address
?:
string
|
null
;
storage_id
:
string
;
storage_refund_amount
:
any
;
token_standard
:
string
;
transaction_timestamp
:
any
;
transaction_version
:
any
;
type
:
string
;
}
[]
;
}
Index
Properties
fungible_
asset_
activities
Properties
fungible_
asset_
activities
fungible_asset_activities
:
{
amount
?:
any
|
null
;
asset_type
?:
string
|
null
;
block_height
:
any
;
entry_function_id_str
?:
string
|
null
;
event_index
:
any
;
gas_fee_payer_address
?:
string
|
null
;
is_frozen
?:
boolean
|
null
;
is_gas_fee
:
boolean
;
is_transaction_success
:
boolean
;
owner_address
?:
string
|
null
;
storage_id
:
string
;
storage_refund_amount
:
any
;
token_standard
:
string
;
transaction_timestamp
:
any
;
transaction_version
:
any
;
type
:
string
;
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fungible_
asset_
activities
@aptos-labs/ts-sdk - v3.1.1
Loading...