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

    Interface DetailedSmartCharacterResponse

    interface DetailedSmartCharacterResponse {
        address: string;
        name: string;
        id: string;
        tribeId: number;
        smartAssemblies: Assemblies[];
        portrait: string;
    }
    Index

    Properties

    address: string
    name: string
    id: string
    tribeId: number
    smartAssemblies: Assemblies[]
    portrait: string