bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iBalance<T>

    interface iBalance<T extends NumberType> {
        amount: T;
        ownershipTimes: iUintRange<T>[];
        tokenIds: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    amount: T

    The amount or balance of the owned token.

    ownershipTimes: iUintRange<T>[]

    The times that the token is owned from.

    tokenIds: iUintRange<T>[]

    The token IDs corresponding to the balance.