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

    Interface AddressWithObjects<T>

    interface AddressWithObjects<T> {
        address: string;
        objects: ObjectNodes<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    address: string
    objects: ObjectNodes<T>