Helius SDK - v2.2.2
    Preparing search index...

    Interface Uses

    Use / consumption restrictions on an asset.

    interface Uses {
        remaining: number;
        total: number;
        use_method: string;
    }
    Index

    Properties

    remaining: number

    Number of uses remaining.

    total: number

    Total uses originally allowed.

    use_method: string

    Method governing consumption (Burn, Single, Multiple).