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

# Interface: IReturnInfo

## Table of contents

### Properties

- [deadline](IReturnInfo.md#deadline)
- [paymasterContext](IReturnInfo.md#paymastercontext)
- [paymasterDeadline](IReturnInfo.md#paymasterdeadline)
- [preOpGas](IReturnInfo.md#preopgas)
- [prefund](IReturnInfo.md#prefund)

## Properties

### deadline

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

#### Defined in

[src/interface/IResult.ts:46](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IResult.ts#L46)

___

### paymasterContext

• **paymasterContext**: `string`

#### Defined in

[src/interface/IResult.ts:48](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IResult.ts#L48)

___

### paymasterDeadline

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

#### Defined in

[src/interface/IResult.ts:47](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IResult.ts#L47)

___

### preOpGas

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

#### Defined in

[src/interface/IResult.ts:44](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IResult.ts#L44)

___

### prefund

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

#### Defined in

[src/interface/IResult.ts:45](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IResult.ts#L45)
