Skip to main content

WipClient

Methods

  • deposit
  • withdraw
  • approve
  • balanceOf
  • transfer
  • transferFrom

deposit

Wraps the selected amount of IP to WIP. The WIP will be deposited to the wallet that transferred the IP. Parameters:
  • request.amount: The amount to deposit.

withdraw

Unwraps the selected amount of WIP to IP. Parameters:
  • request.amount: The amount to withdraw.

approve

Approve a spender to use the wallet’s WIP balance. Parameters:
  • request.amount: The amount of WIP tokens to approve.
  • request.spender: The address that will use the WIP tokens

balanceOf

Returns the balance of WIP for an address. Parameters:
  • addr: The address you want to check the baalnce for.

transfer

Transfers amount of WIP to a recipient to. Parameters:
  • request.to: Who you’re transferring to.
  • request.amount: The amount to transfer.

transferFrom

Transfers amount of WIP from from to a recipient to. Parameters:
  • request.to: Who you’re transferring to.
  • request.amount: The amount to transfer.
  • request.from: The address to transfer from.