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

    Interface ContentsTypeJsonAndBcs

    interface ContentsTypeJsonAndBcs {
        bcs: string;
        json: Record<string, unknown>;
        type: TypeRepr;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bcs: string
    json: Record<string, unknown>
    type: TypeRepr