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

    Interface IPortfolio

    Interface for portfolio that manages collections of tokens. Contains an entity for identification and type information.

    interface IPortfolio {
        getEntity(): IEntity;
        getEntityId(): string;
        getTokens(): TokenBalance[];
    }

    Implemented by

    Index

    Methods