Types
WalletManagerId
accepted values: aave
, aave.B
, generic
, generic.B
this values represent the manager id.
aave
is the V1 manager for aave tokensaave.B
is the V2 manager for aave tokensgeneric
is the V1 manager for non-interest bearing erc20s and nftsgeneric.B
is the V2 manager for the non-interest bearing erc20s and nfts
BasketManagerId
accepted values: generic
, generic.B
Manages nfts
generic
is the V1 manager for non-interest bearing erc20s and nftsgeneric.B
is the V2 manager for the non-interest bearing erc20s and nfts
TransactionOverride
Overrides ethers transaction default parameters.
Type: Object
Properties
ContractTransaction
See https://docs.ethers.io/v5/api/providers/types/#providers-TransactionResponse
BigNumberish
See https://docs.ethers.io/v5/api/utils/bignumber/#BigNumberish
Last updated