Struct govern::ProposalCreateEvent
source · [−]pub struct ProposalCreateEvent {
pub governor: Pubkey,
pub proposal: Pubkey,
pub index: u64,
pub instructions: Vec<ProposalInstruction>,
}Expand description
Event called in govern::create_proposal.
Fields
governor: PubkeyThe governor.
proposal: PubkeyThe proposal being created.
index: u64The index of the Proposal.
instructions: Vec<ProposalInstruction>Instructions in the proposal.