interface Addressable {
    getAddress(): Promise<string>;
}

Methods

Methods

  • Get the object address.

    Returns Promise<string>