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

    Interface MoveObjectContents

    interface MoveObjectContents {
        json?: Record<string, unknown>;
        bcs?: string;
        type?: { repr: string; layout?: string };
    }
    Index

    Properties

    Properties

    json?: Record<string, unknown>
    bcs?: string
    type?: { repr: string; layout?: string }