Type alias ERC20Wrappable

ERC20Wrappable: {
    contractAddress: string;
    quantity: Amount;
}

Represents a certain amount of ERC20 tokens that can be wrapped

Type declaration

  • contractAddress: string
  • quantity: Amount

Generated using TypeDoc