Type alias WidoSpenderRequest

WidoSpenderRequest: {
    chainId: ChainId;
    fromToken: Web3Address;
    toToken: Web3Address;
}

Type declaration

  • chainId: ChainId
  • fromToken: Web3Address

    Address of fromToken, the token you wish to zap with.

  • toToken: Web3Address

    Address of toToken, the token you wish to zap into.

Generated using TypeDoc