[soul-wallet-lib](../README.md) / [Exports](../modules.md) / ITransaction

# Interface: ITransaction

transcation interface

**`Interface`**

ITransaction

**`Property`**

the from address

**`Property`**

the data

**`Property`**

the to address

**`Property`**

the value

## Table of contents

### Properties

- [data](ITransaction.md#data)
- [from](ITransaction.md#from)
- [to](ITransaction.md#to)
- [value](ITransaction.md#value)

## Properties

### data

• **data**: `string`

#### Defined in

[src/utils/converter.ts:25](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/converter.ts#L25)

___

### from

• **from**: `string`

#### Defined in

[src/utils/converter.ts:24](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/converter.ts#L24)

___

### to

• **to**: `string`

#### Defined in

[src/utils/converter.ts:26](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/converter.ts#L26)

___

### value

• **value**: `string`

#### Defined in

[src/utils/converter.ts:27](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/converter.ts#L27)
