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

    Interface ObjectWithContentsNode

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

    Properties

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