[@newfound8ion/newcoin-sdk](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / Action

# Interface: Action

[<internal>](../modules/internal_.md).Action

## Table of contents

### Properties

- [@timestamp](internal_.Action.md#@timestamp)
- [abi\_sequence](internal_.Action.md#abi_sequence)
- [account\_ram\_deltas](internal_.Action.md#account_ram_deltas)
- [act](internal_.Action.md#act)
- [action\_ordinal](internal_.Action.md#action_ordinal)
- [block\_num](internal_.Action.md#block_num)
- [code\_sequence](internal_.Action.md#code_sequence)
- [context\_free](internal_.Action.md#context_free)
- [cpu\_usage\_us](internal_.Action.md#cpu_usage_us)
- [creator\_action\_ordinal](internal_.Action.md#creator_action_ordinal)
- [elapsed](internal_.Action.md#elapsed)
- [global\_sequence](internal_.Action.md#global_sequence)
- [inline\_count](internal_.Action.md#inline_count)
- [inline\_filtered](internal_.Action.md#inline_filtered)
- [net\_usage\_words](internal_.Action.md#net_usage_words)
- [notified](internal_.Action.md#notified)
- [producer](internal_.Action.md#producer)
- [receipts](internal_.Action.md#receipts)
- [signatures](internal_.Action.md#signatures)
- [timestamp](internal_.Action.md#timestamp)
- [trx\_id](internal_.Action.md#trx_id)

## Properties

### @timestamp

• **@timestamp**: `Date`

#### Defined in

[aassets/atomicTypes.ts:56](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L56)

___

### abi\_sequence

• **abi\_sequence**: `number`

#### Defined in

[aassets/atomicTypes.ts:68](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L68)

___

### account\_ram\_deltas

• **account\_ram\_deltas**: [`AccountRamDelta`](internal_.AccountRamDelta.md)[]

#### Defined in

[aassets/atomicTypes.ts:55](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L55)

___

### act

• **act**: [`Act`](internal_.Act.md)

#### Defined in

[aassets/atomicTypes.ts:52](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L52)

___

### action\_ordinal

• **action\_ordinal**: `number`

#### Defined in

[aassets/atomicTypes.ts:50](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L50)

___

### block\_num

• **block\_num**: `number`

#### Defined in

[aassets/atomicTypes.ts:57](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L57)

___

### code\_sequence

• **code\_sequence**: `number`

#### Defined in

[aassets/atomicTypes.ts:67](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L67)

___

### context\_free

• **context\_free**: `boolean`

#### Defined in

[aassets/atomicTypes.ts:53](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L53)

___

### cpu\_usage\_us

• **cpu\_usage\_us**: `number`

#### Defined in

[aassets/atomicTypes.ts:61](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L61)

___

### creator\_action\_ordinal

• **creator\_action\_ordinal**: `number`

#### Defined in

[aassets/atomicTypes.ts:51](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L51)

___

### elapsed

• **elapsed**: `string`

#### Defined in

[aassets/atomicTypes.ts:54](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L54)

___

### global\_sequence

• **global\_sequence**: `number`

#### Defined in

[aassets/atomicTypes.ts:60](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L60)

___

### inline\_count

• **inline\_count**: `number`

#### Defined in

[aassets/atomicTypes.ts:64](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L64)

___

### inline\_filtered

• **inline\_filtered**: `boolean`

#### Defined in

[aassets/atomicTypes.ts:65](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L65)

___

### net\_usage\_words

• **net\_usage\_words**: `number`

#### Defined in

[aassets/atomicTypes.ts:62](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L62)

___

### notified

• **notified**: `string`[]

#### Defined in

[aassets/atomicTypes.ts:69](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L69)

___

### producer

• **producer**: `string`

#### Defined in

[aassets/atomicTypes.ts:58](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L58)

___

### receipts

• **receipts**: [`Receipt`](internal_.Receipt.md)[]

#### Defined in

[aassets/atomicTypes.ts:66](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L66)

___

### signatures

• **signatures**: `string`[]

#### Defined in

[aassets/atomicTypes.ts:63](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L63)

___

### timestamp

• **timestamp**: `Date`

#### Defined in

[aassets/atomicTypes.ts:70](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L70)

___

### trx\_id

• **trx\_id**: `string`

#### Defined in

[aassets/atomicTypes.ts:59](https://github.com/newfound8ion/newcoin-sdk/blob/86b014f/src/aassets/atomicTypes.ts#L59)
