ERC20Wrappable type
Represents a certain amount of ERC20 tokens that can be wrapped
Signature:
export type ERC20Wrappable = {
contractAddress: string;
quantity: Amount;
};
References: Amount
Represents a certain amount of ERC20 tokens that can be wrapped
Signature:
export type ERC20Wrappable = {
contractAddress: string;
quantity: Amount;
};
References: Amount