interface CreateProposalEvent {
    delegation_pool: string;
    proposal_id: bigint;
    voter: string;
}

Properties

delegation_pool: string
proposal_id: bigint
voter: string