pub fn get_minimum_delegation() -> Result<u64, ProgramError>
Available on crate feature
bincode
only.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.