Coda by Ian Macalinao
    Preparing search index...

    Interface AccountValueNode

    Refers to a named account in the surrounding instruction.

    interface AccountValueNode {
        kind: "accountValueNode";
        name: CamelCaseString;
    }
    Index
    kind: "accountValueNode"

    The name of the referenced account.