Skip to main content

ERC20Wrappable type

Represents a certain amount of ERC20 tokens that can be wrapped

Signature:

export declare type ERC20Wrappable = {
contractAddress: string;
quantity: Amount;
};

References: Amount