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

    Interface GetObjectOwnerAndOwnedObjectsWithJsonResponse

    interface GetObjectOwnerAndOwnedObjectsWithJsonResponse {
        object?: {
            owner?: { address?: AddressWithObjects<OwnedObjectNodeWithJson> };
        };
    }
    Index

    Properties

    Properties

    object?: { owner?: { address?: AddressWithObjects<OwnedObjectNodeWithJson> } }