Interface ProposalAddedEvent

interface ProposalAddedEvent {
    agent: string;
    name: string;
    price: bigint;
    proposalId: bigint;
    tokenAddress: string;
}

Properties

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