@pancakeswap/swap-sdk-evm
Version:
An SDK for Pancakeswap EVM based chains
12 lines • 453 B
TypeScript
import { Currency, NativeCurrency, Token } from '@pancakeswap/swap-sdk-core';
/**
* Ether is the main usage of a 'native' currency, i.e. for Ethereum mainnet and all testnets
*/
export declare class Ether extends NativeCurrency {
protected constructor(chainId: number);
get wrapped(): Token;
private static _etherCache;
static onChain(chainId: number): Ether;
equals(other: Currency): boolean;
}
//# sourceMappingURL=ether.d.ts.map