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

    Interface DynamicFieldNode

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

    Properties

    Properties

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