ao-js-sdk - v0.0.9
    Preparing search index...

    Interface ProfileInfo

    Profile info response

    interface ProfileInfo {
        Assets: Asset[];
        Collections: Collection[];
        Owner: string;
        Profile: Profile;
    }
    Index

    Properties

    Assets: Asset[]
    Collections: Collection[]
    Owner: string
    Profile: Profile