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

    Interface GetObjectOwnerAndOwnedObjectsWithJsonResponse

    interface GetObjectOwnerAndOwnedObjectsWithJsonResponse {
        object?: {
            owner?: {
                address?: {
                    address: string;
                    objects: { nodes: OwnedObjectNodeWithJson[] };
                };
            };
        };
    }
    Index

    Properties

    Properties

    object?: {
        owner?: {
            address?: {
                address: string;
                objects: { nodes: OwnedObjectNodeWithJson[] };
            };
        };
    }