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

    Interface GetSingletonConfigObjectByTypeResponse

    interface GetSingletonConfigObjectByTypeResponse {
        objects: {
            nodes: {
                address: string;
                asMoveObject: {
                    contents: {
                        extract: {
                            extract: {
                                asAddress: {
                                    addressAt: {
                                        dynamicFields: { pageInfo: PageInfo; nodes: (...)[] };
                                    };
                                };
                            };
                        };
                    };
                };
            }[];
        };
    }
    Index

    Properties

    Properties

    objects: {
        nodes: {
            address: string;
            asMoveObject: {
                contents: {
                    extract: {
                        extract: {
                            asAddress: {
                                addressAt: {
                                    dynamicFields: { pageInfo: PageInfo; nodes: (...)[] };
                                };
                            };
                        };
                    };
                };
            };
        }[];
    }