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

    Interface iTransactionEntry<T>

    interface iTransactionEntry<T extends NumberType> {
        amount: T;
        limit: T;
        timestamp: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    amount: T

    The amount of the transaction

    limit: T

    The gas limit of the transaction

    timestamp: T

    The timestamp when the transaction occurred (milliseconds since epoch)