pub fn resolve_governing_token_config(
    account_info_iter: &mut Iter<'_, AccountInfo<'_>>,
    governing_token_config_args: &GoverningTokenConfigArgs
) -> Result<GoverningTokenConfig, ProgramError>
Expand description

Resolves GoverningTokenConfig from GoverningTokenConfigArgs and instruction accounts