soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
60 lines (31 loc) • 1.03 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / IApproveToken
# Interface: IApproveToken
token approve data interface
**`Interface`**
IApproveToken
**`Property`**
the token address
**`Property`**
the spender address
**`Property`**
the approve value
## Table of contents
### Properties
- [spender](IApproveToken.md#spender)
- [token](IApproveToken.md#token)
- [value](IApproveToken.md#value)
## Properties
### spender
• **spender**: `string`
#### Defined in
[src/interface/IApproveToken.ts:19](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IApproveToken.ts#L19)
___
### token
• **token**: `string`
#### Defined in
[src/interface/IApproveToken.ts:18](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IApproveToken.ts#L18)
___
### value
• `Optional` **value**: `string`
#### Defined in
[src/interface/IApproveToken.ts:20](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IApproveToken.ts#L20)