interface AnswerUpdatedEventObject {
    current: bigint;
    roundId: bigint;
    updatedAt: bigint;
}

Properties

current: bigint
roundId: bigint
updatedAt: bigint