Coda by Ian Macalinao
    Preparing search index...

    Interface InstructionAccountLinkNode<TInstruction>

    interface InstructionAccountLinkNode<
        TInstruction extends
            InstructionLinkNode
            | undefined = InstructionLinkNode | undefined,
    > {
        instruction?: TInstruction;
        kind: "instructionAccountLinkNode";
        name: CamelCaseString;
    }

    Type Parameters

    Index

    Properties

    instruction?: TInstruction
    kind: "instructionAccountLinkNode"