Function switchboard_solana::program_id::stake::tools::get_minimum_delegation
pub fn get_minimum_delegation() -> Result<u64, ProgramError>Expand description
Helper function for programs to call GetMinimumDelegation and then fetch the return data
This fn handles performing the CPI to call the GetMinimumDelegation function, and then
calls get_return_data() to fetch the return data.