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

    Interface ObjectWithContentsNode

    interface ObjectWithContentsNode {
        address: string;
        version: number;
        asMoveObject:
            | { contents: { json: Record<string, unknown>; type: TypeRepr } }
            | null;
    }
    Index

    Properties

    address: string
    version: number
    asMoveObject:
        | { contents: { json: Record<string, unknown>; type: TypeRepr } }
        | null