Coda by Ian Macalinao
    Preparing search index...

    Interface AccountFieldValueNode

    Refers to a field of a named account's decoded data. The referenced account must carry an accountLink so the account's layout is known. Resolving the value requires reading the account state at presentation time.

    interface AccountFieldValueNode {
        account: CamelCaseString;
        kind: "accountFieldValueNode";
        path?: CamelCaseString;
    }
    Index

    The name of the referenced account in the surrounding instruction.

    kind: "accountFieldValueNode"

    The name of the field within the account's decoded data. When absent, the value is the whole decoded account data.