[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / IDecode

# Interface: IDecode

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

## Table of contents

### Properties

- [functionName](internal_.IDecode.md#functionname)
- [functionSignature](internal_.IDecode.md#functionsignature)
- [params](internal_.IDecode.md#params)
- [to](internal_.IDecode.md#to)
- [value](internal_.IDecode.md#value)

## Properties

### functionName

• **functionName**: `string`

function name

#### Defined in

[src/utils/decodeCallData.ts:331](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/decodeCallData.ts#L331)

___

### functionSignature

• **functionSignature**: `string`

function signature

#### Defined in

[src/utils/decodeCallData.ts:336](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/decodeCallData.ts#L336)

___

### params

• **params**: `any`

other params

#### Defined in

[src/utils/decodeCallData.ts:351](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/decodeCallData.ts#L351)

___

### to

• **to**: `string`

to address

#### Defined in

[src/utils/decodeCallData.ts:341](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/decodeCallData.ts#L341)

___

### value

• **value**: [`BigNumber`](../classes/internal_.BigNumber.md)

ether value

#### Defined in

[src/utils/decodeCallData.ts:346](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/utils/decodeCallData.ts#L346)
