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

    Interface AddressOwnerWithJson

    interface AddressOwnerWithJson {
        address: {
            address: string;
            objects: { nodes: OwnedObjectNodeWithJson[] };
        };
    }
    Index

    Properties

    Properties

    address: { address: string; objects: { nodes: OwnedObjectNodeWithJson[] } }