Home > @infiniteobjects/core-library-web > Address
Address related utilities.
Signature:
export declare class Address
| Method | Modifiers | Description |
|---|---|---|
| has0xPrefix(addr) | static |
Checks if a string has a 0x prefix |
| normalize(addr) | static |
Normalizes an Address |
| prefix0x(addr) | static |
Prefixes 0x to a string |
| remove0x(addr) | static |
Remove 0x from address |