Creates an instance of Address.
Address
const addr = new Address(1234567890n);const addr = new Address('1234567890');const addr = new Address('0x1234567890');
Address to convert. Only accepts decimal addresses when passing a string without 0x.
Readonly
Address as a bigint.
Generated using TypeDoc
Description
Creates an instance of Address.
Memberof
Address
Example