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

    Interface CharacterInfo

    Processed character/owner information

    interface CharacterInfo {
        id: string;
        address: string;
        name: string;
        tribeId: number;
        characterId: number;
        _raw?: RawCharacterData;
    }
    Index

    Properties

    id: string
    address: string
    name: string
    tribeId: number
    characterId: number