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

    Interface CharacterOwnerNode

    Node shape for owner's objects in GetObjectAndCharacterOwner (authorizedObj → character).

    interface CharacterOwnerNode {
        contents: { authorizedObj: MoveObjectRefWithJson<RawCharacterData> };
    }
    Index

    Properties

    Properties

    contents: { authorizedObj: MoveObjectRefWithJson<RawCharacterData> }