Function set_market_config_buffer_authority

Source
pub fn set_market_config_buffer_authority<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, SetMarketConfigBufferAuthority<'info>>,
    new_authority: Pubkey,
) -> Result<()>