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

    Interface GetObjectWithJsonResponse

    interface GetObjectWithJsonResponse {
        object?: {
            address: string;
            version: number;
            digest: string;
            asMoveObject:
                | {
                    contents: {
                        type: { repr: string };
                        json: Record<string, unknown>;
                        bcs: string;
                    };
                }
                | null;
        };
    }
    Index

    Properties

    Properties

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