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

    Type Alias PublicKeyInput<TAddress>

    PublicKeyInput:
        | TAddress
        | Uint8Array
        | [TAddress, number]
        | { publicKey: TAddress }
        | LegacyWeb3JsPublicKey<TAddress>

    Defines all the possible inputs for creating a public key.

    Type Parameters

    • TAddress extends string = string