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

    Type Alias SafePublicKeyInput<TAddress>

    SafePublicKeyInput:
        | PublicKey<TAddress>
        | PublicKeyBytes
        | Pda<TAddress>
        | HasPublicKey<TAddress>
        | LegacyWeb3JsPublicKey<TAddress>

    Defines all the possible safe inputs for creating a public key. That is, they have already been validated to be or to contain a valid public key.

    Type Parameters

    • TAddress extends string = string