Interface ProposalUpdatedEvent

interface ProposalUpdatedEvent {
    agent: string;
    price: bigint;
    proposalId: bigint;
    tokenAddress: string;
}

Properties

agent: string
price: bigint
proposalId: bigint
tokenAddress: string