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

    Interface ForwardBuildResult

    interface ForwardBuildResult {
        forwardAccounts: ForwardAccountMeta[];
        instructionData: Buffer;
    }
    Index

    Properties

    forwardAccounts: ForwardAccountMeta[]

    Forward-program accounts in program-declared order.

    instructionData: Buffer

    Raw instruction data for the forward-program CPI (empty when disabled).