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

    Interface LighthouseAssertion

    A built Lighthouse assertion ready to hand to createComposablePolicy.

    interface LighthouseAssertion {
        accounts: AccountMeta[];
        data: Buffer;
        numAccounts: number;
    }
    Index

    Properties

    accounts: AccountMeta[]

    Ordered Lighthouse target_account(s) — the validation slice of remaining_accounts.

    data: Buffer

    Serialized Lighthouse instruction data — stored in the ValidationPda.

    numAccounts: number

    Number of Lighthouse read-accounts — maps to numValidationAccounts.