Loom Engine - v3.1.1
    Preparing search index...

    Interface ReactionLedger

    interface ReactionLedger {
        round: number;
        spentInRound: Map<string, number>;
    }
    Index

    Properties

    Properties

    round: number
    spentInRound: Map<string, number>