@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface DynamicFieldNode

    interface DynamicFieldNode {
        contents: { json: Record<string, unknown>; type: { layout: string } };
        name: { json: unknown; type: { repr: string } };
    }
    Index

    Properties

    Properties

    contents: { json: Record<string, unknown>; type: { layout: string } }
    name: { json: unknown; type: { repr: string } }