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

    Interface Asset

    Asset data structure

    interface Asset {
        Id: string;
        Quantity: string;
        Type?: string;
    }
    Index

    Properties

    Properties

    Id: string
    Quantity: string
    Type?: string