Coda by Ian Macalinao
    Preparing search index...

    Interface InstructionAccountDisplayNode

    Display metadata for an instruction account: its label in the fallback list and whether it is shown.

    interface InstructionAccountDisplayNode {
        kind: "instructionAccountDisplayNode";
        label?: string;
        skip?: DisplaySkip;
    }
    Index
    kind: "instructionAccountDisplayNode"
    label?: string

    An override label shown in the fallback list (e.g. "To"). When absent, renderers derive a label from the account name.

    Whether the account is shown in the fallback list. Defaults to "never" (always shown).