Umi — API References - v1.3.0
    Preparing search index...

    Type Alias LegacyWeb3JsPublicKey<TAddress>

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

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

    Type Parameters

    • TAddress extends string = string
    Index

    Properties

    Properties

    toBase58: () => TAddress