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

    Type Alias Pda<TAddress, TBump>

    Pda: [PublicKey<TAddress>, TBump] & { __pda: unique symbol }

    Defines a Program-Derived Address.

    It is a public key with the bump number that was used to ensure the address is not on the ed25519 curve.

    Type Parameters

    • TAddress extends string = string
    • TBump extends number = number