LegacyWeb3JsPublicKey<TAddress>: {
    toBase58: (() => TAddress);
}

Defines an object that can be converted to a base58 public key.

Type Parameters

  • TAddress extends string = string

Type declaration

  • toBase58: (() => TAddress)
      • (): TAddress
      • Returns TAddress

Generated using TypeDoc