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

    Interface GetObjectOwnerAndOwnedObjectsResponse

    interface GetObjectOwnerAndOwnedObjectsResponse {
        object?: { owner?: { address?: AddressWithObjects<OwnedObjectNode> } };
    }
    Index

    Properties

    Properties

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