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

    Interface AssemblyProperties<T>

    interface AssemblyProperties<T extends Assemblies> {
        type: T;
        id: string;
        item_id: number;
        typeDetails?: DatahubGameInfo;
        name: string;
        state: State;
        character?: SmartCharacterResponse;
        solarSystem?: SolarSystem;
        isParentNodeOnline?: boolean;
        energySourceId?: string;
        energyUsage: number;
        typeId: number;
        _raw?: MoveObjectData;
        _options?: TransformOptions;
        description: string;
        dappURL: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    type: T
    id: string
    item_id: number
    typeDetails?: DatahubGameInfo
    name: string
    state: State
    character?: SmartCharacterResponse
    solarSystem?: SolarSystem
    isParentNodeOnline?: boolean
    energySourceId?: string
    energyUsage: number
    typeId: number
    _options?: TransformOptions
    description: string
    dappURL: string