Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionAccountNodeInput<TDefaultValue, TAccountLink, TDisplay>

    InstructionAccountNodeInput: Omit<
        InstructionAccountNode<TDefaultValue, TAccountLink, TDisplay>,
        "docs" | "kind" | "name",
    > & { docs?: DocsInput; name: string }

    Type Parameters