@tributary-so/sdk
    Preparing search index...

    Interface PdaResult

    Result of a Program Derived Address (PDA) derivation operation. Contains the computed address and the bump seed used to ensure the address is not on the Ed25519 curve.

    interface PdaResult {
        address: PublicKey;
        bump: number;
    }
    Index

    Properties

    Properties

    address: PublicKey

    The derived PDA address

    bump: number

    The bump seed (0-255) used in the derivation to find a valid PDA