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

    Interface GetObjectByAddressResponse

    interface GetObjectByAddressResponse {
        object?: {
            address: string;
            version: number;
            digest: string;
            asMoveObject: { contents: { type: { repr: string }; bcs: string } } | null;
        };
    }
    Index

    Properties

    Properties

    object?: {
        address: string;
        version: number;
        digest: string;
        asMoveObject: { contents: { type: { repr: string }; bcs: string } } | null;
    }