Type alias Pda<TAddress, TBump>

Pda<TAddress, TBump>: [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

Generated using TypeDoc