mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
64 lines
1.1 KiB
Markdown
64 lines
1.1 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / AssetLastEvent
|
|
|
|
# Interface: AssetLastEvent
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [block](AssetLastEvent.md#block)
|
|
- [contract](AssetLastEvent.md#contract)
|
|
- [datetime](AssetLastEvent.md#datetime)
|
|
- [from](AssetLastEvent.md#from)
|
|
- [tx](AssetLastEvent.md#tx)
|
|
|
|
## Properties
|
|
|
|
### block
|
|
|
|
• **block**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:134](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L134)
|
|
|
|
___
|
|
|
|
### contract
|
|
|
|
• **contract**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:136](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L136)
|
|
|
|
___
|
|
|
|
### datetime
|
|
|
|
• **datetime**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:137](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L137)
|
|
|
|
___
|
|
|
|
### from
|
|
|
|
• **from**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:135](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L135)
|
|
|
|
___
|
|
|
|
### tx
|
|
|
|
• **tx**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:133](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L133)
|