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

# Interface: TxData

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

## Table of contents

### Properties

- [actions](internal_.TxData.md#actions)
- [cached\_lib](internal_.TxData.md#cached_lib)
- [executed](internal_.TxData.md#executed)
- [lib](internal_.TxData.md#lib)
- [query\_time\_ms](internal_.TxData.md#query_time_ms)
- [trx\_id](internal_.TxData.md#trx_id)

## Properties

### actions

• **actions**: [`Action`](internal_.Action.md)[]

#### Defined in

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

___

### cached\_lib

• **cached\_lib**: `boolean`

#### Defined in

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

___

### executed

• **executed**: `boolean`

#### Defined in

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

___

### lib

• **lib**: `number`

#### Defined in

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

___

### query\_time\_ms

• **query\_time\_ms**: `number`

#### Defined in

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

___

### trx\_id

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

#### Defined in

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