Function find_executor_pda

Source
pub fn find_executor_pda(
    store: &Pubkey,
    role: &str,
    timelock_program_id: &Pubkey,
) -> Result<(Pubkey, u8)>
Expand description

Find executor PDA.