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

    Interface OwnerCapData

    OwnerCap JSON structure - returned from Character OwnerCap query Contains the authorized_object_id which is the Character ID

    interface OwnerCapData {
        authorized_object_id: string;
        id: string;
    }
    Index

    Properties

    authorized_object_id: string
    id: string